或者pip2 install *** / pip3 install ***
另外直接在cmd中輸入pip2 或 pip3 出現錯誤(no module named pip3/no module named pip2) 即調不出來,而其路徑又的確在環境變數中,那麼很有可能是pip沒有更新,更新使用python3 -m pip install --upgrade pip (或python2)或者使用
之後使用pip2/pip3 install 對應模組即可。
python2,python3 多pip共存問題
coding utf 8 url author chen version python2.x and python3.x 假設現在需要多版本python共存,python2.x用來空間資料主要配合arcgis和python3.x做演算法處理 so,先進入python35修改python.exe 為 ...
python2 python3的華麗轉身
最近python2已經進入倒計時了,為了防止之前的 出現混亂,盡快進行移植是很有必要的 在python2 中是不區分bytes和str型別的,python2分別用str和unicode表示字串行 在python3中bytes和str中是區分的,bytes由str通過encode方法轉化得到的,str...
python2,Python3爬蟲的簡單區別
1,版本安裝 請安裝python3.6.0版本,python2.7.13版本,如果不會的話,請自行查閱安裝版本,網上挺多的.2,pycharm中調整 在file settings project設定中,有乙個選項 project interperter,在右側上方project interperte...