Home > other >  Anaconda Navigator spyder
Anaconda Navigator spyder

Time:04-28

Traceback (the most recent call last) :
The File "C: \ Users \ \ AppData \ 95436 Local \ conda \ conda \ envs \ tensorflow \ lib \ site - packages \ spyder \ app \ mainwindow py", line 3208, the main in
Mainwindow=run_spyder (app, options, args)
The File "C: \ Users \ \ AppData \ 95436 Local \ conda \ conda \ envs \ tensorflow \ lib \ site - packages \ spyder \ app \ mainwindow py", line 3084, in run_spyder
The main setup ()
The File "C: \ Users \ \ AppData \ 95436 Local \ conda \ conda \ envs \ tensorflow \ lib \ site - packages \ spyder \ app \ mainwindow py", line 1172, in the setup
Self. Setup_layout (default=False)
The File "C: \ Users \ \ AppData \ 95436 Local \ conda \ conda \ envs \ tensorflow \ lib \ site - packages \ spyder \ app \ mainwindow py", line 1457, in setup_layout
Self. Setup_default_layouts (' default Settings)
The File "C: \ Users \ \ AppData \ 95436 Local \ conda \ conda \ envs \ tensorflow \ lib \ site - packages \ spyder \ app \ mainwindow py", line 1633, in setup_default_layouts
Widget. Toggle_view (True)
The File "C: \ Users \ \ AppData \ 95436 Local \ conda \ conda \ envs \ tensorflow \ lib \ site - packages \ spyder \ plugins \ ipythonconsole py", line 725, in toggle_view
Self. Create_new_client (give_focus=False)
The File "C: \ Users \ \ AppData \ 95436 Local \ conda \ conda \ envs \ tensorflow \ lib \ site - packages \ spyder \ plugins \ ipythonconsole py", line 1046, in create_new_client
Self. Connect_client_to_kernel (client, is_cython=is_cython)
The File "C: \ Users \ \ AppData \ 95436 Local \ conda \ conda \ envs \ tensorflow \ lib \ site - packages \ spyder \ plugins \ ipythonconsole py", line 1084, in connect_client_to_kernel
Kc start_channels (shell=True, iopub=True)
File "C: \ Users \ \ AppData \ 95436 Local \ conda \ conda \ envs \ tensorflow \ lib \ site - packages \ qtconsole \ kernel_mixins py", 43, line in start_channels
Super (QtKernelClientMixin, self). Start_channels (* args, * * kw)
The File "C: \ Users \ \ AppData \ 95436 Local \ conda \ conda \ envs \ tensorflow \ lib \ site - packages \ jupyter_client \ threaded py", line 209, in start_channels
Self. Shell_channel. _inspect=self. _check_kernel_info_reply
The File "C: \ Users \ \ AppData \ 95436 Local \ conda \ conda \ envs \ tensorflow \ lib \ site - packages \ jupyter_client \ client py", line 143, in shell_channel
Socket, the self. The session, the self. Ioloop
The File "C: \ Users \ \ AppData \ 95436 Local \ conda \ conda \ envs \ tensorflow \ lib \ site - packages \ jupyter_client \ threaded py", line 202, in ioloop
Self. _ioloop=ioloop. Ioloop ()
The File "C: \ Users \ \ AppData \ 95436 Local \ conda \ conda \ envs \ tensorflow \ lib \ site - packages \ tornado \ util py", line 312, in __new__
The instance. The initialize (, * * * args init_kwargs)
The File "C: \ Users \ \ AppData \ 95436 Local \ conda \ conda \ envs \ tensorflow \ lib \ site - packages \ ZMQ \ eventloop \ ioloop py", line 139, in the initialize
Super (ZMQIOLoop, self). The initialize (impl=impl, * * kwargs)
The File "C: \ Users \ \ AppData \ 95436 Local \ conda \ conda \ envs \ tensorflow \ lib \ site - packages \ tornado \ ioloop py", line 845, in the initialize
Super (PollIOLoop, self). The initialize (* * kwargs)
The File "C: \ Users \ \ AppData \ 95436 Local \ conda \ conda \ envs \ tensorflow \ lib \ site - packages \ tornado \ ioloop py", line 357, in the initialize
Self. Make_current ()
The File "C: \ Users \ \ AppData \ 95436 Local \ conda \ conda \ envs \ tensorflow \ lib \ site - packages \ tornado \ ioloop py", line 315, in make_current
Assert asyncio is None
AssertionError

Click the Spyder after the prompt

CodePudding user response:

Yesterday I installed anaconda, also encounter this problem, find for a long time, say tornado and old version 5.0 pyzmq conflict
Install the latest version of pyzmq 17.0 to break
Terminal execution conda install - c conda - forge pyzmq

CodePudding user response:

Could you tell me the landlord to solve this problem?
  • Related