我无法通过安装任何 python 包
pip install <name>
它总是抛出错误
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
sudo apt-get install python-<name>
对于使用用于工作但不适用于 gensim的其他软件包
我试图安装/解压缩包并python setup.py test
python setup.py install
抛出它pkg_resources.DistributionNotFound: The 'ruamel.yaml>=0.10.7' distribution was not found and is required by the application
我尝试安装 'ruamel.yaml>=0.10.7' 但仍然无法正常工作
任何帮助为什么这失败了?我该如何解决?
更新:移动到 root (sudo su) 对我有用