python pip install "mkl-fft" could not install
Asked Answered
B

3

5

I tried "pip install mkl-fft" but could not finish.

ERROR: Could not find a version that satisfies the requirement mkl-fft (from -r requirements.txt (line 11)) (from versions: none)
ERROR: No matching distribution found for mkl-fft (from -r requirements.txt (line 11))

my env is

conda create -n myenv1 python=3.5
python -m pip install --upgrade pip

now pip ver is "20.1.1"

Further, I tried python 3.7. I can`t install too.

do you have any Idea? thank you.

Boresome answered 2/7, 2020 at 2:31 Comment(0)
Z
7

It seems you're not the only one that's seeing this issue. From the project's github page, they actually direct to use a conda install -c intel mkl_fft.

Further it looks like there are multiple issues open for pip install problems. Here's one, and another. I would recommend trying the conda install first.

Zyrian answered 2/7, 2020 at 2:53 Comment(0)
S
0

It worked for me by creating a virtual environment with python 3.9 and then installing pip install mkl-fft in it.

Smoking answered 17/4, 2024 at 14:59 Comment(0)
H
0

I used:

conda install anaconda::mkl_fft

Reference.

Hornet answered 15/8, 2024 at 12:5 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.