Python-Puzzle-Creator icon indicating copy to clipboard operation
Python-Puzzle-Creator copied to clipboard

python-chess last version renamed pop_count() to popcount()

Open vitogit opened this issue 7 years ago • 0 comments

python-chess 0.17 changed pop_count() to popcount() so there is an error in the code when you run main.py https://github.com/niklasf/python-chess/blob/55c6031465d14f386f1f88754a9baafd1d8813db/CHANGELOG.rst

I don´t know if pip can install specific versions, maybe that can solve the problem (instlall the specific 0.15 version) and update the readme file with it. Or change the code to popcount()

vitogit avatar Dec 20 '17 14:12 vitogit