google-deepmind / google-deepmind/dm_control
Colab: OpenGL.raw.EGL._errors
- Ngôn ngữ chính
- Python
- Star
- 4.7k
- Fork
- 764
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
When I tried to run the Colab Notebook, the following error occurred at 2-v-2 Boxhead soccer.
```
Exception ignored in:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/dm_control/mujoco/wrapper/core.py", line 633, in __del__
File "/usr/local/lib/python3.9/dist-packages/dm_control/mujoco/wrapper/core.py", line 624, in free
File "/usr/lib/python3.9/contextlib.py", line 119, in __enter__
File "/usr/local/lib/python3.9/dist-packages/dm_control/_render/base.py", line 135, in make_current
RuntimeError: Cannot make context current on thread : this context is already current on another thread <_MainThread(MainThread, started 139896762632000)>.
Exception ignored in:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/dm_control/_render/base.py", line 118, in __del__
File "/usr/local/lib/python3.9/dist-packages/dm_control/_render/base.py", line 115, in _free_unconditionally
File "/usr/local/lib/python3.9/dist-packages/dm_control/_render/executor/render_executor.py", line 144, in terminate
File "/usr/local/lib/python3.9/dist-packages/dm_control/_render/base.py", line 96, in _free_on_executor_thread
File "/usr/local/lib/python3.9/dist-packages/dm_control/_render/pyopengl/egl_renderer.py", line 125, in _platform_make_current
File "/usr/local/lib/python3.9/dist-packages/OpenGL/error.py", line 230, in glCheckError
OpenGL.raw.EGL._errors.EGLError: EGLError(
err = EGL_BAD_ACCESS,
baseOperation = eglMakeCurrent,
cArguments = (
,
,
,
,
),
result = 0
)
```
Please let me know how to fix it.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.