1. 程式人生 > >Mac pip安裝模組出現錯誤

Mac pip安裝模組出現錯誤

我在安裝gensim模組的使用命令

sudo pip install gensim

時候出現這個問題:
DEPRECATION: Uninstalling a distutils installed project (numpy) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
修改一下命令為:
sudo pip install gensim --upgrade --ignore-installed gensim
這樣就OK了!!!


相關推薦

Mac pip安裝模組出現錯誤

我在安裝gensim模組的使用命令 sudo pip install gensim 時候出現這個問題: DEPRECATION: Uninstalling a distutils installed project (numpy) has been deprecated a

mac下用pip 安裝軟體出現錯誤Operation not permitted

在mac上用pip 安裝keras時出現 如下錯誤: ➜ ~ sudo pip install keras The directory '/Users/zhangxin/Library/Caches/pip/http' or its parent dir

pip 安裝pyhs2出現錯誤解決的方法

錯誤:     sasl/saslwrapper.h:22:23: 致命錯誤:sasl/sasl.h:沒有那個檔案或目錄 需要安裝幾個包解決這個問題 yum install cyrus-sasl-lib.x86_64 cyrus-sasl-deve

pip 安裝 uwsgi 出現錯誤

錯誤提示: Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-1a5m19e6/uwsgi/setup.py';f=getattr(tokenize, 'open', op

Mac OS安裝brew出現錯誤的解決辦法

Mac OS預設已安裝好了ruby,所以可直接執行一下命令: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Ho

macpip安裝出現【TLSV1_ALERT_PROTOCOL_VERSION】證書問題

問題產生背景 在mac系統中,需要用pip 安裝MySQLdb庫,直接執行 sudo pip install MySQL-python 報瞭如下的錯誤: Could not fetch URL https://pypi

mac安裝pyspider出現安裝pycurl錯誤(python3版本以上)

mac下安裝pyspider出現錯誤如下: Command “python setup.py egg_info” failed with error code 1 in /private/var/folders/...... 緊接著我用了pip3 安裝pycurl出現錯

npm安裝出現錯誤解決辦法及mac下升級node.js

npm error  cwd.process 關閉所有terminal終端,執行下面的命令: $ sudo npm cache clean -f $ sudo npm install -g n n是用來管理node.js版本的。 mac 升級 node.js 的簡易方法。

python2 安裝scrapy出現錯誤提示解決辦法~

man 提示 正常 html中 command fail 重新 解決問題 資料 首先:set STATICBUILD=true && pip install lxml 安裝環境: windows7操作系統,已經正確安裝python,pip. 使用

python2.7使用pip安裝包一直錯誤

python2.7使用pip安裝包一直錯方法:1、在Python的安裝目錄C:/Python27/Lib/裏找到mimetypes.py文件;2、打開mimetypes.py文件,在import結束後添加以下代碼:import sysreload(sys)sys.setdefaultencoding('

pip 安裝模組時報“pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonh”

連線映象網站即可 以豆瓣映象為例: 解決方案: pip install grpcio-tools -i https://pypi.doubanio.com/simple 後面的-i https://pypi.doubanio.com/simple即是映象 映象站推薦: 阿里雲

解決國內網路Python2.X 3.X PIP安裝模組連線超時的問題

其實很簡單 只需要更換為國內的映象地址就可以 豆瓣提供了相應的映象地址 懶得自己去換的可以下載這個 我寫好了一個py直接執行即可 特性: 1.修改下載源 2.遮蔽pip升級提示 3.延長超時等待時間 下載地址 百度網盤 http://pa

解決pip安裝出現報錯TypeError: unsupported operand type(s) for -=: 'Retry' and 'int'

我在Linux下使用pip安裝時出現報錯: Exception: Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 215, in m

安裝軟體出現錯誤Error 1935安裝程式集

修改登錄檔數值 登錄檔路徑 HKEY_LOCAL_MACHINE \SYSTEM \CurrentControlSet\Control  步驟: 開始 - 執行(輸入regedit.exe)- 確定或者回車,開啟登錄檔編輯器;   在開

centos6,python3,通過pip安裝pycurl出現報錯提示

run cto pytho tor dir rec centos6 url 3.6  Centos6.7系統,python3.6.7,通過 pip 安裝pycurl出現報錯:    __main__.ConfigurationError: Could not run cur

虛擬機器安裝win7出現錯誤

無法開啟虛擬機器的錯誤:Intel VT-x處於禁用狀態 解決方法:https://jingyan.baidu.com/article/fc07f98976710e12ffe519de.html 開啟虛擬機器時的錯誤:無法連線 MKS: 套接字連線嘗試次數太多;正在放棄。

安裝mysql 出現錯誤Unable to update security settings. Access denied for user 'root'@'localhost' 的解決

以前安裝過mysql,解除安裝了之後重新安裝,當安裝到mysql server的時候出現Unable to update security settings. Access denied for user 'root'@'localhost' (using password:

成功解決PIP安裝模組報錯,You are using pip version 9.0.1, however version xxx is available

在PIP安裝模組時,發現報以下錯誤: You are using pip version 9.0.1, however version 18.1 is available. You should consider upgrading via the 'python -m p

Python pip安裝模組各種踩坑教程

文章目錄 系統環境 python中使用pip安裝模組的方法 如何知道我們的python模組安裝到哪個位置 Cannot uninstall X錯誤的解決方法 系統環境 本教程系統平臺為win7 64位旗艦版。 python

在windows下安裝scala出現錯誤:找不到或無法載入主類 scala.tools.nsc.MainGenericRunner

      由於接下來要學習Spark,想先學學Scala,在Windows上安裝完 scala-2.10.4 並配置完環境變數後,在cmd 命令列視窗中輸入scala,出現錯誤:找不到或無法載入主類