pip install pyrealsense2 not working
Can't instal pyrealsense2. I've tried on macOS and windows 11 on pycharm and terminal. Keep on getting the same msg of
ERROR: Could not find a version that satisfies the requirement pyrealsense2 (from versions: none)
ERROR: No matching distribution found for pyrealsense2
-
Hi Aaron Wiens On a PC you can use pip install pyrealsense2 with Python 3.7 to 3.11. Newer Python versions such as 3.12 need the pyrealsense2 wrapper to be built from source code at the time of writing this, though a workaround for pip installing for 3.12 is suggested at the link below until official 3.12 support becomes available in the RealSense SDK.
https://github.com/IntelRealSense/librealsense/issues/12601#issuecomment-1905554344
For MacOS computers, using a prebuilt package called pyrealsense2-macosx created by a RealSense user is recommendable.
-
Hello, I'm currently working on a Jetson Nano with Ubuntu 18.04 and I have a 3.8 python version but it gives me the same message when I tried to install pyrealsense2 in my virtual environment. I have searched other solutions but I still cannot find one. Do you know anything that could help me with?
-
Hi Tepoxfrancisco1 I have responded at the case that you created.
https://support.intelrealsense.com/hc/en-us/community/posts/35516481955219
Please sign in to leave a comment.
Comments
3 comments