alew3 / faceit_live3

This is an update to faceit_live using first order model
366 stars 96 forks source link

ERROR: Could not find a version that satisfies the requirement mkl-fft==1.0.15 #36

Open shaunre opened 3 years ago

shaunre commented 3 years ago

ERROR: Could not find a version that satisfies the requirement mkl-fft==1.0.15 (from versions: 1.3.0) ERROR: No matching distribution found for mkl-fft==1.0.15

Anyone else getting this error?

shaunre commented 3 years ago

Ok I think all this means is that I have to manually run pip for a bunch of things from within anaconda (open terminal window)

pip install tqdm pip install pyyaml pip install pyautogui pip install opencv-python pip install scikit-image pip install pandas pip install imageio

Because when I tried to run python C:\Users\Me\faceit_live3\faceit_live.py

I got errors saying those were missing. Once I installed those the windows came up.

berturion commented 2 years ago

Same issue as #20. See solution there.