Auto Python to EXE having issues with vispy glfw backend

50 Views Asked by At

I'm trying to convert a little game I used making p5.py but when I convert to .exe and try to open it always gives me this error:

Traceback (most recent call last):
  File "minesweeper.py", line 499, in <module>
  File "p5\sketch\userspace.py", line 187, in run
  File "vispy\util\wrappers.py", line 93, in use
  File "vispy\app\_default_app.py", line 47, in use_app
  File "vispy\app\application.py", line 47, in __init__
  File "vispy\app\application.py", line 240, in _use
RuntimeError: Could not import backend "Glfw":
Could not import glwf, you may need to `pip install glfw` first.

I have gflw and vispy installed and the program runs normally when in the interpreter

Already tried to put vispy, glfw and vispy.app.backends._glfw on the hiden import section of auto-py-to-exe

0

There are 0 best solutions below