Skip to content

glfw init failed #4

Description

@zoezhou1999

Hi author
I tried to run your code in docker. Any insights for this? Thank you!

  File "/workspace/RobIR/model/texture_model.py", line 87, in render_basics
    self.save_float("vert", resolution, vert)
  File "/workspace/RobIR/model/texture_model.py", line 98, in save_float
    with texture_rasterizor(resolution) as tex_render:
  File "/opt/conda/envs/robust-ir-env/lib/python3.7/contextlib.py", line 112, in __enter__
    return next(self.gen)
  File "/workspace/RobIR/model/rasterizor.py", line 196, in texture_rasterizor
    rst = Rasterizor(resolution, resolution, vs, fs)
  File "/workspace/RobIR/model/rasterizor.py", line 142, in __init__
    self.window = init_glfw(w, h)
  File "/workspace/RobIR/model/rasterizor.py", line 118, in init_glfw
    raise Exception("[ERROR]", "glfw init failed!")
Exception: ('[ERROR]', 'glfw init failed!')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions