使用pip install scrapy(或sudo)在Lubuntu中安装scrapy并出现以下错误

时间:2017-01-05 09:01:57

标签: python-2.7 cryptography scrapy pip

Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-nExfhn/cryptography/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-dpob_w-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-nExfhn/cryptography/    

所以我尝试过:

1)pip install scrapy(使用pip 9.0.1,因此无需更新) 2)sudo pip install scrapy(仍然得到同样的错误)

我在Windows环境中设置了scrapy框架,但在Linux中似乎有所不同,我也得到了这个加密错误。

0 个答案:

没有答案