I there I recently started getting this warning. I have been using pymc for months and not seen it. I don’t think I have changed anything in my pymc environment. However, I am on windows 10 and I noticed that something in that the windows virus checker is blocking something in pymc
import pymc as pm
print(f"Running on PyMC v{pm.version}")
yields the following
WARNING (pytensor.tensor.blas): Using NumPy C-API based implementation for BLAS functions.
Running on PyMC v5.6.1
it also triggers the antivirus. I am not an admin on the the machine to see what is being blocked by our IT department. But if you have any suggestions it would be helpful. If I rerun the cell the warnings don’t happen…