无法安装多个Python包

时间:2014-04-24 02:57:35

标签: python package twisted pip easy-install

我在我的系统上安装了easy_install和pip。我已经尝试安装了许多不同的软件包,如Twisted和Scrapy,并不断收到以下错误消息:

Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_vagrant/cryptography

我正在运行OS X 10.9并在我的本地计算机上尝试过它以及在vagrant中使用的Ubuntu虚拟机。无论我做什么,我都会不断得到上述错误的一些变化。奇怪的是,我可以安装一些软件包,如Flask,Django和其他一些软件包。

我使用virtualenv试过这个并没有用。

以下是错误的一个示例:

Command /Users/meblumen/Desktop/Virtual_Environments/scraper/bin/python -c "import setuptools, tokenize;__file__='/Users/user1/Desktop/Virtual_Environments/scraper/build/lxml/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/bs/lkq_06gs33s1s_56zywwds2w0000gn/T/pip-Wk9wD5-record/install-record.txt --single-version-externally-managed --compile --install-headers /Users/user1/Desktop/Virtual_Environments/scraper/include/site/python2.7 failed with error code 1 in /Users/user1/Desktop/Virtual_Environments/scraper/build/lxml
Storing debug log for failure in /Users/user1/.pip/pip.log

那是在尝试使用pip install lxml安装lxml之后。任何见解将不胜感激。

0 个答案:

没有答案