Closed robram945 closed 1 month ago
python version: 3.12.4 qt version: qt-main 5.15.2 pyqt version: 2.4.1 operating system: os
You are attempting to install a conda-forge
(community channel) package into the Anaconda base Python environment which uses the anaconda
(commercial channel).
The commercial channel is a limited set of packages, repackaged by Anaconda for use in their Anaconda base Python environment. The Anaconda base Python environment should generally be used "as is" with limited updates to the conda
package manager and anaconda-navigator
. Installation of community channel packages into the base Python environment, generally results in instabilities.
You should reinstall Anaconda and create a new Python environment (subinstallation of Python), with spyder-notebooks
and the optional dependencies (seaborn installs, numpy, pandas and matplotlib, pyqt is needed for the interactive qt backend for matplotlib plots and the other dependencies are needed for pandas to read/write to various formats):
conda create -n spyder-env -c conda-forge python spyder spyder-notebook cython seaborn pyarrow sympy openpyxl xlrd xlsxwriter lxml sqlalchemy tabulate pyqt
@PhilipYip1988, thanks for chiming in and helping @robram945 with this problem.
@robram945, let us know if the command posted by @PhilipYip1988 helps you to solve your problem.
Closing due to lack of response.
Issue Report Checklist
conda update spyder
(orpip
, if not using Anaconda)jupyter qtconsole
(if console-related)spyder --reset
Problem Description
Tried to install jupyter package using "conda install spyder-notebook -c conda-forge" and now cannot open spyder
What steps reproduce the problem?
What is the expected output? What do you see instead?
Spyder just does not open get error code
Paste Traceback/Error Below (if applicable)
Versions
Dependencies