You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed numpy 1.23.5 in a Python 3.8 environment on Windows. If I have mkl_fft >1.3.8 installed, I get the following exception when I try to import numpy:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\...\lib\site-packages\numpy\__init__.py", line 165, in <module>
from . import fft
File "C:\...\lib\site-packages\numpy\fft\__init__.py", line 216, in <module>
import mkl_fft._numpy_fft as _nfft
File "C:\...\lib\site-packages\mkl_fft\__init__.py", line 27, in <module>
from ._pydfti import (fft, ifft, fft2, ifft2, fftn, ifftn, rfft, irfft,
File "mkl_fft\\_pydfti.pyx", line 32, in init mkl_fft._pydfti
AttributeError: partially initialized module 'numpy' has no attribute '__version__' (most likely due to a circular import)
However, with mkl_fft 1.3.8 installed, I get no error.
The text was updated successfully, but these errors were encountered:
I have installed numpy 1.23.5 in a Python 3.8 environment on Windows. If I have mkl_fft >1.3.8 installed, I get the following exception when I try to import numpy:
However, with mkl_fft 1.3.8 installed, I get no error.
The text was updated successfully, but these errors were encountered: