Error Running Seed Locally #4257
Unanswered
Aaryanpanthi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I encountered an issue while attempting to clone the GitHub repository for SEED in order to utilize it locally via Docker. Specifically, I encountered an error during the execution of "docker compose build." The error message indicated that there was an issue with the "requirements/aws.txt" file, and I received the following error: "../../numpy/meson.build:207:4: ERROR: Problem encountered: No BLAS library detected! Install one, or use the
allow-noblas
build option (note, this may be up to 100x slower for some linear algebra operations)."I have a BLAS library installed on my computer, but it appears that the system is not detecting it. I would greatly appreciate any assistance in resolving this error.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions