-
Notifications
You must be signed in to change notification settings - Fork 96
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
docker image fails to build with lima (docker alternative) on apple M2: scipy missing BLAS #192
Comments
I can reproduce the error with a simpler
|
I tested various version of pandas on my setup (major=1, minor>=2, patch=latest, and then patch+1 compared to the currently pinned). It seems that the one closest to the current pinned version which installs without failure is
|
kidmose
pushed a commit
to kidmose/tram
that referenced
this issue
Apr 24, 2023
…upport for arm64/Apple M2)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to build the docker image on a MBP with an M2 Pro processor, using lima and nerdctl as docker replacements. This means I'm using nerdctl instead of docker, inside a VM running an 64bit arm ubuntu 22.10 on my mac.
Installation of
pandas=1.2.3
as pinned inrequirements/requirements.txt
fails when installingnumpy==1.17.3
(dependency), apparently because a lot of libraries are missing (BLAS among others). I suspect this could be due to the version of numpy (Released Oct. 17 2019) doesn't play well with 64 bit arm.The error log is as follows:
The text was updated successfully, but these errors were encountered: