Install paramiko -- error information

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

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 159,015评论 4 362
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 67,262评论 1 292
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 108,727评论 0 243
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 43,986评论 0 205
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 52,363评论 3 287
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 40,610评论 1 219
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 31,871评论 2 312
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 30,582评论 0 198
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 34,297评论 1 242
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 30,551评论 2 246
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 32,053评论 1 260
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 28,385评论 2 253
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 33,035评论 3 236
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 26,079评论 0 8
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 26,841评论 0 195
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 35,648评论 2 274
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 35,550评论 2 270

推荐阅读更多精彩内容