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

spyder-kernels 2.1.* needs 'setuptools' as a dependency for Python 3.12 #22023

Open
8 tasks
luciansmith opened this issue Apr 26, 2024 · 0 comments
Open
8 tasks

Comments

@luciansmith
Copy link

Issue Report Checklist

  • [x ] Searched the issues page for similar reports
  • [x ] Read the relevant sections of the Spyder Troubleshooting Guide and followed its advice
  • Reproduced the issue after updating with conda update spyder (or pip, if not using Anaconda)
  • Could not reproduce inside jupyter qtconsole (if console-related)
  • Tried basic troubleshooting (if a bug/error)
    • Restarted Spyder
    • Reset preferences with spyder --reset
    • Reinstalled the latest version of Anaconda
    • Tried the other applicable steps from the Troubleshooting Guide
  • Completed the Problem Description, Steps to Reproduce and Version sections below

Problem Description

When pip installing spyder-kernels in python 3.12, 'setuptools' is not also installed, and it's needed. As of 3.12, 'setuptools' is no longer included by default.

What steps reproduce the problem?

  1. pip install spyder-kernels 2.1.*

What is the expected output? What do you see instead?

It doesn't work, because setuptools isn't installed.

Paste Traceback/Error Below (if applicable)

PASTE TRACEBACK HERE

Versions

  • Spyder version:
  • Python version:
  • Qt version:
  • PyQt version:
  • Operating System name/version:

Dependencies

PASTE DEPENDENCIES HERE
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

1 participant