You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo python main.py capture
Process world:
Traceback (most recent call last):
File "/Users/Desktop/pupil/pupil/pupil_src/launchables/world.py", line 123, in world
from gl_utils import GLFWErrorReporting
File "/Users/Desktop/pupil/pupil/pupil_src/shared_modules/gl_utils/init.py", line 13, in
from .utils import (
File "/Users/Desktop/pupil/pupil/pupil_src/shared_modules/gl_utils/utils.py", line 120, in
OpenGL.error._ErrorChecker.glCheckError = custom_gl_error_handling
TypeError: can't set attributes of built-in/extension type 'OpenGL_accelerate.errorchecker._ErrorChecker'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/opt/anaconda3/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
self.run()
File "/Users/opt/anaconda3/lib/python3.8/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "/Users/Desktop/pupil/pupil/pupil_src/launchables/world.py", line 854, in world
for p in g_pool.plugins:
UnboundLocalError: local variable 'g_pool' referenced before assignment
[17:51:29] ERROR world - launchables.world: Process Capture world.py:850
crashed with trace:
Traceback (most recent call last):
File
"/Users/Desktop/pupil/pupil/pupil_src/l
aunchables/world.py", line 123, in world
from gl_utils import GLFWErrorReporting
File
"/Users/Desktop/pupil/pupil/pupil_src/s
hared_modules/gl_utils/init.py", line 13,
in
from .utils import (
File
"/Users/Desktop/pupil/pupil/pupil_src/s
hared_modules/gl_utils/utils.py", line 120, in
OpenGL.error._ErrorChecker.glCheckError =
custom_gl_error_handling
TypeError: can't set attributes of
built-in/extension type
'OpenGL_accelerate.errorchecker._ErrorChecker'
My system is MacOS Ventura 13.5.
The text was updated successfully, but these errors were encountered:
sudo python main.py capture
Process world:
Traceback (most recent call last):
File "/Users/Desktop/pupil/pupil/pupil_src/launchables/world.py", line 123, in world
from gl_utils import GLFWErrorReporting
File "/Users/Desktop/pupil/pupil/pupil_src/shared_modules/gl_utils/init.py", line 13, in
from .utils import (
File "/Users/Desktop/pupil/pupil/pupil_src/shared_modules/gl_utils/utils.py", line 120, in
OpenGL.error._ErrorChecker.glCheckError = custom_gl_error_handling
TypeError: can't set attributes of built-in/extension type 'OpenGL_accelerate.errorchecker._ErrorChecker'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/opt/anaconda3/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
self.run()
File "/Users/opt/anaconda3/lib/python3.8/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "/Users/Desktop/pupil/pupil/pupil_src/launchables/world.py", line 854, in world
for p in g_pool.plugins:
UnboundLocalError: local variable 'g_pool' referenced before assignment
[17:51:29] ERROR world - launchables.world: Process Capture world.py:850
crashed with trace:
Traceback (most recent call last):
File
"/Users/Desktop/pupil/pupil/pupil_src/l
aunchables/world.py", line 123, in world
from gl_utils import GLFWErrorReporting
File
"/Users/Desktop/pupil/pupil/pupil_src/s
hared_modules/gl_utils/init.py", line 13,
in
from .utils import (
File
"/Users/Desktop/pupil/pupil/pupil_src/s
hared_modules/gl_utils/utils.py", line 120, in
OpenGL.error._ErrorChecker.glCheckError =
custom_gl_error_handling
TypeError: can't set attributes of
built-in/extension type
'OpenGL_accelerate.errorchecker._ErrorChecker'
My system is MacOS Ventura 13.5.
The text was updated successfully, but these errors were encountered: