chessbot_python
chessbot_python copied to clipboard
No module named 'chess'
When trying to start the program I encountered the error 'No module named 'chess'' I am not very experienced in these sort of things especially python so I am unsure as to how to fix this issue.
pip3 install python-chess==0.26.0
Add it to your path with : export PATH=$PATH:$(pwd)
I dont know how do it on Win10? Can you help me?