-
When I import aesara in python, I get this error. It seems to related with mkl library, but I have installed numpy+mkl. Should I install oneAPI? NoSectionError Traceback (most recent call last) File d:\Miniconda3\envs\hddm39\lib\configparser.py:781, in RawConfigParser.get(self, section, option, raw, vars, fallback) File d:\Miniconda3\envs\hddm39\lib\configparser.py:1152, in RawConfigParser._unify_values(self, section, vars) FileNotFoundError: [WinError 3] The system cannot find the specified path: 'C:/Program Files (x86)/Intel/oneAPI/mkl/latest/lib/intel64' |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This probelm may occur when using it with pymc3 or 2. |
Beta Was this translation helpful? Give feedback.
-
I've just raised a similar issue : #1236 (comment) |
Beta Was this translation helpful? Give feedback.
This probelm may occur when using it with pymc3 or 2.