python安裝包提示error: option --single-version-externally-managed not recognized
mac使用命令:pip install mysql-connector-python-rf==2.1.3安裝包的時候提示錯誤資訊:
error: option --single-version-externally-managed not recognized
原因可能是你的安裝包是wheel格式的安裝包,如果你的電腦上沒有安裝wheel的話就會報這個錯誤。
我自己是這麼解決的:
首先安裝wheel:pip install wheel
然後再用pip安裝我想要包:pip install mysql-connector-python-rf==2.1.3
解決了我的問題:
相關推薦
python安裝包提示error: option --single-version-externally-managed not recognized
mac使用命令:pip install mysql-connector-python-rf==2.1.3安裝包的時候提示錯誤資訊: error: option --single-version-externally-managed not recognized 原因可能是你的安裝包
python安裝失敗提示“one or more issues caused the setup to fail . Please fix the issues and then retry setup.For more information see the log file”
ase ice body orm bubuko mat 解決方法 3.4 mage 換了項目組,換了新電腦,重裝Python時遇到提示如下圖所示: 原因:需要安裝Windows 7 Service Pack 1 直接點擊“update your
Python 安裝包setuptools easy_install pip
pytho 1.2 構建 lar source 目錄 老版本 eas 方法 一般Python包的安裝方法1、下載包2、python setup.py build #可能不需要 3、python setup.py install Python安裝包的命令有的easy_ins
使用pip安裝包提示TLS證書錯誤解決辦法
col conf 新版本 HERE pin tls inux 執行 沒有 最近有不少同學在使用pip安裝python包的時候,經常會出現以下類似的錯誤: Could not fetch URL https://pypi.python.org/simple/pytest-x
安裝兩個版本的python安裝包,後安裝的python程序打開時閃退
bsp 卸載 雙擊 python的安裝 環境變量 系統默認 電腦 3.6 路徑 1.環境變量的問題 (Win7)右鍵打開“計算機”的屬性設置→高級系統設置→環境變量。 在系統變量中的path中,編輯,在末尾加入Python的安裝路徑“F:\Python27”, 路徑與
python 安裝包制作
rom script import init .py name scrip utils sdi 1、 __init__.py 2、模塊1 模塊2 3、setup.py from distutils.core import setup setup(name=‘modules
python 安裝包查看
軟件 spa 安裝 free family sans ont font com pip freeze可以查看已經安裝的python軟件包和版本 pip list 也可以python 安裝包查看
python 安裝包安裝 Microsoft Visual C++ 14.0
在我們裝python 的一些包情況下 經常出現 error: Microsoft Visual C++ 14.0 is required. Get it with “Microsoft Visual C++ Build Tools”: http://landinghub.visualstud
python 安裝superset:error: Setup script exited with error: command 'gcc' failed with exit status 1
python 安裝superset 錯誤提示如下: atal error: sasl/sasl.h: No such file ordirectory #include <sasl/sasl.h> &nbs
如何在linux中查詢python安裝包的路徑
[root]# python -c "import fasttext;print(fasttext)"<module 'fasttext' from '/root/anaconda3/lib/python3.6/site-packages/fasttext/__init__.py'> 其實你只要
如何查找python安裝包的路徑site-packages?
ima 使用 rect -- python版本 cto 如何 2.7 ons 使用命令: python -m site python -m site --user-site 註意當查看指定版本的python的安裝包時,需要指定python版本,比如python2.7.15
如何查詢python安裝包的路徑site-packages?
使用命令: python -m site python -m site --user-site 注意當檢視指定版本的python的安裝包時,需要指定python版本,比如python2.7.15 -m site 參考:https://stackoverflow.com/questi
python安裝包是出現錯誤解決
/usr/lib/gcc/x86_64-linux-gnu/4.8/include-fixed/limits.h:168:61: fatal error: limits.h: No such file or directory #include_next <limits.h> /* recurs
python安裝包的離線安裝方法
說明:python的離線安裝有時候,由於不同模組有很多依賴包,所以很容易出錯。python線上安裝只需要“pip install 包名”會自動安裝依賴包,所以一般不會出現安裝問題。 1、Linux 主要提供Linux版本的字尾是".whl"和“.tar.gz”,可以搜尋相
Python安裝包以及 pip 和conda 國內映象源
目錄 pip國內映象源: conda 國內映象源 Ubuntu系統 Python包的安裝 1,pip install [本地安裝]: 2,尋找特定版本的python包,比如tensorflow包,先搜尋在安裝 1. omgtools包
伺服器更新python安裝包
背景 伺服器A不能聯外網,安裝了anaconda伺服器B能聯外網伺服器A、B都是Linux系統,本地是mac os嘗試 一、利用anaconda安裝、更新 開始卡住了,以為是鏡相的原因,嘗試指定國內鏡相(fail) 二、利用pip 安裝、更新 據說豆瓣
隨手筆記:Windows Python 安裝、刪除 error 2203/2502/2503
錯誤描述 The installer has encounted an unexcepted error install this package. This may indicate a problem with this package. The erro
官網下載Python安裝後提示錯誤 ImportError: No module named site
一、問題 官網下載Python2.7(python-2.7.13.msi),安裝後啟動提示錯誤,ImportError: No module named site 二、解決 1、這個問題是Python環境變數錯誤引起的,一般是之前安裝過Python,解除安裝後沒把環境變數去掉。
【已解決】使用pip安裝包提示TLS證書錯誤解決辦法
最近有不少同學在使用pip安裝python包的時候,經常會出現以下類似的錯誤: Could not fetch URL https://pypi.python.org/simple/pytest-
【已解決】MAC 使用pip安裝包提示TLS證書錯誤解決辦法
好久沒用pip,突然就有 There was a problem confirming the ssl certificate: [SSL: TLSV1_ALERT_PROTOCOL_VERSIO