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

[circle-mlir] Could not find a version that satisfies the requirement numpy==1.26.4 #14743

Closed
shs-park opened this issue Feb 25, 2025 · 3 comments

Comments

@shs-park
Copy link
Contributor

shs-park commented Feb 25, 2025

The default Python version on Ubuntu 20.04 (focal) seems to be 3.8.10, which does not meet the required NumPy version 1.26.4 on circle-mlir project.
In this case, should I update Python to 3.9 manually?

from https://numpy.org/devdocs/release/1.26.4-notes.html, it says

The Python versions supported by this release are 3.9-3.12. This is the last planned release in the 1.26.x series.

The error message I got was..

(venv) shpark@Ubuntu-2004:~/git/ONE/circle-mlir$ make overlay
...
ERROR: Could not find a version that satisfies the requirement numpy==1.26.4 (from versions: 1.3.0, ...
@shs-park
Copy link
Contributor Author

Related to #14726

@seanshpark
Copy link
Contributor

As short offline discussion, we can use common lower version of numpy or use existing version for U20.04.
I prefer the first case :)

@shs-park
Copy link
Contributor Author

Close as the related PR merged.

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