使用 pip 安装时出错
Posted
技术标签:
【中文标题】使用 pip 安装时出错【英文标题】:Error installing with pip 【发布时间】:2013-07-15 07:33:46 【问题描述】:尝试卸载使用 pip 安装的软件包,我卸载了一些,现在 pip 不起作用。我尝试安装熊猫:
[sudo] pip install pandas
这是错误:
Requirement already satisfied (use --upgrade to upgrade): pandas in /usr/lib/python2.7/dist-packages
Requirement already satisfied (use --upgrade to upgrade): python-dateutil in /usr/local/lib/python2.7/dist-packages (from pandas)
Downloading/unpacking pytz (from pandas)
Downloading pytz-2013b.zip (535kB): 535kB downloaded
Running setup.py egg_info for package pytz
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'zip_safe'
warnings.warn(msg)
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: -c --help [cmd1 cmd2 ...]
or: -c --help-commands
or: -c cmd --help
error: invalid command 'egg_info'
Complete output from command python setup.py egg_info:
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'zip_safe'
warnings.warn(msg)
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: -c --help [cmd1 cmd2 ...]
or: -c --help-commands
or: -c cmd --help
error: invalid command 'egg_info'
----------------------------------------
Command python setup.py egg_info failed with error code 1 in /tmp/pip-build-root/pytz
Storing complete log in /root/.pip/pip.log
我有 Linux Mint Mate 15。我该如何解决这个问题??
【问题讨论】:
【参考方案1】:使用pip install -U setuptools
更新您的setuptools
安装。
【讨论】:
【参考方案2】:尝试使用pip install distribute
安装分发。
【讨论】:
尝试使用pip install pandas
再次安装pandas。命令egg_info
应该包含在分发中。
我会尝试重新安装分发然后 pip,但我真的无法提供更多帮助。以上是关于使用 pip 安装时出错的主要内容,如果未能解决你的问题,请参考以下文章
使用 pip 安装 face_recognition 模块时出错
在 Ubuntu 15.10 上使用 pip 安装模块时出错