我剛安裝了第一次PyCharm 5並試圖讓事情奏效。我有一個簡單的python腳本,試圖導入熊貓(導入熊貓作爲pd)。它失敗,因爲熊貓沒有安裝...所以我去安裝它,然後得到一個錯誤(複製下面)。無法安裝python模塊:PyCharm錯誤:「字節編譯被禁用,跳過」
我試過在首選項或幫助中尋找一些「字節編譯」設置,但無濟於事。我已經嘗試了這裏提出的解決方法,涉及將默認項目編輯器更改爲Python 2.7,但這並沒有幫助(https://github.com/spacy-io/spaCy/issues/114)。
我該怎麼辦?
================= Error below =================
Executed command:"
/var/folders/kf/nd7950995gn25k6_xsh3tv6c0000gn/T/tmpgYwltUpycharm-management/pip-7.1.0/setup.py install
Error occurred:
40:357: execution error: warning: build_py: byte-compiling is disabled, skipping.
Command Output:
40:357: execution error: warning: build_py: byte-compiling is disabled, skipping.
warning: install_lib: byte-compiling is disabled, skipping.
error: byte-compiling is disabled.
(1)
我投了這個答案,因爲它解釋瞭如何在pycharm改變Python版本。謝謝 – startoftext
這工作完美..謝謝 –
超級...作品像一個魅力 –