Replies: 1 comment
-
First, make sure to check the installation instructions; those may provide some important OS-specific installation details. Also, you should be able to use the Aside from that, there's often not much we can do to help with installations in custom environments. Those kinds of issues are too often very OS and local setup-dependent, making them difficult to reproduce locally and debug. You're still welcome to explain your issues in a Discussion like this, though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description of your problem or feature request
When importing aesara, I get a warning that NumPy API will be used for BLAS functions. I have google around a lot and everything points to a linking issue or some flags, but honestly I understand basically nothing about flags and such.
Could someone point me as to how can I correctly configure my env to use the library? I include a file with my env's details.
Please provide a minimal, self-contained, and reproducible example.
Please provide the full traceback of any errors.
Please provide any additional information below.
I checked that my env's BLAS library is MKL:
The command
readlink /opt/anaconda3/envs/pyMC/lib/libblas.3.dylib
outputs: libmkl_rt.dylibVersions and main components
aesara_config.txt
myenv.txt
Beta Was this translation helpful? Give feedback.
All reactions