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 #408

Open
nikimagic opened this issue Feb 7, 2025 · 0 comments
Open

Python3.13t version venv windows10 #408

nikimagic opened this issue Feb 7, 2025 · 0 comments

Comments

@nikimagic
Copy link

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!
python3.13t
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"

Image

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