podgorskiy / bimpy

imgui for python
https://podgorskiy.github.io/bimpy/
MIT License
202 stars 33 forks source link

Fails running example basic.py from terminal on my rPI desktop #42

Open UnexpectedMaker opened 3 years ago

UnexpectedMaker commented 3 years ago
Traceback (most recent call last):
  File "imu_test.py", line 5, in <module>
    ctx.init(600, 600, "Hello")
RuntimeError: GLFW initialization failed (glfwInit() failed).
This may happen if you try to run bimpy on a headless machine

I'm pretty sure doing this from my raspberry pi desktop means it's not headless ;)

Shoulder404 commented 2 years ago

I also encountered the same problem. Have you solved it