NVlabs / stylegan3

Official PyTorch implementation of StyleGAN3
Other
6.43k stars 1.13k forks source link

visualizer.py: GLX extension not found #122

Open kwiley-s3global opened 2 years ago

kwiley-s3global commented 2 years ago

Does anyone have any solutions to the following GLFW and GLX error? I did the usual Google searching but haven't solved it yet.

(stylegan3) $ python visualizer.py
/home/me/anaconda3/envs/stylegan3/lib/python3.9/site-packages/glfw/__init__.py:906: GLFWError: (65542) b'GLX: GLX extension not found'
  warnings.warn(message, GLFWError)
python: /builds/florianrhiem/pyGLFW/glfw-3.3.5/src/input.c:835: glfwSetKeyCallback: Assertion `window != ((void *)0)' failed.
Aborted (core dumped)

Thanks.

jasony93 commented 2 years ago

I had the same problem for which I don't have solution yet. When I tried it on Windows10, it just works with no problem at all.

kwiley-s3global commented 2 years ago

Thanks. I don't think Windows is an option for me. I wouldn't mind trying it on our Macs, but our Linux boxes have the good GPUs. That's where I really need to run this for all practical purposes.

Kayce001 commented 2 years ago

i have the same problem

AJS-KZ commented 1 year ago

Does anyone have any solutions to the following GLFW and GLX error? I did the usual Google searching but haven't solved it yet.

(stylegan3) $ python visualizer.py
/home/me/anaconda3/envs/stylegan3/lib/python3.9/site-packages/glfw/__init__.py:906: GLFWError: (65542) b'GLX: GLX extension not found'
  warnings.warn(message, GLFWError)
python: /builds/florianrhiem/pyGLFW/glfw-3.3.5/src/input.c:835: glfwSetKeyCallback: Assertion `window != ((void *)0)' failed.
Aborted (core dumped)
  • Ubuntu 20.04.1
    • PyTorch 1.10.2
    • CUDA 11.0.221
    • NVIDIA: NVIDIA-SMI 450.80.02 Driver Version: 450.80.02 CUDA Version: 11.0
    • Tesla V100-DGXS

Thanks.

Hey guys! Did anybody solve this issue? I got the same error on my way =(