Very new python programmer, can someone help me with this error? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Very new python programmer, can someone help me with this error?

error: ImportError Traceback (most recent call last) <ipython-input-6-88aa35f4dffc> in <module> ----> 1 import cv2 2 import time 3 import numpy as np 4 import matplotlib.pyplot as plt /srv/conda/envs/notebook/lib/python3.6/site-packages/cv2/__init__.py in <module> 3 import sys 4 ----> 5 from .cv2 import * 6 from .data import * 7 ImportError: libGL.so.1: cannot open shared object file: No such file or directory

25th Sep 2021, 9:47 AM
Hassan Bashir
Hassan Bashir - avatar
2 Answers
+ 1
Try Installing libgl1-mesa-glx or updating your opencv Hope It Helps You
25th Sep 2021, 9:59 AM
Hacker Badshah
Hacker Badshah - avatar
0
No, it doesn't, I am working on jupyter notebook online on windows, can you help me?
25th Sep 2021, 4:38 PM
Hassan Bashir
Hassan Bashir - avatar