pygameui
pygameui copied to clipboard
Can not install
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.