subwAI icon indicating copy to clipboard operation
subwAI copied to clipboard

No module for skimage when it's installed trough pip and conda

Open jfrenl opened this issue 2 years ago • 0 comments

PS C:\Users\joche\Downloads\subwAI-main> py ai.py gather Traceback (most recent call last): File "C:\Users\joche\Downloads\subwAI-main\ai.py", line 1, in from game import Game File "C:\Users\joche\Downloads\subwAI-main\game.py", line 7, in from skimage.metrics import structural_similarity as ssim ModuleNotFoundError: No module named 'skimage'

jfrenl avatar Oct 13 '22 10:10 jfrenl