[Python] 安装PyOpenGL笔记

实干、实践、积累、思考、创新。

通过Pycharm安装PyOpenGL编译程序,提示以下报错:

OpenGL.error.NullFunctionError: Attempt to call an undefined function glutInit, check for bool(glutInit) before calling

如下图所示

最后百度研究是因为Python版本、系统版本与PyOpenGL不兼容问题导致,于是下载对应的离线PyOpenGL的 whl,通过cmd进入对应的python下找到pip,然后通过pip重新安装whl文件即可解决。PIP会卸载旧的PyOpenGL,并提示新版库安装成功,如下图。

其中离线PyOpenGL可以再这个连接下载:https://www.lfd.uci.edu/~gohlke/pythonlibs/


You already voted!

  • 相关话题 ( Related Topics)

[01]. Python 出现”invalid literal for int() with base 10: \xef\xbb\xbf0″ 错误

[02]. [编程笔记] Tuple in Python [Python中的元组]

[03]. [Python][编程][笔记] Python海龟绘图 —— 多边形 Polygon

[04]. [Python][编程][笔记] Python符号计算——求偏微分方程 (Python symbolic computation — solving partial differential equations)

[05]. [Python] 安装PyOpenGL笔记

  • 微信公众号 ( Wechat Subscription)

WeChat_QRCode

欢迎关注 “结构之旅” 微信公众号

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.