Python在win,linux上安裝paramiko

Python在win,linux上安裝paramiko

來自專欄 Python In Life!

win(py36.32)上安裝報錯:

no module named _cffi_backend

解決方法是 卸載paramiko 卸載pycparser 卸載cffi

重新安裝 paramiko即可

ubuntu(py35)報錯:

build/temp.linux-x86_64-3.5/_openssl.c:498: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 "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__=/tmp/pip-build-d859d7ra/cryptography/setup.py;exec(compile(getattr(tokenize, open, open)(__file__).read().replace(
,
), __file__, exec))" install --record /tmp/pip-x_urmp5l-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-d859d7ra/cryptography/

解決方法是安裝apt-get install libssl-dev

重新安裝paramiko即可

推薦閱讀:

實測 目前最流行的PE啟動盤哪家最純凈?
基於 FUSE 的 Bittorrent 文件系統
Linux 系統安全啟動
為什麼 KaiOS 能超越 iOS 成為印度第二大移動操作系統?
藍屏了怎麼辦?寫在開啟Windbg之旅前的話

TAG:科技 | 計算機科學 | 操作系統 |