EconML icon indicating copy to clipboard operation
EconML copied to clipboard

ImportError: numpy.core.multiarray failed to import when importing econ.dml

Open meganfang-8451 opened this issue 3 years ago • 1 comments

I've been running econ.dml's CausalForestDML. However, today when I tried to import econ.dml, I got this error: ImportError: numpy.core.multiarray failed to import

meganfang-8451 avatar Jan 14 '22 17:01 meganfang-8451

Hm. That sounds like an issue where a binary-incompatible version of numpy is being used. Could you post the output of pip list, as well as what your environment is (CPU architecture, operating system, python version)? As a stab in the dark, you might try uninstalling and then reinstalling econml via pip and see if that helps.

kbattocchi avatar Jan 26 '22 17:01 kbattocchi