報錯日志: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 at pycharm
-
觀察下載安裝的報錯窗口,找到自己當前pycharm的路徑,如圖所示:
image -
使用快捷鍵 ctrl+R ,輸入cmd,進入命令行,輸入 cd /d 加上第1步中的路徑
image -
進入上述路徑后,再使用pip命令安裝所需要的包即可。此處,可以看到顯示已安裝成功。
image

