pycharm>>file>>settings>>project interpreter直接新增會報如下錯:
try to run this command from the system terminal. make sure that you use the correct version of 『pip』 installed for your python interpreter located atpycharm工作路徑
開啟電腦終端,輸入pip
若如上圖所示,則已經配置好了pip的環境。
否則需要配置pip環境變數:
控制面板–>系統和安全–>系統–>高階系統設定–>環境變數
系統變數path中新增:(python的路徑)\scripts\
最後錯誤描述為:httpsconnectionpool(host=『files.pythonhosted.org』, port=443): read timed out
選擇國內的映象源列表如下:
清華源:
阿里雲:
中國科技大學:
豆瓣(douban):
清華大學:
中國科學技術大學:
**如下:
成功!
pycharm安裝步驟
pycharm是一種python ide,帶有一整套可以幫助使用者在使用python語言開發時提高其效率的工具,比如除錯 語法高亮 project管理 跳轉 智慧型提示 自動完成 單元測試 版本控制。此外,該ide提供了一些高階功能,以用於支援django框架下的專業web開發。下面介紹一下pych...
python http請求工具Requests
只涉及一些常用的方法,一些高階特性檢視尾部鏈結 安裝pip install requests r 是response物件 r requests.get get r requests.post post r requests.put put r requests.delete dele r reque...
安裝pycharm過程 ubuntu
選擇社群版 然後安裝 進入解壓包pycharm.sh所在目錄 用命令 sudo sh pycharm.sh安裝 在ubuntu18.04 環境 安裝pycharm,當建立專案的時候報錯如下 pycharm modulenotfounderror no module named distutils.c...