Thanh HoangVan

Results 5 comments of Thanh HoangVan

python 3.6.9 has the same problem. But when run on python 2.7 .17, it works.

I rebuilt OpenCV-python with CUDA support with version 4.5.5. However, only python2 can run and python3 can't. Is that version difference the main problem?

I think you ran it on the default Jetpack without installing anything. In the tutorial on Course Nvidia runs it through its own Docker image. You can try to install...

I am also facing this problem. Is it because the docker build is missing something?

> Hi, I just found the solution from [Stack Overflow](https://stackoverflow.com/questions/55313610/importerror-libgl-so-1-cannot-open-shared-object-file-no-such-file-or-directo). You need to install `apt install libgl1-mesa-glx`, and after that the problem will be solved. i found it too, but...