You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Brand-new install and update of Anaconda on MacOS, M2 silicon. to 2.6.4.
conda upgrad of spyder to 6.0.1
This is in Spyder console window on launch:An error occurred while starting the kernel
The Python environment or installation whose interpreter is located at
/opt/homebrew/bin/python
doesn't have spyder‑kernels version >=3.0.0,<3.1.0 installed. Without this module and specific version is not possible for Spyder to create a console for you.
You can install it by activating your environment (if necessary) and then running in a system terminal:
conda install spyder-kernels=3.0
or
pip install spyder-kernels==3.0.*
4. in system Terminal window, "conda install spyder-kernels=3.0"
5. conda list now includes spyder-kernels 3.0.0
6. Spyder launch problem persists
The text was updated successfully, but these errors were encountered:
Hey @radlyeel, thanks for reporting. I think the message is quite clear: you haven't updated to Spyder-kernels 3.0 in your Homebrew Python, which is the one you're using in Spyder at the moment:
The Python environment or installation whose interpreter is located at /opt/homebrew/bin/python
doesn't have spyder‑kernels version >=3.0.0,<3.1.0
So, you need to do that and the problem will be solved.
The Python environment or installation whose interpreter is located at
/opt/homebrew/bin/python
doesn't have spyder‑kernels version >=3.0.0,<3.1.0 installed. Without this module and specific version is not possible for Spyder to create a console for you.
You can install it by activating your environment (if necessary) and then running in a system terminal:
conda install spyder-kernels=3.0
or
pip install spyder-kernels==3.0.*
4. in system Terminal window, "conda install spyder-kernels=3.0"
5. conda list now includes spyder-kernels 3.0.0
6. Spyder launch problem persists
The text was updated successfully, but these errors were encountered: