為什麼anaconda安裝成功之後無法打開Ipython以及spyder?
win10系統64位,安裝選擇為所有用戶安裝,路徑只能用默認的C盤,選擇其他盤就會報錯exist,安裝成功之後從cmd可以打開python,但是從開始菜單打開Ipython是閃一下命令提示符然後退出,打開spyder沒有反應,在路徑內無法搜索到spyder.bat,求助
Anaconda2Libsite-packages 目錄下添加一個名為 sitecustomize.py 的文件,文件內容:
#file name: sitecustomize.py
import sys
sys.setdefaultencoding(utf-8)
參考:window下安裝anaconda ipython和spyder都打不開
解決了么,我是打不開jupyternotebook
在cmd 環境里 輸入 python 看提示
由於我弄好了。忘記提示是什麼了。大概意思是說sys.setdefalut 那個東西出了問題
然後在python的網站搜了一下3.幾的版本默認 utf-8 而且 setdefault 那個命令不能用了
在anaconda/Lib/site-packages 裡面找到對應的文件 「sitecustomize.py」
給剪切出來不要了就行了。 目前我是這麼解決的。
我也遇到相同的問題,瞎弄,居然可以了,哈哈,你打開anaconda以後jupyter右上角有個設置的標誌,滑鼠左鍵點擊remove application然後在點擊相應的install application就可以了。希望能把幫到你。
Cant launch the Spyder on Windows if other scientific distributions (WinPython, PythonXY) are installed · Issue #264 · ContinuumIO/anaconda-issues
I follow instructions and not worked
try conda install spyder-app
this works for me I also had the same problem on a Win10 64 bit system and fixed as well
我的是win10系統 32bit 版本,親測有效
在終端輸入spyder後如果不成功會有報錯信息,按照保存信息差方法。我的情況是報警中有一個from pyqt5...然後pip install pyqt安裝成功後,在輸入spyder成功。不知道題主錯誤信息是什麼,反正就是哪裡有錯先查哪裡,按cmd提示解決。
我在cmd下輸入ipython,最後報錯是這個:
AttributeError: _NamespacePath object has no attribute sort找到一個解決方案是刪除這個文件:
D:ProgramDataAnaconda3libsite-packagessetuptools-27.2.0-py3.6.egg
具體見這個鏈接:
解決Win7(x64)Anaconda3報錯:AttributeError: _NamespacePath object has no attribute sort解決了么?我也出現這種情況,安裝的Anaconda3
推薦閱讀:
※Quant金融方面入門書籍推薦?
※wizardquant 是一家怎麼樣的公司?
※Quant 會有哪些資訊來源?會看哪些博客或者出版物?
※為了當 Quant 去讀一個 PhD 值得嗎?
※Quant 的發展經歷了哪些階段?現況如何?未來會怎麼樣?