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
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"
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.
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.
Bug report
Bug description:
# Add a code block here, if required
spyder-ide/spyder#23635 (comment)
CPython versions tested on:
3.13
Operating systems tested on:
Windows
The text was updated successfully, but these errors were encountered: