Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error installing 1 dependency and running #20

Open
MJohnston1 opened this issue Nov 2, 2020 · 2 comments
Open

error installing 1 dependency and running #20

MJohnston1 opened this issue Nov 2, 2020 · 2 comments

Comments

@MJohnston1
Copy link

MJohnston1 commented Nov 2, 2020

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
import imageio
ModuleNotFoundError: No module named 'imageio'

@bostjan39
Copy link

This mkl-fft problem is my problem too, I read somewhere that a nomkl module can be used, don't know more about it.

@mullerrwd
Copy link

The mkl-fft repository ask to install through conda. Same for mkl_random. Thus:

conda install -c intel mkl-service mkl_random mkl_fft

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants