You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: