libGl.so.1 Cannot open shared file: No such file or directory PyQt5.QtWidgets in replit

Viewed 24

when trying to import PyQt5.QtWidgets in replit

    from PyQt5.QtWidgets import *

I get the following error in my replit console

    Traceback (most recent call last):
       File "main.py", line 1, in <module>
          from PyQt5.QtWidgets import *
    ImportError: libGL.so.1: cannot open shared object file: No such file or directory

can someone explain to me why this is happening and how I can fix this?

0 Answers
Related