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
setuptools cannot currently handle the situation where a package will support one of a set of packages, such as "either pygame or pygame-ce are a dependency". to support pygame-ce, im (hopefully) temporally removing pygame from setup.py so that pygame-ce can be installed with pyscroll. when setuptools supports this situation, we can add it back to install_requires.
The text was updated successfully, but these errors were encountered:
setuptools cannot currently handle the situation where a package will support one of a set of packages, such as "either pygame or pygame-ce are a dependency". to support pygame-ce, im (hopefully) temporally removing pygame from setup.py so that pygame-ce can be installed with pyscroll. when setuptools supports this situation, we can add it back to
install_requires
.The text was updated successfully, but these errors were encountered: