1.下載 python-3.6.3 python
下載地址: https://www.python.org/ftp/python/3.6.3/python-3.6.3-amd64.exe git
2.安裝 python-3.6.3
一直下一步,直到安裝完成。
3. spyder安裝:
下載裏面最新的源碼zip包,在本地解壓後,cmd或 Anaconda裏cd到解壓的目錄下
python setup.py install
而後執行下面的命令-若是裝過Anaconda環境,絕大部分都已經安裝好了(主要升級下pip 和 安裝PyQt5通常就能夠了)
python -m pip install --upgrade pip
pip install zmq
pip install chardet
pip install psutil
pip install qtawesome
pip install pickleshare
pip install docutils
pip install jinja2
pip install sphinx
pip install jupyter_client
pip install qtconsole
pip install pyflakes
pip install pycodestyle
pip install rope
pip install nbconvert
pip install pylint
pip install qtpy
pip3 install PyQt5
而後在cmd裏輸入spyder 來啓動spyder
若是在cmd裏輸入spyder後沒有反應或者出現蜘蛛網的窗口後再沒有反應,能夠在
C:\Users\Administrator下面的 spyder_crash.log文件裏有spyder 錯誤的緣由。