>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 2019-10 installer. Once Anaconda is reinstalled. Go to the Start Menu and in the Anaconda PowerShell Prompt. Type in: conda update anaconda Then once the anaconda installation is updated. Type in: conda update spyder This should offer you Spyder 4.0.1. On Tuesday, March 17, 2020 at 3:52:29 PM UTC, Shraddha Sarode Furtado wrote: > > 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> > > > > On Monday, March 16, 2020 at 8:37:59 PM UTC+5:30, Savin Beniwal wrote: >> >> 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 >> >> >> On Monday, 16 March 2020 19:45:07 UTC+5:30, Shraddha Sarode Furtado wrote: >>> >>> 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 >>> >> -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/spyderlib/16776a03-1788-4429-a928-bad874815b96%40googlegroups.com.
