简体   繁体   English

python pip cryptography构建轮失败

[英]python pip cryptography build wheel fail

I am trying to install python packages like quandl. 我正在尝试安装像quandl这样的python包。 Since I am using pip3 I am installing the package using the following command in ubuntu 16. 由于我使用的是pip3,我在ubuntu 16中使用以下命令安装软件包。

sudo pip3 install quandl

This gives me the following error. 这给了我以下错误。

Running setup.py clean for cryptography
Failed to build cryptography

I have installed wheel and cryptography as well. 我也安装了轮子和密码术。 But it would not work. 但它不会起作用。 Could some one help me with this? 有人可以帮我这个吗?

Cleared the error. 清除了错误。 I installed the Openssl. 我安装了Openssl。 I upgraded cryptography. 我升级了加密。

Install Open-ssl using the following command for Ubuntu. 使用以下命令为Ubuntu安装Open-ssl。

sudo apt-get install libssl-dev

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM