vineeths96 / Spoken-Keyword-Spotting

In this repository, we explore using a hybrid system consisting of a Convolutional Neural Network and a Support Vector Machine for Keyword Spotting task.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When pip install i found a problem.

kabrate opened this issue · comments

ERROR: Could not find a version that satisfies the requirement mkl-fft==1.0.15.
My python version is 3.8.2.

It seems that PIP wheels are not available for mkl-fft now.

(Assuming you are using Conda environment) Could you remove the line from the requirement.txt file and manually install using conda install mkl-fft==1.0.15

似乎PIP轮暂时不可用mkl-fft

(假设您使用的是Conda环境)是否可以从requirement.txt文件中删除该行并使用以下命令手动安装conda install mkl-fft==1.0.15

Thank you!

Besides, i met that a problem when installing pyaudio. I install it in whl form. Then it is able to run.