美文网首页
Install paramiko -- error inform

Install paramiko -- error inform

作者: Programming | 来源:发表于2016-09-12 22:28 被阅读0次

    (test) wgz@wgz:~/Desktop/ssh$ pip install --no-index --find-links='.' paramiko

    Ignoring indexes: https://pypi.python.org/simpleCollecting paramikoCollecting cryptography>=1.1 (from paramiko)Collecting pyasn1>=0.1.7 (from paramiko)Collecting idna>=2.0 (from cryptography>=1.1->paramiko)Collecting six>=1.4.1 (from cryptography>=1.1->paramiko)Requirement already satisfied (use --upgrade to upgrade): setuptools>=11.3 in /home/wgz/.virtualenvs/test/lib/python3.5/site-packages (from cryptography>=1.1->paramiko)Collecting cffi>=1.4.1 (from cryptography>=1.1->paramiko)Collecting pycparser (from cffi>=1.4.1->cryptography>=1.1->paramiko)Building wheels for collected packages: cryptography  Running setup.py bdist_wheel for cryptography ... error  Complete output from command /home/wgz/.virtualenvs/test/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-lxp1z12w/cryptography/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmpgxtxi7ehpip-wheel- --python-tag cp35:  Download error on https://pypi.python.org/simple/cffi/: [Errno -3] Temporary failure in name resolution -- Some packages may not be found!  Couldn't find index page for 'cffi' (maybe misspelled?)  Download error on https://pypi.python.org/simple/: [Errno -3] Temporary failure in name resolution -- Some packages may not be found!  No local packages or working download links found for cffi>=1.4.1  Traceback (most recent call last):    File "", line 1, inFile "/tmp/pip-build-lxp1z12w/cryptography/setup.py", line 334, in**keywords_with_side_effects(sys.argv)    File "/usr/lib/python3.5/distutils/core.py", line 108, in setup      _setup_distribution = dist = klass(attrs)    File "/home/wgz/.virtualenvs/test/lib/python3.5/site-packages/setuptools/dist.py", line 315, in __init__      self.fetch_build_eggs(attrs['setup_requires'])    File "/home/wgz/.virtualenvs/test/lib/python3.5/site-packages/setuptools/dist.py", line 361, in fetch_build_eggs      replace_conflicting=True,    File "/home/wgz/.virtualenvs/test/lib/python3.5/site-packages/pkg_resources/__init__.py", line 851, in resolve      dist = best[req.key] = env.best_match(req, ws, installer)    File "/home/wgz/.virtualenvs/test/lib/python3.5/site-packages/pkg_resources/__init__.py", line 1123, in best_match      return self.obtain(req, installer)    File "/home/wgz/.virtualenvs/test/lib/python3.5/site-packages/pkg_resources/__init__.py", line 1135, in obtain      return installer(requirement)    File "/home/wgz/.virtualenvs/test/lib/python3.5/site-packages/setuptools/dist.py", line 428, in fetch_build_egg      return cmd.easy_install(req)    File "/home/wgz/.virtualenvs/test/lib/python3.5/site-packages/setuptools/command/easy_install.py", line 658, in easy_install      raise DistutilsError(msg)  distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('cffi>=1.4.1')    ----------------------------------------  Failed building wheel for cryptography  Running setup.py clean for cryptography  Complete output from command /home/wgz/.virtualenvs/test/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-lxp1z12w/cryptography/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" clean --all:  Download error on https://pypi.python.org/simple/cffi/: [Errno -3] Temporary failure in name resolution -- Some packages may not be found!  Couldn't find index page for 'cffi' (maybe misspelled?)  Download error on https://pypi.python.org/simple/: [Errno -3] Temporary failure in name resolution -- Some packages may not be found!  No local packages or working download links found for cffi>=1.4.1  Traceback (most recent call last):    File "", line 1, inFile "/tmp/pip-build-lxp1z12w/cryptography/setup.py", line 334, in**keywords_with_side_effects(sys.argv)

    File "/usr/lib/python3.5/distutils/core.py", line 108, in setup

    _setup_distribution = dist = klass(attrs)

    File "/home/wgz/.virtualenvs/test/lib/python3.5/site-packages/setuptools/dist.py", line 315, in __init__

    self.fetch_build_eggs(attrs['setup_requires'])

    File "/home/wgz/.virtualenvs/test/lib/python3.5/site-packages/setuptools/dist.py", line 361, in fetch_build_eggs

    replace_conflicting=True,

    File "/home/wgz/.virtualenvs/test/lib/python3.5/site-packages/pkg_resources/__init__.py", line 851, in resolve

    dist = best[req.key] = env.best_match(req, ws, installer)

    File "/home/wgz/.virtualenvs/test/lib/python3.5/site-packages/pkg_resources/__init__.py", line 1123, in best_match

    return self.obtain(req, installer)

    File "/home/wgz/.virtualenvs/test/lib/python3.5/site-packages/pkg_resources/__init__.py", line 1135, in obtain

    return installer(requirement)

    File "/home/wgz/.virtualenvs/test/lib/python3.5/site-packages/setuptools/dist.py", line 428, in fetch_build_egg

    return cmd.easy_install(req)

    File "/home/wgz/.virtualenvs/test/lib/python3.5/site-packages/setuptools/command/easy_install.py", line 658, in easy_install

    raise DistutilsError(msg)

    distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('cffi>=1.4.1')

    ----------------------------------------

    Failed cleaning build dir for cryptography

    Failed to build cryptography

    Installing collected packages: idna, pyasn1, six, pycparser, cffi, cryptography, paramiko

    Running setup.py install for cryptography ... error

    Complete output from command /home/wgz/.virtualenvs/test/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-lxp1z12w/cryptography/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-hvi8n57i-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/wgz/.virtualenvs/test/include/site/python3.5/cryptography:

    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/__init__.py -> build/lib.linux-x86_64-3.5/cryptography

    copying src/cryptography/__about__.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/utils.py -> build/lib.linux-x86_64-3.5/cryptography

    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/x509

    copying src/cryptography/x509/__init__.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/extensions.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/base.py -> build/lib.linux-x86_64-3.5/cryptography/x509

    copying src/cryptography/x509/oid.py -> build/lib.linux-x86_64-3.5/cryptography/x509

    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/primitives

    copying src/cryptography/hazmat/primitives/__init__.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/hmac.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/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/keywrap.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives

    creating 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

    copying src/cryptography/hazmat/backends/interfaces.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends

    copying src/cryptography/hazmat/backends/multibackend.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends

    creating 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

    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

    creating build/lib.linux-x86_64-3.5/cryptography/hazmat/bindings/commoncrypto

    copying src/cryptography/hazmat/bindings/commoncrypto/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/bindings/commoncrypto

    copying src/cryptography/hazmat/bindings/commoncrypto/binding.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/bindings/commoncrypto

    creating build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/interfaces

    copying src/cryptography/hazmat/primitives/interfaces/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/interfaces

    creating 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

    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/utils.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

    creating 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

    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/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

    creating 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

    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/kbkdf.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/pbkdf2.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

    creating 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

    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/ec.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/dsa.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/utils.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/asymmetric

    creating 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

    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/rsa.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/hashes.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/hmac.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/dsa.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/x509.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl

    creating build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/commoncrypto

    copying src/cryptography/hazmat/backends/commoncrypto/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/commoncrypto

    copying src/cryptography/hazmat/backends/commoncrypto/ciphers.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/commoncrypto

    copying src/cryptography/hazmat/backends/commoncrypto/backend.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/commoncrypto

    copying src/cryptography/hazmat/backends/commoncrypto/hashes.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/commoncrypto

    copying src/cryptography/hazmat/backends/commoncrypto/hmac.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/commoncrypto

    running egg_info

    writing entry points to src/cryptography.egg-info/entry_points.txt

    writing requirements to src/cryptography.egg-info/requires.txt

    writing top-level names to src/cryptography.egg-info/top_level.txt

    writing src/cryptography.egg-info/PKG-INFO

    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

    x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -I/home/wgz/.virtualenvs/test/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:433:30: fatal error: openssl/opensslv.h: No such file or directory

    compilation terminated.

    error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

    ----------------------------------------

    Command "/home/wgz/.virtualenvs/test/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-lxp1z12w/cryptography/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-hvi8n57i-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/wgz/.virtualenvs/test/include/site/python3.5/cryptography" failed with error code 1 in /tmp/pip-build-lxp1z12w/cryptography/

    相关文章

      网友评论

          本文标题:Install paramiko -- error inform

          本文链接:https://www.haomeiwen.com/subject/nxxmettx.html