You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The six pyrealsense2 wrappers are stored here: /usr/lib/python3/dist-packages/pyrealsense2 when they should have been stored in /usr/lib/python3.7/dist-packages/pyrealsense2 where there is a python program to import them to /usr/local/lib.
You can manually transfer them to /usr/local/lib from /usr/lib/python3/dist-packages/pyrealsense2 using the cp copy function.
The text was updated successfully, but these errors were encountered:
Similar here. In my case the files finish here: /usr/local/lib/python3.6/pyrealsense2 , and It was not possible to import the library. After moving the folder to /dist-packages you can import the library but the .so files need to be where your script is , as recomended here
RP4 + Ubuntu server 18.04 ubuntu@ubuntu:/usr/local/lib/pyrealsense2$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.5 LTS Release: 18.04 Codename: bionic ubuntu@ubuntu:/usr/local/lib/pyrealsense2$ uname -r 5.4.0-1041-raspi ubuntu@ubuntu:/usr/local/lib/pyrealsense2$ dpkg --print-architecture arm64
The six pyrealsense2 wrappers are stored here: /usr/lib/python3/dist-packages/pyrealsense2 when they should have been stored in /usr/lib/python3.7/dist-packages/pyrealsense2 where there is a python program to import them to /usr/local/lib.
You can manually transfer them to /usr/local/lib from /usr/lib/python3/dist-packages/pyrealsense2 using the cp copy function.
The text was updated successfully, but these errors were encountered: