error installing 1 dependency and running
I'm on windows 10 and have all the other requirements installed.
when running: pip install -r requirements.txt ERROR: Could not find a version that satisfies the requirement mkl-fft==1.0.15 (from -r requirements.txt (line 38)) (from versions: none) ERROR: No matching distribution found for mkl-fft==1.0.15 (from -r requirements.txt (line 38))
it looks like some form of mkl-fft==1.0.15 is installed, I even installed imageio-ffmpeg to be safe. still not resolving the error running.
When running: python faceit_live.py, this error occurs.
Traceback (most recent call last):
File "faceit_live.py", line 1, in
This mkl-fft problem is my problem too, I read somewhere that a nomkl module can be used, don't know more about it.
The mkl-fft repository ask to install through conda. Same for mkl_random. Thus:
conda install -c intel mkl-service mkl_random mkl_fft