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
After installing mkl_fft (and mkl_random and mkl_umath), the version of numpy that's installed as a dependency is 1.26.4, and when I try to import it, I get an error. It seems like for some reason numpy is being imported from within its own source directory. When I remove all IntelPython stuff and just install numpy, either the current 2.2.0 version or 1.26.4, it launches just fine, so it's something about how it's installed as a dependency by IntelPython stuff.
On Windows 10, python 3.12
After installing mkl_fft (and mkl_random and mkl_umath), the version of numpy that's installed as a dependency is 1.26.4, and when I try to import it, I get an error. It seems like for some reason numpy is being imported from within its own source directory. When I remove all IntelPython stuff and just install numpy, either the current 2.2.0 version or 1.26.4, it launches just fine, so it's something about how it's installed as a dependency by IntelPython stuff.
The text was updated successfully, but these errors were encountered: