-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3.10 wrapper support. #10057
Comments
Hi @arsanysamuel At the time of writing this, Python 3.9 is the most recent version supported by pip install. The pyrealsense2 wrapper can built from source code for Python versions unsupported by pip install though. The wrapper can either be built separately or at the same time as the librealsense SDK is built from source with CMake. I do not have information regarding future plans and implementation timescales for pip install support of Python 3.10. If you need to use pip, there was a very detailed discussion of workarounds for unsupported Python versions in #8229 where a RealSense user suggested updating the whl file for newer versions using a hex editor at #8229 (comment) |
Hi @arsanysamuel Do you require further assistance with this case, please? Thanks! |
@MartyG-RealSense Thanks for your assistance. |
Hi @arsanysamuel Are you using a Virtual Machine (VM)? If you are, which VM software are you using (Oracle VirtualBox, VMWare Workstation Player, etc). |
@MartyG-RealSense Thanks for replying, I'm using Arch Linux as my main operating system with Python 3.10. |
My understanding is that in a situation like this, the Python targetting problem would be handled by defining a symbolic link (symlink) with an '-s' command like #1657 (comment) describes for pyrealsense2 There is also a general tutorial about symlinks on Linux at the link below. |
Hi @arsanysamuel Do you require further assistance with this case, please? Thanks! |
Case closed due to no further comments received. |
Issue Description
I updated python from 3.9 to 3.10 and pip to 21.3.1, I tried to reinstall pyrealsense2 with pip and this error shows:
Will there be a pip package for 3.10?
The text was updated successfully, but these errors were encountered: