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

Numpy 1.23 does not support python-3.11 #490

Open
javorkolev123 opened this issue Mar 16, 2024 · 1 comment
Open

Numpy 1.23 does not support python-3.11 #490

javorkolev123 opened this issue Mar 16, 2024 · 1 comment

Comments

@javorkolev123
Copy link

Numpy and Python version mismatch

Numpy 1.23 does not support python 3.11 so when running pip install -r requirements.txt the process fails.
Docs: https://numpy.org/devdocs/release/1.23.1-notes.htmlhttps://numpy.org/devdocs/release/1.23.1-notes.html (the 1.23.0 notes don't mention explicitly that supported version but I don't expect it to support more than the 1.23.1 version)

Expected Behaviour

Can install packages with recommended Python version.

Actual Behaviour

pip install -r requirements.txt
...
note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for numpy
Failed to build numpy
ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects

Steps to reproduce

Create a fresh python venv with python 3.11.7 and then run:

pip install -r requirements.txt
@northdpole
Copy link
Collaborator

closed by #482

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