Can't Install Several Python Packages -


i have easy_install , pip installed on system. have tried installing number of different packages such twisted , scrapy , keep getting following error message:

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

i running os x 10.9 , have tried on local machine ubuntu virtual machine in vagrant. regardless of keep getting variation of above error. oddly enough, can install packages flask, django , few others.

i have tried using virtualenv , no avail.

here 1 example of error:

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 error code 1 in /users/user1/desktop/virtual_environments/scraper/build/lxml storing debug log failure in /users/user1/.pip/pip.log 

that after trying install lxml using pip install lxml. insight appreciated.


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -