# packages in environment at C:\Users\dalth\anaconda3\envs\spyder-cf-311: # # Name Version Build Channel alabaster 0.7.13 pyhd8ed1ab_0 conda-forge arrow 1.3.0 pyhd8ed1ab_0 conda-forge astroid 3.0.2 py311h1ea47a8_0 conda-forge asttokens 2.4.1 pyhd8ed1ab_0 conda-forge atomicwri...
Edit 2: If I try to launch Spyder from terminal, I received the error "Could not find QtWebEngineProcess.exe"... deemano commented Mar 24, 2023 For me, the easiest way was to rename the anaconda3 folder into something else reinstall Anaconda from the website copy the old /envs fold...
Spyder-terminal is not compatible with Spyder 6. It will be at the beginning of next year, but not now. So, you need to remove it or you'll get another crash due to it. However, this bug with Spyder-notebook is easily solvable. A new version will be released soon with the fix. ...
This won't work for everyone, but because my other environments are more important to me than my "base" (root) environment, I was able to open Anaconda Navigator by executing the following in Spyder from a non-base environment: runfile('C:/ProgramData/Anaconda3/Scripts/anaconda-navigator-scri...
Actual Behavior When trying to open Anaconda Navigator, I initially get a small terminal kind of window then nothing opens. And when I am trying 'conda update conda' it is giving me error CorruptedEnvironmentError: The target environment...
I ran them because, spyder disappeared from anaconda navigator home page, so I thought by running these I can upgrade to latest version of anaconda. Now I can open the navigator, but it is not launching any of the applications! conda info Current conda install: platform : win-64 conda ver...
I got the message while starting spyder on an older python version running win10. For me it was enough to rename "C:\WinPython-64bit-3.5.3.1Qt5\python-3.5.3.amd64\pythoncom35.dll" to "C:\WinPython-64bit-3.5.3.1Qt5\python-3.5.3.amd64\pythoncom35.dll_" 👍 1 scrapinganalytics...
Not sure what could be happening but in case you are trying to launch Spyder maybe creating a new env could help? For that you can run in a terminal something like: conda create -n spyder-cf -c conda-forge spyder conda activate spyder-cf spyder My guess is something happened with ...