Hi,
When I use pymc on Pycharm, I get the following warning:
WARNING (pytensor.tensor.blas): Using NumPy C-API based implementation for BLAS functions.
Can can i fix this as it is causing my MCMC simulations to run very slow.
When I checked my PATH, I get this on my Macbook:
% echo $PATH
/Users/patrickorourke/anaconda3/bin:/Users/patrickorourke/anaconda3/condabin:/usr/local/bin:/usr/local/sbin:/Library/Frameworks/Python.framework/Versions/3.10/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/lib/python3.7/site-packages:/Library/TeX/texbin:/usr/local/share/dotnet:/opt/X11/bin:~/.dotnet/tools:/Applications/quarto/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Postgres.app/Contents/Versions/latest/bin
Can you please help?
Thanks,
Patrick