Getting error while installing glove in Python3

Collecting glove_python
Using cached glove_python-0.1.0.tar.gz (263 kB)
Requirement already satisfied: numpy in c:\users\shrutika\appdata\roaming\python\python38\site-packages (from glove_python) (1.19.5)
Requirement already satisfied: scipy in c:\programdata\anaconda3\lib\site-packages (from glove_python) (1.5.0)
Building wheels for collected packages: glove-python
Building wheel for glove-python (setup.py): started
Building wheel for glove-python (setup.py): finished with status ‘error’
Running setup.py clean for glove-python
Failed to build glove-python
Installing collected packages: glove-python
Running setup.py install for glove-python: started
Running setup.py install for glove-python: finished with status ‘error’

You can try getting more information on what’s going wrong by running pip -v install glove_python (-v for verbose).

Some thoughts:

  • It looks like this is a C extension module that doesn’t provide binary packages. Do you have the Visual C++ compiler installed?
  • The package hasn’t been updated in 5 years. It may simply not work on a recent version of Python.
  • There appear to be two ‘glove’ packages on PyPI. I don’t know what they are. I don’t know if they’re related. Are you sure you’re trying to install the right one?