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
Traceback (most recent call last):
File "...", line 1, in
from board_to_fen.predict import get_fen_from_image
File "...\Lib\site-packages\board_to_fen\predict.py", line 3, in
from .KerasNeuralNetwork import KerasNeuralNetwork
File "...\venv_bot\Lib\site-packages\board_to_fen\KerasNeuralNetwork.py", line 4, in
from keras import models, layers
ModuleNotFoundError: No module named 'keras'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "...", line 1, in
from board_to_fen.predict import get_fen_from_image
File "...\Lib\site-packages\board_to_fen\predict.py", line 3, in
from .KerasNeuralNetwork import KerasNeuralNetwork
File "...\venv_bot\Lib\site-packages\board_to_fen\KerasNeuralNetwork.py", line 4, in
from keras import models, layers
ModuleNotFoundError: No module named 'keras'
The text was updated successfully, but these errors were encountered: