Skip to content
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

Support of pyrealsense2 package on Python 3.7 (Windows) #4515

Closed
sr2009 opened this issue Jul 26, 2019 · 8 comments
Closed

Support of pyrealsense2 package on Python 3.7 (Windows) #4515

sr2009 opened this issue Jul 26, 2019 · 8 comments

Comments

@sr2009
Copy link

sr2009 commented Jul 26, 2019

Do we have support for pyrealsense2 package with Python 3.7?

Currently I can load it in Python older version (e.g., 2.7) but not with 3.7.3

I am in Windows 10 environment

@MartyG-RealSense
Copy link
Collaborator

An update for Python 3.7 was added in SDK version 2.23.0.

#4008 (comment)

@sr2009
Copy link
Author

sr2009 commented Jul 30, 2019

I do not see any support for PyPI package that will allow us to use "pip install pyrealsense2". The only option is to build from source?

@MartyG-RealSense
Copy link
Collaborator

MartyG-RealSense commented Jul 30, 2019

Information about obtaining and installing the package can be found here:

https://github.com/IntelRealSense/librealsense/tree/master/wrappers/python#installation

@lramati
Copy link
Contributor

lramati commented Aug 14, 2019

We have found the issue in our CI and are working to address the problem.
We will notify when 3.7 compatible wheels become available on PyPi

@ev-mp
Copy link
Collaborator

ev-mp commented Sep 26, 2019

Python 3.7 wrapper was made available on Pypi with v2.28.0 release

@ev-mp ev-mp closed this as completed Sep 26, 2019
@qaler
Copy link

qaler commented Oct 30, 2019

Please update the readme doc in python wrapper, which indicates python3 is not supported by SDK and pypi.
https://github.com/IntelRealSense/librealsense/tree/master/wrappers/python

@MartyG-RealSense
Copy link
Collaborator

MartyG-RealSense commented Oct 30, 2019

@qaler Pip support for Python 3.7 was apparently added in the recent 2.28.0 SDK.

#4765

#4749

@cxbrooks
Copy link

cxbrooks commented Dec 1, 2019

Please update https://github.com/IntelRealSense/librealsense/tree/master/wrappers/python

and change

(Note that these binaries are built with Python 2.7, and cannot be import using Python 3).

to

(Both Python 2.7 and Python 3 are supported).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants