PyOpenGL glutInit NullFunctionError

前端 未结 11 1798
梦如初夏
梦如初夏 2020-11-30 05:13

I am running Anaconda Python 2.7 on a Win7 x64 machine and used

pip install PyOpenGL PyOpenGL_accelerate

at the Anaconda command line to i

11条回答
  •  情话喂你
    2020-11-30 05:27

    My case is different, Python 3.6 and windows 10. However exactly same error message. Tried all above solutions, no success. Downloaded WHL file right to my computer and version of python from HERE

    Then pip installs filename.Whl, no more issue!

    The answer was from a Chinese website: Answer Link

提交回复
热议问题