Updation to 4.0.1

67 views
Skip to first unread message

Shraddha Sarode Furtado

unread,
Mar 16, 2020, 10:15:07 AM3/16/20
to spyder
I can not update spyder 3.3.1 to 4.0.1
giving error that can not find entry at some dynalmic library with dll

I am attaching the screenshot



I have tried from anaconda prompt as well as from anaconda navigator
both of the places i am getting same eroor

Savin Beniwal

unread,
Mar 16, 2020, 11:07:59 AM3/16/20
to spyder
Hi 
Have you tried this one?

You can easily install this beta if you use Anaconda by running:

conda update qt pyqt
conda install -c spyder-ide spyder=4.0.0b6

Or you can use pip with this command:

pip install --pre -U spyder

Shraddha Sarode Furtado

unread,
Mar 17, 2020, 11:52:29 AM3/17/20
to spyder
hi
Thank u 
for helping

after updating spyder using pip
it is getting crashed 


I launched spyder from GUI as well as from anaconda as well as from anaconda prompt


after running from GUI it is getting crashed


and 

after running from prompt

I get following messages


(base) C:\Users\shraddha.sarode>spyder
Attribute Qt::AA_UseSoftwareOpenGL must be set before QCoreApplication is create
d.
Failed to write user configuration file to disk, with the exception shown below
[Errno 2] No such file or directory: 'C:\\Users\\shraddha.sarode\\.spyder-py3\\c
onfig\\transient.ini'
Traceback (most recent call last):
  File "C:\Users\shraddha.sarode\AppData\Roaming\Python\Python37\site-packages\s
pyder\app\mainwindow.py", line 3718, in main
    mainwindow = run_spyder(app, options, args)
  File "C:\Users\shraddha.sarode\AppData\Roaming\Python\Python37\site-packages\s
pyder\app\mainwindow.py", line 3559, in run_spyder
    main.setup()
  File "C:\Users\shraddha.sarode\AppData\Roaming\Python\Python37\site-packages\s
pyder\app\mainwindow.py", line 1010, in setup
    from spyder.plugins.ipythonconsole.plugin import IPythonConsole
  File "C:\Users\shraddha.sarode\AppData\Roaming\Python\Python37\site-packages\s
pyder\plugins\ipythonconsole\plugin.py", line 24, in <module>
    from jupyter_client.connect import find_connection_file
  File "C:\Users\shraddha.sarode\AppData\Roaming\Python\Python37\site-packages\j
upyter_client\__init__.py", line 4, in <module>
    from .connect import *
  File "C:\Users\shraddha.sarode\AppData\Roaming\Python\Python37\site-packages\j
upyter_client\connect.py", line 32, in <module>
    from jupyter_core.paths import jupyter_data_dir, jupyter_runtime_dir, secure
_write
ImportError: cannot import name 'secure_write' from 'jupyter_core.paths' (C:\Pro
gramData\Anaconda3\lib\site-packages\jupyter_core\paths.py)

(base) C:\Users\shraddha.sarode>(base) C:\Users\shraddha.sarode>spyder
C:\Users\shraddha.sarode was unexpected at this time.

(base) C:\Users\shraddha.sarode>
Message has been deleted

Philip Yip

unread,
Mar 17, 2020, 2:40:11 PM3/17/20
to spyder
From what I've seen it is not recommended to use pip with an anaconda installation as it breaks the conda installation and spyder.
You should start with a clean Anaconda installation.

Right click the Start Button, go to Apps and Features and Uninstall Anaconda.

Then go to C:\Users\shraddha.sarode and delete all the subfolders beginning with a . such as
.anaconda
.conda
.config
.ipynb_checkpoints
.ipython
.jupyter
.spyder-py3
.spyder-py3-dev
.vscode

Next restart your computer. Then install Anaconda using the 2020-02 installer which includes Spyder 4.0.1 and all its required dependencies.
Reply all
Reply to author
Forward
0 new messages