AttributeError: module ‘numpy‘ has no attribute ‘float128‘

Bug 1

直接解决:

pip install C:\Users\12810\Downloads\PyOpenGL_accelerate-3.1.6-cp38-cp38-win_amd64.whl
AttributeError: module ‘numpy‘ has no attribute ‘float128‘_第1张图片

但可能出现如下情况

pip install C:\\Users\\12810\\Downloads\\PyOpenGL_accelerate-3.1.5-cp36-cp36m-win_amd64.whl
解决办法就是需要将python版本与PyOpenGL-accelerate匹配

先查看自己的pythonv版本
python --version
我的是
在这里插入图片描述
到网站下载对应的第三方包【传送门】
AttributeError: module ‘numpy‘ has no attribute ‘float128‘_第2张图片
备注:这个网站以后对于一些不好安装的第三方包,都可以这么处理

最后使用

pip install C:\Users\12810\Downloads\PyOpenGL_accelerate-3.1.6-cp38-cp38-win_amd64.whl
AttributeError: module ‘numpy‘ has no attribute ‘float128‘_第3张图片
搞定

你可能感兴趣的:(#,处理BUG记录,python,pycharm,开发语言)