2014-05-21 141 views
2

我試圖使用virtualenv點pip install pycrypto無法在Ubuntu上安裝pycrypto裏面的virtualenv 12.04

當我使用sudo時,安裝成功,但不在虛擬環境中,對我沒有幫助。

sudo apt-get install python-dev解決方案也沒有幫助。而且還使用easy_installyum沒有幫助。

這是錯誤的底線,當我嘗試安裝,我得到:

Command /home/ubuntu/conceep-env/bin/python -c "import setuptools,tokenize;__file__='/home/ubuntu/conceep-env/build/pycrypto/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/tmp/pip-NaKMgy-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/ubuntu/conceep-env/include/site/python2.7 failed with error code 1 in /home/ubuntu/conceep-env/build/pycrypto 
Storing debug log for failure in /var/tmp/tmp3k2sTZ 
+0

您是否找到了解決方案? – Jardalu

回答

4

只是固定它使用sudo path/to/my/virtenv/bin/pip install pycrypto

+0

但是對於pycrypto,你還需要安裝「python3-dev python-dev」 –