FabriceSalvaire / PyOpenGLng

An OpenGL CFFI (and ctypes) binding for Python
http://fabricesalvaire.github.io/PyOpenGLng
GNU General Public License v3.0
10 stars 2 forks source link

Error while install library due pip on macOS #21

Closed hamsternik closed 7 years ago

hamsternik commented 7 years ago

Hi, folks!

Today I faced with a problem to install PyOpenGLng on my macOS system. OS X version is 10.12.

As wrote into readme, I just typed pip install PyOpenGLng and get next error (screen attached).

screenshot 2017-09-26 23 36 41

So, how knows how to fix this, please, get the answer or go into this issue to discuss that trouble.

FabriceSalvaire commented 7 years ago

You must use Python 3

hamsternik commented 7 years ago

That's it! Thanks for your quick help.

I guess, you can add a small note into README about the concrete pip version.