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.

@yuvipanda i have update the anoconda to the latest version(1.9.7) on windows10, but i still can not to update spyder to 4.0. However, i can use spder 4.0 on ubunto16.04 when i use the anoconda navigator1.9.7. I have followed the issuse 10964, but i meet a new QQ截图20191212135911 and if i copy the Anaconda/DLLS/libssl-1_1-x64.dll to Anaconda/Library/bin, i can install the spyder4.0. But when i start it, i come into that:

Traceback (most recent call last):
File "D:\Progran_file\Anaconda3\envs\py1_2\lib\site-packages\spyder\app\mainwindow.py", line 3711, in main
mainwindow = run_spyder(app, options, args)
File "D:\Progran_file\Anaconda3\envs\py1_2\lib\site-packages\spyder\app\mainwindow.py", line 3552, in run_spyder
main.setup()
File "D:\Progran_file\Anaconda3\envs\py1_2\lib\site-packages\spyder\app\mainwindow.py", line 1010, in setup
from spyder.plugins.ipythonconsole.plugin import IPythonConsole
File "D:\Progran_file\Anaconda3\envs\py1_2\lib\site-packages\spyder\plugins\ipythonconsole\plugin.py", line 52, in 
from spyder.plugins.ipythonconsole.widgets import ClientWidget
File "D:\Progran_file\Anaconda3\envs\py1_2\lib\site-packages\spyder\plugins\ipythonconsole\widgets\__init__.py", line 16, in 
from .debugging import DebuggingWidget
File "D:\Progran_file\Anaconda3\envs\py1_2\lib\site-packages\spyder\plugins\ipythonconsole\widgets\debugging.py", line 22, in 
from IPython.core.inputtransformer2 import TransformerManager
ModuleNotFoundError: No module named 'IPython.core.inputtransformer2'

So how can i solve it? looking for you reply.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

6reactions
rbgtcommented, May 26, 2020

I had this problem, if you have this message you need to update your IPython by doing : conda update IPython If you have several environment, just precise the environment you installed spyder : conda update IPython -n (envname)

3reactions
GabrieleBrambillacommented, Apr 3, 2020

Unfortunately I don’t think it’s an uncommon case. Recently I tried to update Anaconda and then Spyder from 3 to 4 on two different machines and in both of them Spyder stopped working with this error. I think either Anaconda or Spyder “updater” is broken… But I’m not an expert. Just raising my hand.

Read more comments on GitHub >

github_iconTop Results From Across the Web

how to update spyder on anaconda - Stack Overflow
Open Anaconda Navigator · Go to Spyder icon · Click on settings logo top-right coner of spider box · Click update application.
Read more >
Installation Guide — Spyder 5 documentation
The standalone installers for Spyder 5.4.0+ include update functionality built right into Spyder, which after checking for updates will display a prompt to ......
Read more >
The Easiest Way to Update Spyder to the Latest Version
1.) Open Terminal or Anaconda Prompt with the administrator right. · 2.) Update your conda/anaconda to the latest version with the following ...
Read more >
How to update Spyder in Anaconda to 5.x?
Spyder is one of my favorite IDE(Integrated Development Environment) for Python programming and visua... Tagged with python, anaconda, ...
Read more >
Spyder - :: Anaconda.org
osx-arm64 v5.4.0; linux-64 v5.4.0; win-32 v3.2.8; linux-aarch64 v5.4.0 ... Spyder is a powerful scientific environment written in Python, for Python, ...
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