Spyder uninstalls and rollsback from 4.0.1 to the version 3.x.x shipped with anaconda by itself.
See original GitHub issueI installed anaconda and updated spyder to version 4.0.1 Once I close anaconda and open it again, I see spyder rolled back to the original version it came with.
Also, after updating to the latest version of spyder, I found some modules like NumPy, pandas and matplotlib not available showing module not found an error. I have no idea how to fix this. I tried to reset spyder settings and found no solace. Any assistance is appreciated. Thanks
Versions
- Spyder version: 4.0.1
- Python version: 3.8.1 64-bit
- Qt version: 5.9.7
- PyQt version: 5.9.2
- Operating System name/version: Windows 10
Dependencies
atomicwrites >=1.2.0 : 1.3.0 (OK)
chardet >=2.0.0 : 3.0.4 (OK)
cloudpickle >=0.5.0 : 1.3.0 (OK)
diff_match_patch >=20181111 : 20181111 (OK)
intervaltree : None (OK)
IPython >=4.0 : 7.12.0 (OK)
jedi =0.14.1 : 0.14.1 (OK)
nbconvert >=4.0 : 5.6.1 (OK)
numpydoc >=0.6.0 : 0.9.2 (OK)
pexpect >=4.4.0 : 4.8.0 (OK)
pickleshare >=0.4 : 0.7.5 (OK)
psutil >=0.3 : 5.6.7 (OK)
pygments >=2.0 : 2.5.2 (OK)
pylint >=0.25 : 2.4.4 (OK)
pyls >=0.31.2;<0.32.0 : 0.31.7 (OK)
zmq >=17 : 18.1.1 (OK)
qdarkstyle >=2.7 : 2.8 (OK)
qtawesome >=0.5.7 : 0.6.1 (OK)
qtconsole >=4.6.0 : 4.6.0 (OK)
qtpy >=1.5.0 : 1.9.0 (OK)
rtree >=0.8.3 : 0.9.3 (OK)
sphinx >=0.6.6 : 2.4.0 (OK)
spyder_kernels >=1.8.1;<2.0.0: 1.8.1 (OK)
watchdog : None (OK)
cython >=0.21 : None (NOK)
matplotlib >=2.0.0 : None (NOK)
numpy >=1.7 : None (NOK)
pandas >=0.13.1 : None (NOK)
scipy >=0.17.0 : None (NOK)
sympy >=0.7.3 : None (NOK)
Issue Analytics
- State:
- Created 4 years ago
- Comments:20 (10 by maintainers)
Top Results From Across the Web
Downgrade to previous version of Spyder - Stack Overflow
In Anaconda Navigator, on Spyder tab, you have a settings symbol on top right corner. Press that and select 'Install specific version' option....
Read more >How to update Spyder in Anaconda to 5.x?
What didn't work 🤔. Whenever I launch Spyder IDE, I get this prompt to upgrade the version to 5.x, and today, I decided...
Read more >Release notes — Anaconda documentation
Conda has been updated to v22.9.0. Anaconda Navigator has been updated to v2.3.1. This installer uses python-3.9. This is the first release that...
Read more >Release notes — conda 22.11.1.post14+4f2f30268 ...
We are now committed to making at least one release every two months, but keep in mind that we can (and most likely...
Read more >How to Setup Your Python Environment for Machine Learning ...
3. Start and Update Anaconda · 1. Open a terminal (command line window). · 2. Confirm conda is installed correctly, by typing: 1....
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
Last
conda update --all
solved it for me.When the term “fix” was used, I had something else in mind. Not complaining. I’ll keep my work-around for the time being.