国产 无码 综合区,色欲AV无码国产永久播放,无码天堂亚洲国产AV,国产日韩欧美女同一区二区

pip3 install paramiko 安裝失敗

這篇具有很好參考價值的文章主要介紹了pip3 install paramiko 安裝失敗。希望對大家有所幫助。如果存在錯誤或未考慮完全的地方,請大家不吝賜教,您也可以點擊"舉報違法"按鈕提交疑問。

running build_ext
generating cffi module ‘build/temp.linux-x86_64-cpython-37/cryptography.hazmat.bindings._openssl.c’
creating build/temp.linux-x86_64-cpython-37
running build_rust

  =============================DEBUG ASSISTANCE=============================
  If you are seeing a compilation error please try the following steps to
  successfully install cryptography:
  1) Upgrade to the latest pip and try again. This will fix errors for most
     users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip
  2) Read https://cryptography.io/en/latest/installation/ for specific
     instructions for your platform.
  3) Check our frequently asked questions for more information:
     https://cryptography.io/en/latest/faq/
  4) Ensure you have a recent Rust toolchain installed:
     https://cryptography.io/en/latest/installation/#rust

  Python: 3.7.3
  platform: Linux-5.10.50-amd64-desktop-x86_64-with-Deepin-20.2.3-apricot
  pip: 18.1
  setuptools: 67.3.1
  setuptools_rust: 1.5.2
  rustc: n/a
  =============================DEBUG ASSISTANCE=============================

error: can’t find Rust compiler

If you are using an outdated pip version, it is possible a prebuilt wheel is available for this package but pip is not able to install from it. Installing from the wheel would avoid the need for a Rust compiler.

To update pip, run:

  pip install --upgrade pip

and then retry package installation.

If you did intend to build this package from source, try installing a Rust compiler from your system package manager and ensure it is on the PATH during installation. Alternatively, rustup (available at https://rustup.rs) is the recommended way to download and update the Rust compiler toolchain.

This package requires Rust >=1.48.0.


Failed building wheel for cryptography
Running setup.py clean for cryptography
Complete output from command /usr/bin/python3 -u -c “import setuptools, tokenize;file=‘/tmp/pip-install-byps3gsr/cryptography/setup.py’;f=getattr(tokenize, ‘open’, open)(file);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, file, ‘exec’))” clean --all:
running clean
removing ‘build/temp.linux-x86_64-cpython-37’ (and everything under it)
removing ‘build/lib.linux-x86_64-cpython-37’ (and everything under it)
‘build/bdist.linux-x86_64’ does not exist – can’t clean it
‘build/scripts-3.7’ does not exist – can’t clean it
removing ‘build’
running clean_rust

  =============================DEBUG ASSISTANCE=============================
  If you are seeing a compilation error please try the following steps to
  successfully install cryptography:
  1) Upgrade to the latest pip and try again. This will fix errors for most
     users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip
  2) Read https://cryptography.io/en/latest/installation/ for specific
     instructions for your platform.
  3) Check our frequently asked questions for more information:
     https://cryptography.io/en/latest/faq/
  4) Ensure you have a recent Rust toolchain installed:
     https://cryptography.io/en/latest/installation/#rust

  Python: 3.7.3
  platform: Linux-5.10.50-amd64-desktop-x86_64-with-Deepin-20.2.3-apricot
  pip: 18.1
  setuptools: 67.3.1
  setuptools_rust: 1.5.2
  rustc: n/a
  =============================DEBUG ASSISTANCE=============================

error: can’t find Rust compiler

If you are using an outdated pip version, it is possible a prebuilt wheel is available for this package but pip is not able to install from it. Installing from the wheel would avoid the need for a Rust compiler.

To update pip, run:

  pip install --upgrade pip

and then retry package installation.

If you did intend to build this package from source, try installing a Rust compiler from your system package manager and ensure it is on the PATH during installation. Alternatively, rustup (available at https://rustup.rs) is the recommended way to download and update the Rust compiler toolchain.

This package requires Rust >=1.48.0.


Failed cleaning build dir for cryptography
Running setup.py bdist_wheel for pynacl … \

Failed building wheel for bcrypt
Running setup.py clean for bcrypt
Complete output from command /usr/bin/python3 -u -c “import setuptools, tokenize;file=‘/tmp/pip-install-qy2myi1b/bcrypt/setup.py’;f=getattr(tokenize, ‘open’, open)(file);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, file, ‘exec’))” clean --all:
running clean
removing ‘build/lib.linux-x86_64-cpython-37’ (and everything under it)
‘build/bdist.linux-x86_64’ does not exist – can’t clean it
‘build/scripts-3.7’ does not exist – can’t clean it
removing ‘build’
running clean_rust

  =============================DEBUG ASSISTANCE=============================
  If you are seeing a compilation error please try the following steps to
  successfully install bcrypt:
  1) Upgrade to the latest pip and try again. This will fix errors for most
     users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip
  2) Ensure you have a recent Rust toolchain installed. bcrypt requires
     rustc >= 1.56.0.

  Python: 3.7.3
  platform: Linux-5.10.50-amd64-desktop-x86_64-with-Deepin-20.2.3-apricot
  pip: 18.1
  setuptools: 67.3.1
  setuptools_rust: 1.5.2
  rustc: n/a
  =============================DEBUG ASSISTANCE=============================

error: can’t find Rust compiler

If you are using an outdated pip version, it is possible a prebuilt wheel is available for this package but pip is not able to install from it. Installing from the wheel would avoid the need for a Rust compiler.

To update pip, run:

  pip install --upgrade pip

and then retry package installation.

If you did intend to build this package from source, try installing a Rust compiler from your system package manager and ensure it is on the PATH during installation. Alternatively, rustup (available at https://rustup.rs) is the recommended way to download and update the Rust compiler toolchain.

This package requires Rust >=1.56.0.


Failed cleaning build dir for bcrypt
Running setup.py bdist_wheel for pynacl …

pip3 原來安裝版本是:

pip3 -V
pip 18.1 from /usr/lib/python3/dist-packages/pip (python 3.7)

原因是版本較低
升級pip3版本:

python3 -m pip install --upgrade pip

Collecting pip
Downloading https://files.pythonhosted.org/packages/ab/43/508c403c38eeaa5fc86516eb13bb470ce77601b6d2bbcdb16e26328d0a15/pip-23.0-py3-none-any.whl (2.1MB)
100% |████████████████████████████████| 2.1MB 455kB/s
Installing collected packages: pip
Successfully installed pip-23.0

然后執(zhí)行:pip3 install paramiko 完成文章來源地址http://www.zghlxwxcb.cn/news/detail-454770.html

到了這里,關(guān)于pip3 install paramiko 安裝失敗的文章就介紹完了。如果您還想了解更多內(nèi)容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!

本文來自互聯(lián)網(wǎng)用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權(quán),不承擔相關(guān)法律責任。如若轉(zhuǎn)載,請注明出處: 如若內(nèi)容造成侵權(quán)/違法違規(guī)/事實不符,請點擊違法舉報進行投訴反饋,一經(jīng)查實,立即刪除!

領(lǐng)支付寶紅包贊助服務器費用

相關(guān)文章

  • [Linux] CentOS7 中 pip3 install 可能出現(xiàn)的 ssl 問題

    [Linux] CentOS7 中 pip3 install 可能出現(xiàn)的 ssl 問題

    由于解決問題之后, 才寫的博客, 所以沒有圖片記錄. 盡量描述清楚一些 今天寫代碼的時候, 突然發(fā)現(xiàn) 文件里用了 #define 定義宏之后, coc.nvim 的 coc-clangd 補全就用不了 :checkhealth 了一下, 發(fā)現(xiàn) nvim 忘記支持 python3 了 嘗試 pip3 install neovim 的時候, 發(fā)現(xiàn)會警告然后安裝失敗. 截圖就沒

    2024年02月16日
    瀏覽(25)
  • 【問題記錄】pip install -r requirements.txt 安裝失敗

    【問題記錄】pip install -r requirements.txt 安裝失敗

    一般在使用 pip 安裝 python 相關(guān)的包的時候,可能會由于網(wǎng)絡(luò)問題失敗 可以采用國內(nèi)鏡像進行下載安裝,復制下面代碼重新進行下載安裝: 安裝成功:

    2024年02月15日
    瀏覽(26)
  • macos pip3 install pycryptodome導入from Crypto.Cipher import AES報錯

    macos pip3 install pycryptodome導入from Crypto.Cipher import AES報錯

    問題: ????????已經(jīng)使用pip3 install pycryptodome安裝成功了,但是導入from Crypto.Cipher import AES還是提示Unresolved reference \\\'Crypto\\\' 原因: ? ? ? ? 一句話:安裝文件大小寫問題(這只是我遇到的一種情況)。 修改: ????????先使用命令:?pip3 show pycryptodome,查看安裝包的位置

    2024年01月24日
    瀏覽(21)
  • Python + selenium 安裝問題,pip install selenium失敗及解決方法

    Python + selenium 安裝問題,pip install selenium失敗及解決方法

    ? ? ? ? ? 最近想要是使用Python 訪問下瀏覽器,網(wǎng)上關(guān)于這些東西都很多,Python 安裝和 selenium 的下載就不贅述,這里簡單總結(jié)一下第一次安裝Python + selenium中遇到的問題。 ? ? Python傻瓜式安裝,但注意 安裝目錄選擇 , 環(huán)境變量的添加 。 ? ??selenium.exe下載對應瀏覽器對應

    2024年02月11日
    瀏覽(19)
  • 更新kali后pip3 install -r requirements.txt 提示error: externally-managed-environment

    當時找了很多方法都沒有,按照它這個提示搞也不行 最后重新更新一下就好了 個人經(jīng)驗,寫出來希望提供一個思路而已 我的問題:更新kali時,可能網(wǎng)絡(luò)原因,沒有更新完全 解決方法:重新更新 我當時用了以下兩條命令: apt update (根據(jù)update命令獲取最新的軟件包列表,但

    2024年02月12日
    瀏覽(37)
  • 運行Dockerfile報錯:ERROR: failed to solve: process “/bin/sh -c pip3 install flask“

    運行Dockerfile報錯:ERROR: failed to solve: process “/bin/sh -c pip3 install flask“

    運行Dockerfile時報錯,Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by \\\'ConnectTimeoutError(urllib3.connection.VerifiedHTTPSConnection object at 0x7f22bcb635f8, \\\'Connection to pypi.python.org timed out. (connect timeout=15)\\\')\\\': /simple/flask/ 出現(xiàn)該報錯是因為pip install flask時用的國外

    2024年02月16日
    瀏覽(33)
  • nuxt項目部署,npm run build 和npm run generate的區(qū)別

    nuxt項目部署,npm run build 和npm run generate的區(qū)別

    每日雞湯:每個你想要學習的瞬間都是未來的你向自己求救 非服務端渲染的項目,比如普通的vite + vue項目,我們在部署生產(chǎn)環(huán)境的時候,只需要兩步 ?運行 npm run build? 然后得到了一個 dist 文件夾 將這個dist文件夾部署到一個靜態(tài)服務器上 一般來說這樣就可以訪問這個項目了

    2024年02月15日
    瀏覽(23)
  • MAC安裝mysqlclient失敗,× Getting requirements to build wheel did not run successfully.│ exit code: 1╰─

    問題: 在使用django項目安裝mysqlclient時出現(xiàn)以下錯誤: 解決方案: 1、先去登錄brew官網(wǎng): macOS(或 Linux)缺失的軟件包的管理器 — Homebrew 復制以下代碼,到mac終端運行: /bin/bash -c \\\"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\\\" 安裝好后根據(jù)提示運行一下兩端

    2024年02月14日
    瀏覽(27)
  • pip3在Ubuntu下的安裝、升級、卸載

    pip3在Ubuntu下的安裝、升級、卸載

    pip 常用命令 pip 官方文檔 如何在 Ubuntu 20.04 上安裝 Python Pip - 知乎 (zhihu.com) Installation pip下載地址 1.1 為 Python 3 安裝 pip 方式一 方式二 1.2 為 Python 2 安裝 pip 2.1 為 Python 3 安裝 pip 2.2 為 Python 2 安裝 pip 5.1 從PyPI安裝 5.2 從github安裝 5.3 從源碼安裝 5.4 從whl安裝 鏡像源 python pip 錯誤

    2024年01月24日
    瀏覽(19)
  • 通過yum安裝python3.9和pip3

    你好! 要使用 yum 安裝 Python 3.9 和 pip3,需要執(zhí)行以下步驟: 首先,確保你的系統(tǒng)上已經(jīng)安裝了 yum。如果沒有,請參考如何在 CentOS 上安裝 yum。 然后,使用 yum 命令安裝 Python 3.9。 接下來,使用 yum 命令安裝 pip3。 最后,檢查是否已成功安裝 Python 3.9 和 pip3。 如果一切順利,

    2024年02月11日
    瀏覽(89)

覺得文章有用就打賞一下文章作者

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請作者喝杯咖啡吧~博客贊助

支付寶掃一掃領(lǐng)取紅包,優(yōu)惠每天領(lǐng)

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包