Duas mensagens de erro, duas respostas:
-
Basta executar o comando abaixo para instalar as bibliotecas de desenvolvimento ssl
sudo apt-get install libssl-dev
Por quê?
Da mensagem de erro:
scrypt-1.1.6/lib/crypto/crypto_aesctr.c:38:25: fatal error: openssl/aes.h: Datei oder Verzeichnis nicht gefunden #include <openssl/aes.h>
Onde está
openssl/aes.h
?% apt-file search openssl/aes.h libssl-dev: /usr/include/openssl/aes.h
-
E a outra mensagem de erro
/home/nuc/Dropbox/Julie/julie/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. InsecurePlatformWarning
Use esses comandos
conda install cryptography pip install 'requests[security]'
ou use o Python > 2.7.9