[問題] python 版本降轉

看板Python作者 (別理我)時間7年前 (2018/02/09 13:10), 編輯推噓2(206)
留言8則, 3人參與, 7年前最新討論串1/1
pyinstaller 遇到不支援python3.6版 我目前是使用Anaconda,也知道可切換 python2 與 python3 但請問該如何設置環境 從3.6降到3.5就好 謝謝 -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 180.217.131.212 ※ 文章網址: https://www.ptt.cc/bbs/Python/M.1518153045.A.BDD.html

02/09 15:27, 7年前 , 1F
可以用 conda 設環境
02/09 15:27, 1F

02/09 15:27, 7年前 , 2F

02/09 15:27, 7年前 , 3F
大概像這篇
02/09 15:27, 3F

02/09 15:28, 7年前 , 4F
conda create --name test35 python=3.5
02/09 15:28, 4F

02/09 17:49, 7年前 , 5F
感謝 晚點試試看
02/09 17:49, 5F

02/09 18:16, 7年前 , 6F

02/09 18:17, 7年前 , 7F
確實可以降轉到3.5 但執行pyinstallern似乎還是不行...
02/09 18:17, 7F

02/09 22:09, 7年前 , 8F
有先 source activate py35嗎?
02/09 22:09, 8F
文章代碼(AID): #1QVIrLlT (Python)
文章代碼(AID): #1QVIrLlT (Python)