AnimatedDrawings icon indicating copy to clipboard operation
AnimatedDrawings copied to clipboard

GLSL 3.30 is not supported.

Open httzipdev opened this issue 1 year ago • 4 comments

I have a Cloud VPS with no GPU, When I complete the setup of all requirements and run test scripts with "USE_MESA": True, it returns this error: "error: GLSL 3.30 is not supported." image After hours of research then I realized that Python needs GPU to render, is it right?

I've tested it on my local machine and it worked fine. But how can I deploy on the VPS or any solutions?

Thank you.

httzipdev avatar May 12 '23 05:05 httzipdev

No GPU required, and you have to install OSMesa (Off-screen Rendering) if it runs without GUI

yihleego avatar May 12 '23 05:05 yihleego

Thank you @yihleego . I mistakenly installed outside conda, after re-install: $ conda activate animated_drawings $ conda install -c menpo osmesa It's working now. But every time I need to run my command,conda activate animated_drawings is required, Can i use it outside the conda ?

httzipdev avatar May 12 '23 07:05 httzipdev

Thank you @yihleego . I mistakenly installed outside conda, after re-install: $ conda activate animated_drawings $ conda install -c menpo osmes It's working now. But every time I need to run my command,conda activate animated_drawings is required, Can i use it outside the conda ?

I haven't tried it yet, I think it should be possible

yihleego avatar May 12 '23 12:05 yihleego

Is there a reason you need to run it outside Conda? Activating a conda virtual environment that's already been set up isn't a particularly complicated or intensive thing to do.

hjessmith avatar May 12 '23 15:05 hjessmith