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
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?
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, ...
The text was updated successfully, but these errors were encountered:
The default Python version on Ubuntu 20.04 (focal) seems to be
3.8.10
, which does not meet the required NumPy version1.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 error message I got was..
The text was updated successfully, but these errors were encountered: