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
trying to make this work, all day.. I cannot seem to properly construct a class instance of stockfish. I keep getting a modulenotfound error.
and, well, I really want to use this engine via python,. Any help would be greatly appreciated. Excuse me, i don't use github often, I am sure this isn't where I should put this request but don't know where it goes.
it says there is no module named stockfish.
I used pip, when I list installed packages I see stockfish...
The text was updated successfully, but these errors were encountered:
If you're having some problems with installing and using the module, a workaround is as follows:
Inside your project directory, create a new python file called "models.py". Then, copy all the models.py code in this git repo into it.
Then in any files where you want to use the Stockfish class, instead of 'from stockfish import Stockfish', do 'from models import Stockfish'. This should allow you to use the Stockfish class in the same way as discussed in the pypi documentation.
Hello, this project is no longer maintained in this repo but on this fork. (For more information about this please look here).
If this issue is still relevant, feel free to open it again in the new repo (and also address the suggested solutions) or let me know so I can create a proxy issue and link to it.
If this is no longer relevant, feel free to close this issue.
trying to make this work, all day.. I cannot seem to properly construct a class instance of stockfish. I keep getting a modulenotfound error.
and, well, I really want to use this engine via python,. Any help would be greatly appreciated. Excuse me, i don't use github often, I am sure this isn't where I should put this request but don't know where it goes.
it says there is no module named stockfish.
I used pip, when I list installed packages I see stockfish...
The text was updated successfully, but these errors were encountered: