numpy.float128 doesn't exist in windows, but is called from OpenGL
问题 I decided to try using OpenGL VBO in Python to improve FPS. I found code, that worked perfectly fine in Linux OS (Ubuntu), but when I tried launching in Windows OS, the code resulted in a message: "GLUT Display callback with (),{} failed: returning None module 'numpy' has no attribute 'float128'" So, I can't run the code specifically on Windows, but because I want to create a cross-platform application, I really need to solve this. I've done a lot of research and only found that numpy