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

ModuleNotFoundError: No module named 'pybackend2' #3204

Closed
bernland opened this issue Feb 4, 2019 · 3 comments
Closed

ModuleNotFoundError: No module named 'pybackend2' #3204

bernland opened this issue Feb 4, 2019 · 3 comments
Labels

Comments

@bernland
Copy link

bernland commented Feb 4, 2019

Required Info
Camera Model D415
Firmware Version 05.11.01.00
Operating System & Version Win 10
Kernel Version (Linux Only) N/A
Platform PC
SDK Version 2.18.0.515
Language python
Segment AR

Issue Description

I can't seem to be able to run https://github.com/IntelRealSense/librealsense/blob/master/wrappers/python/examples/pybackend_example_1_general.py for the following error:

ModuleNotFoundError: No module named 'pybackend2'

Any help is greatly appreciated, thank you!

@dorodnic dorodnic added the python label Feb 4, 2019
@dorodnic
Copy link
Contributor

dorodnic commented Feb 4, 2019

pybackend2 is not distributed via pip install, but you can build this module manually from source.
That said, pybackend2 is rather an auxiliary library, that can be used to access low level UVC and HID devices, but not something you actually need to work with the camera.

@bernland bernland closed this as completed Feb 5, 2019
@Dontla
Copy link

Dontla commented Oct 2, 2019

Hi, have you solved your problem, I have occured the same problem with you.

@bernland
Copy link
Author

bernland commented Oct 2, 2019

No, I just skipped the example using pybackend2. Sorry!

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

No branches or pull requests

3 participants