spyder.exe does not works after I run the "pip install --upgrade spyder"
See original GitHub issueHi, I’m using WinPython-64bit-3.5.3.0Qt5 which comes with Spyder 3.1.2. Now in the console, I just run the command pip install --upgrade spyder
, and I see that it is successfully upgrade to 3.1.3 version of Spyder.
Now, when I double click the spyder.exe in the root install folder, nothing happens.
I have to switch the current directory to \WinPython-64bit-3.5.3.0Qt5\python-3.5.3.amd64\Scripts
and type the spyder3.exe
, so that the upgraded spyder started.
Any ideas? Thanks.
Issue Analytics
- State:
- Created 7 years ago
- Comments:15 (5 by maintainers)
Top Results From Across the Web
Pip Install Spyder on Windows 10 (Won't Start) - Stack Overflow
You should consider upgrading via the 'python -m pip install --upgrade pip' command. I have the same issue when double clicking the "spyder.exe" ......
Read more >How to Install Pip on Windows - ActiveState
Add the directory in which pip is installed as a PATH environment variable by doing the following: Open up the Control Panel and...
Read more >Installation — Spyder 3 documentation
Installation ¶. Spyder is relatively easy to install on Windows, Linux and macOS. Just make sure to read and follow these instructions with...
Read more >Installing spyder IDE for ArcPro - Esri Community
This is a mini guide to installing the spyder IDE so it works for ArcPro ... Tips for when upgrading ArcPro breaks your...
Read more >Pip Command Not Found on Windows: A Guide | Built In
If you can't find the pip3.exe , it might not be installed. So, the first thing you should do is check to see...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I believe the issue occurs if no or a wrong PyQT is installed. First I also had this issue but all went fine when I also updated PyQt:
Spyder does not specify PyQt as dependency in setup.py so it is not automatically installed/updated.
probably you use an old version of winpython. and recently “spyder.exe” launcher changed to “spyder3.exe” (https://github.com/winpython/winpython/issues/489)
so:
or alternatively, rename “python-3.5.3.amd64\spyder.exe” per “python-3.5.3.amd64\spyder3.exe”