I am unable to install any python package through
pip install <name>
it always throws the error
Command python setup.py egg_info failed with error code 1 in /tmp/pip-build-V2srLa/Gensim
Storing debug log for failure in /home/<username>/.pip/pip.log
for other packages using sudo apt-get install python-<name>
used to work but not for gensim
I have tried to insttall/unzip the package and go python setup.py test
python setup.py install
it throws pkg_resources.DistributionNotFound: The 'ruamel.yaml>=0.10.7' distribution was not found and is required by the application
I have tried to install 'ruamel.yaml>=0.10.7' and it still doesn't work
Any help why this is failing ? and how can I solve it ?
Update: moving to root (sudo su) worked for me