impossible d'installer Quandl pour python 3.5.3
Répondre à la discussion
Affichage des résultats 1 à 2 sur 2

impossible d'installer Quandl pour python 3.5.3



  1. #1
    hary

    impossible d'installer Quandl pour python 3.5.3


    ------

    Je suis sous FEDORA 25 et essaie d'installer Quandl, avec un pip3 install quandl, mais j'ai l'erreur suivant que je suis incapable d'exploiter !

    Command "/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-znd5edon/cryptography/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read(). replace('\r\n', '\n');f.close();exec(compile(c ode, __file__, 'exec'))" install --record /tmp/pip-083g51xu-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-znd5edon/cryptography/
    Tout ce que ça me sort :
    Code:
    Collecting Quandl
      Using cached Quandl-3.1.0-py2.py3-none-any.whl
    Collecting more-itertools (from Quandl)
      Using cached more_itertools-3.2.0-py3-none-any.whl
    Requirement already satisfied: pandas>=0.14 in /usr/lib64/python3.5/site-packages (from Quandl)
    Requirement already satisfied: inflection>=0.3.1 in /usr/lib/python3.5/site-packages (from Quandl)
    Requirement already satisfied: requests>=2.7.0 in /usr/lib/python3.5/site-packages (from Quandl)
    Requirement already satisfied: numpy>=1.8 in /usr/lib64/python3.5/site-packages (from Quandl)
    Collecting ndg-httpsclient (from Quandl)
      Using cached ndg_httpsclient-0.4.2.tar.gz
    Collecting pyOpenSSL (from Quandl)
      Using cached pyOpenSSL-17.0.0-py2.py3-none-any.whl
    Requirement already satisfied: python-dateutil in /usr/lib/python3.5/site-packages (from Quandl)
    Collecting pyasn1 (from Quandl)
      Using cached pyasn1-0.2.3-py2.py3-none-any.whl
    Requirement already satisfied: six in /usr/lib/python3.5/site-packages (from Quandl)
    Requirement already satisfied: pytz>=2011k in /usr/lib/python3.5/site-packages (from pandas>=0.14->Quandl)
    Requirement already satisfied: urllib3==1.15.1 in /usr/lib/python3.5/site-packages (from requests>=2.7.0->Quandl)
    Collecting cryptography>=1.7 (from pyOpenSSL->Quandl)
      Using cached cryptography-1.9.tar.gz
    Requirement already satisfied: idna>=2.1 in /usr/lib/python3.5/site-packages (from cryptography>=1.7->pyOpenSSL->Quandl)
    Requirement already satisfied: asn1crypto>=0.21.0 in /usr/lib/python3.5/site-packages (from cryptography>=1.7->pyOpenSSL->Quandl)
    Requirement already satisfied: cffi>=1.7 in /usr/lib64/python3.5/site-packages (from cryptography>=1.7->pyOpenSSL->Quandl)
    Requirement already satisfied: pycparser in /usr/lib/python3.5/site-packages (from cffi>=1.7->cryptography>=1.7->pyOpenSSL->Quandl)
    Installing collected packages: more-itertools, cryptography, pyOpenSSL, ndg-httpsclient, pyasn1, Quandl
      Running setup.py install for cryptography ... error
        Complete output from command /bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-znd5edon/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-083g51xu-record/install-record.txt --single-version-externally-managed --compile:
        running install
        running build
        running build_py
        creating build
        creating build/lib.linux-x86_64-3.5
        creating build/lib.linux-x86_64-3.5/cryptography
        copying src/cryptography/utils.py -> build/lib.linux-x86_64-3.5/cryptography
        copying src/cryptography/fernet.py -> build/lib.linux-x86_64-3.5/cryptography
        copying src/cryptography/exceptions.py -> build/lib.linux-x86_64-3.5/cryptography
        copying src/cryptography/__init__.py -> build/lib.linux-x86_64-3.5/cryptography
        copying src/cryptography/__about__.py -> build/lib.linux-x86_64-3.5/cryptography
        creating build/lib.linux-x86_64-3.5/cryptography/x509
        copying src/cryptography/x509/oid.py -> build/lib.linux-x86_64-3.5/cryptography/x509
        copying src/cryptography/x509/name.py -> build/lib.linux-x86_64-3.5/cryptography/x509
        copying src/cryptography/x509/general_name.py -> build/lib.linux-x86_64-3.5/cryptography/x509
        copying src/cryptography/x509/extensions.py -> build/lib.linux-x86_64-3.5/cryptography/x509
        copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-x86_64-3.5/cryptography/x509
        copying src/cryptography/x509/base.py -> build/lib.linux-x86_64-3.5/cryptography/x509
        copying src/cryptography/x509/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/x509
        creating build/lib.linux-x86_64-3.5/cryptography/hazmat
        copying src/cryptography/hazmat/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat
        creating build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives
        copying src/cryptography/hazmat/primitives/serialization.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives
        copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives
        copying src/cryptography/hazmat/primitives/mac.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives
        copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives
        copying src/cryptography/hazmat/primitives/interfaces.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives
        copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives
        copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives
        copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives
        copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives
        copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives
        creating build/lib.linux-x86_64-3.5/cryptography/hazmat/bindings
        copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/bindings
        creating build/lib.linux-x86_64-3.5/cryptography/hazmat/backends
        copying src/cryptography/hazmat/backends/interfaces.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends
        copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends
        creating build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/twofactor
        copying src/cryptography/hazmat/primitives/twofactor/utils.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/twofactor
        copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/twofactor
        copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/twofactor
        copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/twofactor
        creating build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/kdf
        copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/kdf
        copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/kdf
        copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/kdf
        copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/kdf
        copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/kdf
        copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/kdf
        copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/kdf
        creating build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/ciphers
        copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/ciphers
        copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/ciphers
        copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/ciphers
        copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/ciphers
        creating build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/asymmetric
        copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/asymmetric
        copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/asymmetric
        copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/asymmetric
        copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/asymmetric
        copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/asymmetric
        copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/asymmetric
        copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/asymmetric
        creating build/lib.linux-x86_64-3.5/cryptography/hazmat/bindings/openssl
        copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/bindings/openssl
        copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/bindings/openssl
        copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/bindings/openssl
        creating build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl
        copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl
        copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl
        copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl
        copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl
        copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl
        copying src/cryptography/hazmat/backends/openssl/encode_asn1.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl
        copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl
        copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl
        copying src/cryptography/hazmat/backends/openssl/dh.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl
        copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl
        copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl
        copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl
        copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl
        copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl
        running egg_info
        writing src/cryptography.egg-info/PKG-INFO
        writing requirements to src/cryptography.egg-info/requires.txt
        writing entry points to src/cryptography.egg-info/entry_points.txt
        writing top-level names to src/cryptography.egg-info/top_level.txt
        writing dependency_links to src/cryptography.egg-info/dependency_links.txt
        warning: manifest_maker: standard file '-c' not found
        
        reading manifest file 'src/cryptography.egg-info/SOURCES.txt'
        reading manifest template 'MANIFEST.in'
        no previously-included directories found matching 'docs/_build'
        warning: no previously-included files matching '*' found under directory 'vectors'
        writing manifest file 'src/cryptography.egg-info/SOURCES.txt'
        running build_ext
        generating cffi module 'build/temp.linux-x86_64-3.5/_padding.c'
        creating build/temp.linux-x86_64-3.5
        generating cffi module 'build/temp.linux-x86_64-3.5/_constant_time.c'
        generating cffi module 'build/temp.linux-x86_64-3.5/_openssl.c'
        building '_openssl' extension
        creating build/temp.linux-x86_64-3.5/build
        creating build/temp.linux-x86_64-3.5/build/temp.linux-x86_64-3.5
        gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.5m -c build/temp.linux-x86_64-3.5/_openssl.c -o build/temp.linux-x86_64-3.5/build/temp.linux-x86_64-3.5/_openssl.o
        build/temp.linux-x86_64-3.5/_openssl.c:434:30: erreur fatale*: openssl/opensslv.h : No such file or directory
         #include <openssl/opensslv.h>
                                      ^
        compilation terminée.
        error: command 'gcc' failed with exit status 1
        
        ----------------------------------------
    Command "/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-znd5edon/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-083g51xu-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-znd5edon/cryptography/

    -----
    Dernière modification par JPL ; 14/06/2017 à 21h50.

  2. #2
    pm42

    Re : impossible d'installer Quandl pour python 3.5.3

    À la louche tu as besoin d'avoir la version développement de OpenSSL installée.

Discussions similaires

  1. Impossible d'installer Adobe AIR
    Par invite911b25c5 dans le forum Logiciel - Software - Open Source
    Réponses: 0
    Dernier message: 15/05/2012, 05h27
  2. impossible d installer un antivirus
    Par invitebeaa5819 dans le forum Sécurité et malwares : désinfectez votre machine
    Réponses: 1
    Dernier message: 20/01/2011, 17h26
  3. Impossible d'installer le driver USB microchip pour un PIC
    Par invite3f3dd681 dans le forum Électronique
    Réponses: 4
    Dernier message: 15/09/2009, 19h31
  4. Impossible d'installer MSN
    Par invite7e8208e9 dans le forum Logiciel - Software - Open Source
    Réponses: 2
    Dernier message: 06/04/2009, 12h41
  5. Impossible d'installer une OS
    Par invite70162fe6 dans le forum Logiciel - Software - Open Source
    Réponses: 3
    Dernier message: 09/02/2004, 14h17
Dans la rubrique Tech de Futura, découvrez nos comparatifs produits sur l'informatique et les technologies : imprimantes laser couleur, casques audio, chaises gamer...