question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

spyder.exe does not works after I run the "pip install --upgrade spyder"

See original GitHub issue

Hi, 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:closed
  • Created 7 years ago
  • Comments:15 (5 by maintainers)

github_iconTop GitHub Comments

6reactions
dalitocommented, Nov 8, 2017

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:

pip3 install -U PyQt5
pip3 install -U spyder

Spyder does not specify PyQt as dependency in setup.py so it is not automatically installed/updated.

1reaction
stonebigcommented, May 5, 2017

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:

  • edit winpython-…\scripts\spyder.bat
  • change in it “\spyder.exe” per “\spyder3.exe”
  • save and retry the Spyder icon.

or alternatively, rename “python-3.5.3.amd64\spyder.exe” per “python-3.5.3.amd64\spyder3.exe”

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found