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?