https://bugs.winehq.org/show_bug.cgi?id=55156 --- Comment #9 from Amir <pourmand1376(a)gmail.com> --- According to [https://stackoverflow.com/questions/55313610/importerror-libgl-so-1-cannot-open-shared-object-file-no-such-file-or-directo](Stackoveflow): ``` sudo apt install libgl1-mesa-glx sudo apt-get install libgl1 sudo apt-get install ffmpeg libsm6 libxext6 -y sudo apt-get install -y python3-opencv sudo apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev wget sudo apt install python3-pip pip install opencv-python export LD_LIBRARY_PATH="/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH" sudo apt-get install libgl1-mesa-glx:i386 ``` -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.