Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Install, Spyder fails #23492

Closed
radlyeel opened this issue Jan 16, 2025 · 1 comment
Closed

New Install, Spyder fails #23492

radlyeel opened this issue Jan 16, 2025 · 1 comment

Comments

@radlyeel
Copy link

  1. Brand-new install and update of Anaconda on MacOS, M2 silicon. to 2.6.4.
  2. conda upgrad of spyder to 6.0.1
  3. 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

@ccordoba12
Copy link
Member

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.

@ccordoba12 ccordoba12 closed this as not planned Won't fix, can't repro, duplicate, stale Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants