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
Numpy install failed with python 3.11. See here. Running sudo apt-get install libatlas-base-dev produced a new error, libc6 apparently wasn't the right version. Possibly installing numpy with apt-get, not pip, would help.
glibc might be limited in version on 32 bit os. See here. This could be related to and/or the cause of other issues.
The text was updated successfully, but these errors were encountered:
We've had some problems upgrading libraries and/or python.
This github meta issue tracks those problems
sudo apt-get install libatlas-base-dev
produced a new error, libc6 apparently wasn't the right version. Possibly installing numpy with apt-get, not pip, would help.The text was updated successfully, but these errors were encountered: