Judera9 / RMC-Project-Chess-RoboArm

a project for the RMC course, creating a chess playing robot arm
0 stars 3 forks source link

Cannot find reference 'uci' in '__init__.py' #1

Open Judera9 opened 3 years ago

Judera9 commented 3 years ago

https://github.com/niklasf/python-chess/issues/389 在文件stockfish_player.py中,第一行from chess import uci发现uci在新版本中已经被去掉,而是新增了engine模块,里面有uci

Teddi-P commented 3 years ago

使用旧版python-chess=1.7.0, Windows可用chess-1.5.0