Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Build error #19519

Answered by szha
Johnny-dai-git asked this question in Q&A
Discussion options

You must be logged in to vote

From this error message, it looks like the linker wasn't able to find your atlas library: /usr/bin/ld: cannot find -lcblas

I would recommend to use openblas instead. To do that, you can:

  • change USE_BLAS = atlas to USE_BLAS = openblas
  • install libopenblas-dev using apt

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Johnny-dai-git
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants