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
Tried with stockfish 14,15,16 but I am getting this error
File "/app/app.py", line 105, in init_engine_stockfish stockfish = Stockfish(path = engine_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/stockfish/models.py", line 57, in __init__ self._stockfish_major_version: int = int( ^^^^ ValueError: invalid literal for int() with base 10: 'Could' (base) ruvinjagoda@Ruvins-MacBook-Air server-docker %
The text was updated successfully, but these errors were encountered:
Tried with stockfish 14,15,16 but I am getting this error
File "/app/app.py", line 105, in init_engine_stockfish stockfish = Stockfish(path = engine_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/stockfish/models.py", line 57, in __init__ self._stockfish_major_version: int = int( ^^^^ ValueError: invalid literal for int() with base 10: 'Could' (base) ruvinjagoda@Ruvins-MacBook-Air server-docker %
The text was updated successfully, but these errors were encountered: