PyOpenGL glutInit NullFunctionError

前端 未结 11 1801
梦如初夏
梦如初夏 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:39

    The following command should work for Anaconda users:

    conda install -c conda-forge freeglut

    https://anaconda.org/conda-forge/freeglut

提交回复
热议问题