Open heytan opened 4 years ago
I have also met this problem, and I solved it by usingconda install -c intel mkl_fft=1.0.12
. You can install the other two packages by the similar commands @heytan
I have also met this problem, and I solved it by using
conda install -c intel mkl_fft=1.0.12
. You can install the other two packages by the similar commands @heytan
This actually works! Thanks a lot!
I have also met this problem, and I solved it by using
conda install -c intel mkl_fft=1.0.12
. You can install the other two packages by the similar commands @heytan
Well, when I download the mkl_fft package, it seems too slow and I change the mirror, but it still doesn't work. Do you meet this problem?
I cannot install dependencies: mkl-fft==1.0.12, mkl-random==1.0.2, and mkl-service==2.0.2 using ''pip install --user --requirement requirements.txt'' and the errors are: ERROR: Could not find a version that satisfies the requirement mkl-fft==1.0.12 (from versions: none) ERROR: No matching distribution found for mkl-fft==1.0.12 i don't know how to do, can anyone help? thank u.
another notification: I use conda install to get all the above packages in pycharm. However, some packages (e.g.,mkl-service==2.3.0) seems too new to satisfy this requirement. Maybe modify the version code in the requirement file can fix this problem.
I have also met this problem, and I solved it by using
conda install -c intel mkl_fft=1.0.12
. You can install the other two packages by the similar commands @heytanWell, when I download the mkl_fft package, it seems too slow and I change the mirror, but it still doesn't work. Do you meet this problem?
conda install -c conda-forge mkl_fft.
Remind! It woks well! Download those tools very quickly.
is there a solution to this using pip
and not conda
?
thanks
Any workaround for MacOS M1?
您好,我已收到您的邮件,我将在看到后尽快给您回复,谢谢!祝您生活愉快!Hello, I have received your e-mail. I will reply as soon as possible, thank you! Best wishes!
conda install -c conda-forge mkl_fft
Any solution for Mac M1 laptop?
您好,我已收到您的邮件,我将在看到后尽快给您回复,谢谢!祝您生活愉快!Hello, I have received your e-mail. I will reply as soon as possible, thank you! Best wishes!
I cannot install dependencies: mkl-fft==1.0.12, mkl-random==1.0.2, and mkl-service==2.0.2 using ''pip install --user --requirement requirements.txt'' and the errors are: ERROR: Could not find a version that satisfies the requirement mkl-fft==1.0.12 (from versions: none) ERROR: No matching distribution found for mkl-fft==1.0.12 i don't know how to do, can anyone help? thank u.