티스토리 뷰

728x90

error: could not find a version that satisfies the requirement mkl-ft==1.3.0 (from versions: none)

error: no matching distribution found for mkl-fft==1.3.0

 

요 라이브러리인가본데...

 

pip install -r requirements.txt

패키지 파일을 설치해주는 중 오류 발생

 

certifi==2020.12.5
cffi==1.14.0
cycler==0.10.0
kiwisolver==1.3.1
matplotlib==3.1.3
mkl-fft==1.3.0
mkl-random==1.1.1
mkl-service==2.3.0
nbconvert==5.6.1
numpy @ file:///tmp/build/80754af9/numpy_and_numpy_base_1603487797006/work
olefile==0.46
Pillow @ file:///tmp/build/80754af9/pillow_1615224027575/work
protobuf==3.15.6
pycparser @ file:///tmp/build/80754af9/pycparser_1594388511720/work
pyparsing==2.4.7
python-dateutil==2.8.1
scipy==1.4.1
six @ file:///tmp/build/80754af9/six_1605205335545/work
tensorboardX==1.6
torch==1.0.1.post2
torchgeometry==0.1.2
torchvision==0.2.2

 

저기서 mkl의 버전이 안 맞아서 문제가 있었던 것으로 발생

 

그래서 그냥 따로 

 

pip install mkl

 

이렇게 설치해주었더니 최신 버전을 설치해준듯 하다.

 

나중에 에러가 나면 수정해야 할듯...

 

pip install mkl

 

 

 

https://github.com/IntelPython/mkl_fft/issues/26

728x90
댓글