Questions tagged [libgsl]
2 questions
4
votes
1 answer
dyld: Library not loaded: /usr/local/opt/gsl/lib/libgsl.23.dylib
I am trying to get a piece of software called emergent working. It relies on qt and coin, which I've both installed.
But when I try to run emergent, I get the following error:
dyld: Library not loaded: /usr/local/opt/gsl/lib/libgsl.23.dylib
…

doctopus
- 5,349
- 8
- 53
- 105
3
votes
1 answer
How to fix the error message "symbol not found in flat namespace '_cblas_caxpy' "?
I am trying to import msprime and on MacOS and I get the following traceback
Traceback (most recent call last):
File "/usr/local/filename.py", line 1, in
import msprime
File…

Loosh
- 31
- 3