mcfletch / pyopengl

Repository for the PyOpenGL Project
Other
320 stars 102 forks source link

Source tarball for PyOpenGL-accelerate 3.1.5 missing on PyPI #37

Closed swt2c closed 4 years ago

swt2c commented 4 years ago

The source tarball for PyOpenGL-accelerate 3.1.5 is missing on PyPI.

jmroot commented 4 years ago

@mcfletch Ping. AFAICT this is preventing installation of PyOpenGL-accelerate on all non-Windows platforms.

anibali commented 4 years ago

I can confirm that this prevents installation of PyOpenGL-accelerate 3.1.5 on Ubuntu 18.04. Here's the error message generated by pip:

ERROR: Could not find a version that satisfies the requirement PyOpenGL-accelerate==3.1.5 (from -r requirements.txt (line 6)) (from versions: 3.0.1b1, 3.0.1b2, 3.0.1, 3.0.2a1, 3.0.2b2, 3.0.2, 3.1.0a1, 3.1.0a3, 3.1.0b1, 3.1.0b2, 3.1.0b3, 3.1.0, 3.1.1a1, 3.1.3b1, 3.1.3rc1, 3.1.4)
ERROR: No matching distribution found for PyOpenGL-accelerate==3.1.5 (from -r requirements.txt (line 6))
swt2c commented 4 years ago

Looks like this has been fixed.