Skip to content

[BUG]egl:ValueError: Invalid device ID (0) #267

Open
@lllllialois

Description

@lllllialois

I met this bug
Traceback (most recent call last):
File "/opt/data/private/VIBE-master/demo.py", line 416, in
main(args)
File "/opt/data/private/VIBE-master/demo.py", line 278, in main
renderer = Renderer(resolution=(orig_width, orig_height), orig_img=True, wireframe=args.wireframe)
File "/opt/data/private/VIBE-master/lib/utils/renderer.py", line 60, in init
point_size=1.0
File "/opt/tools/anaconda3/envs/vibe-env/lib/python3.7/site-packages/pyrender/offscreen.py", line 31, in init
self._create()
File "/opt/tools/anaconda3/envs/vibe-env/lib/python3.7/site-packages/pyrender/offscreen.py", line 122, in _create
egl_device = egl.get_device_by_index(device_id)
File "/opt/tools/anaconda3/envs/vibe-env/lib/python3.7/site-packages/pyrender/platforms/egl.py", line 83, in get_device_by_index
raise ValueError('Invalid device ID ({})'.format(device_id, len(devices)))
ValueError: Invalid device ID (0)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions