When importing open3d in python 3.6.9
Import fails.
>>> import open3d
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: /usr/local/lib/python3.6/dist-packages/open3d/linux/open3d.so: cannot open shared object file: No such file or directory
Checking the directory shows that file exists.
>>> quit()
myshell# cd /usr/local/lib/python3.6/dist-packages/open3d/linux/
myshell# ls -lah
total 14M
drwxr-sr-x 3 root staff 4.0K Aug 28 00:39 .
drwxr-sr-x 6 root staff 4.0K Aug 28 00:39 ..
-rw-r--r-- 1 root staff 196 Aug 28 00:39 __init__.py
-rwxr-xr-x 1 root staff 4.6M Aug 28 00:39 open3d.cpython-35m-x86_64-linux-gnu.so
-rwxr-xr-x 1 root staff 4.6M Aug 28 00:39 open3d.cpython-36m-x86_64-linux-gnu.so
-rwxr-xr-x 1 root staff 4.6M Aug 28 00:39 open3d.so
drwxr-sr-x 2 root staff 4.0K Aug 28 00:39 __pycache__