Reputation: 351
Hoping someone might have some experience with this issue, I checked google but had no luck even finding the error message.
I'm trying to install pymc (using pip install --user pymc
) on a server with Wakari and Anaconda python installed.
I am getting back an error /usr/bin/ld: cannot find -lmkl_lapack95_lp64.
I've tried manually setting a location for the LAPACK directory, but this doesn't seem to help.
Does anyone have any ideas as to how to attack this one?
Upvotes: 2
Views: 321
Reputation: 984
If you have Anaconda installed, why not install the pymc package with the conda package manager?
conda install -c https://conda.anaconda.org/pymc pymc
Upvotes: 1