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

Python3.13t version venv windows10 #129767

Closed
nikimagic opened this issue Feb 7, 2025 · 2 comments
Closed

Python3.13t version venv windows10 #129767

nikimagic opened this issue Feb 7, 2025 · 2 comments
Labels
type-bug An unexpected behavior, bug, or error

Comments

@nikimagic
Copy link

nikimagic commented Feb 7, 2025

Bug report

Bug description:

# Add a code block here, if required
python3.13t -m venv venv313t
cd venv313t
Scripts\activate
python.exe -m pip install --upgrade pip
pip install spyder-kernels

error

python -m venv venv313
cd venv313
Scripts\activate
python.exe -m pip install --upgrade pip
pip install spyder-kernels

no error!
pip install jupyter-core==5.7.2     error

(venv313t) C:\Users\BoSyA\venv313t>pip install jupyter-core==5.7.2
Collecting jupyter-core==5.7.2
  Using cached jupyter_core-5.7.2-py3-none-any.whl.metadata (3.4 kB)
Collecting platformdirs>=2.5 (from jupyter-core==5.7.2)
  Using cached platformdirs-4.3.6-py3-none-any.whl.metadata (11 kB)
INFO: pip is looking at multiple versions of jupyter-core to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement pywin32>=300; sys_platform == "win32" and platform_python_implementation != "PyPy" (from jupyter-core) (from versions: none)
ERROR: No matching distribution found for pywin32>=300; sys_platform == "win32" and platform_python_implementation != "PyPy"

spyder-ide/spyder#23635 (comment)

Image

Image

CPython versions tested on:

3.13

Operating systems tested on:

Windows

@nikimagic nikimagic added the type-bug An unexpected behavior, bug, or error label Feb 7, 2025
@nikimagic nikimagic changed the title Python3.13t version venv Python3.13t version venv windows10 Feb 7, 2025
@skirpichev
Copy link
Member

Thanks for a bugreport, but this is issue tracker for the CPython, not for spyder-kernels or jupyter-core. Please report this to an appropriate project. From your issue in the spyder-ide repo, it seems that problem related with missing support for free-threading in PyZMQ on Windows.

BTW, please next time provide more information, i.e. include actual output, single "error" word is not enough to debug anything most time.

@skirpichev skirpichev closed this as not planned Won't fix, can't repro, duplicate, stale Feb 7, 2025
@nikimagic
Copy link
Author

Thanks for a bugreport, but this is issue tracker for the CPython, not for spyder-kernels or jupyter-core. Please report this to an appropriate project. From your issue in the spyder-ide repo, it seems that problem related with missing support for free-threading in PyZMQ on Windows.

BTW, please next time provide more information, i.e. include actual output, single "error" word is not enough to debug anything most time.

Очень благодарю, спасибо!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants