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
There appears to be an error when running the "gui.sh" script with a specific argument on a MacBook Pro M2 with macOS 14.2.1 (23C71), leading to an issue in the execution of the "visualizer_drag.py" Python script.
The "gui.sh" script was executed :
sh scripts/gui.sh
The error occurred during the execution of the "visualizer_drag.py" :
File "/DragGAN/visualizer_drag.py", in <module>
main()
The error is caused by a GLError exception, indicating an invalid operation in the OpenGL library:
File "/miniforge3/lib/python3.10/site-packages/imgui/integrations/opengl.py", line 108, in _create_device_objects
self._attrib_location_tex = gl.glGetUniformLocation(self._shader_handle, "Texture")
The text was updated successfully, but these errors were encountered:
There appears to be an error when running the "gui.sh" script with a specific argument on a MacBook Pro M2 with macOS 14.2.1 (23C71), leading to an issue in the execution of the "visualizer_drag.py" Python script.
The "gui.sh" script was executed :
sh scripts/gui.sh
The error occurred during the execution of the "visualizer_drag.py" :
The error is caused by a GLError exception, indicating an invalid operation in the OpenGL library:
The text was updated successfully, but these errors were encountered: