We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am unable to install in virtualenv, pygame dependency is missing because of versioning scheme.
$ pip install --allow-external pygame --allow-unverified pygame -U pygameui Collecting pygameui Using cached pygameui-0.2.0.tar.gz Requirement already up-to-date: setuptools in /home/jazg/v/tms/lib/python2.7/site-packages (from pygameui) Collecting pygame>=1.9.1 (from pygameui) Could not find a version that satisfies the requirement pygame>=1.9.1 (from pygameui) (from versions: 1.7.1release, 1.8.0-deps-src, 1.8.0release, 1.8.1release, 1.9.0release, 1.9.1release, 0.1a0, 0.2b0, 0.3b0, 0.4, 0.5, 0.9, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.6.2) No matching distribution found for pygame>=1.9.1 (from pygameui) $ lssitepackages | grep pygame pygame pygame-1.9.1release-py2.7.egg-info
This is how pygame is installed when built by pip from source release available from official download page http://www.pygame.org/download.shtml.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am unable to install in virtualenv, pygame dependency is missing because of versioning scheme.
$ pip install --allow-external pygame --allow-unverified pygame -U pygameui
Collecting pygameui
Using cached pygameui-0.2.0.tar.gz
Requirement already up-to-date: setuptools in /home/jazg/v/tms/lib/python2.7/site-packages (from pygameui)
Collecting pygame>=1.9.1 (from pygameui)
Could not find a version that satisfies the requirement pygame>=1.9.1 (from pygameui) (from versions: 1.7.1release, 1.8.0-deps-src, 1.8.0release, 1.8.1release, 1.9.0release, 1.9.1release, 0.1a0, 0.2b0, 0.3b0, 0.4, 0.5, 0.9, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.6.2)
No matching distribution found for pygame>=1.9.1 (from pygameui)
$ lssitepackages | grep pygame
pygame
pygame-1.9.1release-py2.7.egg-info
This is how pygame is installed when built by pip from source release available from official download page http://www.pygame.org/download.shtml.
The text was updated successfully, but these errors were encountered: