'PyPI doesn't have PyOpenGL>=3.2

I'm trying to fix an error that says

/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/glfw/__init__.py:906: GLFWError: (65543) b'NSGL: The targeted version of macOS only supports forward-compatible core profile contexts for OpenGL 3.2 and above'

So I try to install PyOpenGL>=3.2, but it doesn't have that. I've tried to search for the package by myself, but it still doesn't have PyOpenGL>=3.2. (I searched at https://pypi.org/simple)

Does anyone know how to install it?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source