Issue installing pymc

I am trying to use pymc in a jupyter notebook using a virtual environment kernel. This is on a windows computer using conda. I can tell from conda list that pymc is installed as is netCDF4, but when I try to import pymc, I get the following error.

ImportError: DLL load failed while importing _netCDF4: The specified module could not be found.

I have tried uninstalling and installing netCDF4 but that doesn’t help. Any ideas on how to fix this?

In case this is needed, this is what I see in conda list:

pymc                      4.0.0b2                   dev_0    <develop>
netcdf4                   1.5.7            py38h3de5c98_1
1 Like

Welcome!

Can you provide the full error message?