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
When upgrading to python-chess 1.999, pip (tested with the latest version, 20.2.4) seems to uninstall the older version of python-chess being upgraded from (e.g. v1.2.0) after the new chess dependency is installed:
Thanks for reporting. Which pip --version is this? Ah, nevermind. I can reproduce the issue when upgrading exactly as you do, but not when installing fresh.
When upgrading to python-chess 1.999, pip (tested with the latest version, 20.2.4) seems to uninstall the older version of python-chess being upgraded from (e.g. v1.2.0) after the new chess dependency is installed:
with the result being the newly installed chess module is uninstalled and isn't found on import, causing the error.
pip install --force-reinstall chess
resolves the issue and python-chess can be uninstalled withpip uninstall python-chess
without issue.The text was updated successfully, but these errors were encountered: