Fatal Python error: PyEval_SaveThread: the function must be called with the GIL held, but the GIL is released (the current Python thread state is NULL)
Python runtime state: initialized
Current thread 0x0000000104318dc0 (most recent call first):
File "/Users/humberto.a.sanchez.ii/PycharmProjects/Albow-git/venv-pyenv-3.8.5/lib/python3.9/site-packages/OpenGL/platform/baseplatform.py", line 415 in call
File "/Users/humberto.a.sanchez.ii/PycharmProjects/Albow-git/albow/openGL/GLSurface.py", line 42 in gl_clear
File "/Users/humberto.a.sanchez.ii/PycharmProjects/Albow-git/albow/core/ui/RootWidget.py", line 185 in run_modal
File "/Users/humberto.a.sanchez.ii/PycharmProjects/Albow-git/albow/core/ui/RootWidget.py", line 128 in run
File "/Users/humberto.a.sanchez.ii/PycharmProjects/Albow-git/albow/demo/AlbowDemo.py", line 65 in main
File "/Users/humberto.a.sanchez.ii/PycharmProjects/Albow-git/albow/demo/AlbowDemo.py", line 69 in
Fatal Python error: PyEval_SaveThread: the function must be called with the GIL held, but the GIL is released (the current Python thread state is NULL) Python runtime state: initialized
Current thread 0x0000000104318dc0 (most recent call first): File "/Users/humberto.a.sanchez.ii/PycharmProjects/Albow-git/venv-pyenv-3.8.5/lib/python3.9/site-packages/OpenGL/platform/baseplatform.py", line 415 in call File "/Users/humberto.a.sanchez.ii/PycharmProjects/Albow-git/albow/openGL/GLSurface.py", line 42 in gl_clear File "/Users/humberto.a.sanchez.ii/PycharmProjects/Albow-git/albow/core/ui/RootWidget.py", line 185 in run_modal File "/Users/humberto.a.sanchez.ii/PycharmProjects/Albow-git/albow/core/ui/RootWidget.py", line 128 in run File "/Users/humberto.a.sanchez.ii/PycharmProjects/Albow-git/albow/demo/AlbowDemo.py", line 65 in main File "/Users/humberto.a.sanchez.ii/PycharmProjects/Albow-git/albow/demo/AlbowDemo.py", line 69 in