為什麼這篇pythonpath設定鄉民發文收入到精華區:因為在pythonpath設定這個討論話題中,有許多相關的文章在討論,這篇最有參考價值!作者chin2049 (YesOrNo)看板Python標題[問題] pip3安裝pyptt 執行找...
作業系統: macOS Big sur
軟體:VS Code
Terminal: zsh
資訊如下
which python
-> /usr/bin/python
python —version
-> Python 2.7.16
which pip3
-> /Library/Frameworks/Python.framework/Versions/3.9/bin/pip3
我用pip3 install pyptt
-> Requirement already satisfied: pyptt in /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages
上面這個訊息不太對勁
有使用code runner extension
在 configuation裡面設定
"python.pythonPath": "/usr/local/bin/python3"
主程式只打二行:
import sys
from PyPtt import PTT
結果如下:
mportError: No module named PyPtt
用了大半天 不知道該怎麼設定
再請教版友
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 59.102.171.42 (臺灣)
※ 文章網址: https://www.ptt.cc/bbs/Python/M.1620290689.A.7F2.html
※ 編輯: chin2049 (59.102.171.42 臺灣), 05/06/2021 16:45:20
※ 編輯: chin2049 (59.102.171.42 臺灣), 05/06/2021 16:47:39
which python3
-> /Library/Frameworks/Python.framework/Versions/3.9/bin/python3
是這樣
※ 編輯: chin2049 (59.102.171.42 臺灣), 05/06/2021 16:54:28
※ 編輯: chin2049 (59.102.171.42 臺灣), 05/06/2021 16:59:04
兩位版大 我pythonPath設定跟 python3一樣了 但還是有問題
一樣出現module not found
我用pip3 uninstall pyptt 再用pip3 install pyptt一次
它還是出現 Requirement already satisfied這行
我覺得問題出在這裡 但我找不到合適的解決方法
還有救嗎?
※ 編輯: chin2049 (59.102.171.42 臺灣), 05/06/2021 17:08:37
※ 編輯: chin2049 (59.102.171.42 臺灣), 05/06/2021 23:30:09