How to start Spyder IDE on Windows

前端 未结 12 1143
醉酒成梦
醉酒成梦 2021-02-01 03:56

I downloaded spyder using the

pip install spyder

in my windows 10 32-bit operating system, but i dont see any desktop icons or exe files to start r

12条回答
  •  时光取名叫无心
    2021-02-01 04:18

    As stated in the documentation of Spyder, you need to install PyQt5 first.

    Open a Command Prompt as Administrator, then run:

    pip install pyqt5
    pip install spyder
    

    Then you can find the spyder3.exe in the Python3.6/Scripts folder. You can also make a shortcut to it. No need for Anaconda.

提交回复
热议问题