-
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
AttributeError: module 'pyrealsense2' has no attribute 'pipeline' #4483
Comments
I'm not sure what the pyrealsense2-aarch64 package is or who made it, but downloading the wheel from PyPi and opening it with 7z reveals that it contains only some example scripts, and not the actual library. |
@swjtuccy Did you try what Iramati suggested? Looking forward to your update. Thanks! |
@swjtuccy Any update about this? Thanks! |
@swjtuccy If no other questions, will close it at this point. Thanks! |
I have install pyrealsense, but run some program was error, the question as follow, please help me to solve this question, thanks! Traceback (most recent call last): |
Before opening a new issue, we wanted to provide you with some useful suggestions (Click "Preview" above for a better view):
All users are welcomed to report bugs, ask questions, suggest or request enhancements and generally feel free to open new issue, even if they haven't followed any of the suggestions above :)
Issue Description
AttributeError: module 'pyrealsense2' has no attribute 'pipeline'
I have build librealsense and used pip3 install pyrealsense2-aarch64, everything is right .But when i try to run the example python scripts , the Error ocured as:
:~/.local/bin$ python3 align-depth2color.py
Traceback (most recent call last):
File "align-depth2color.py", line 16, in
pipeline = rs.pipeline()
AttributeError: module 'pyrealsense2' has no attribute 'pipeline'
The text was updated successfully, but these errors were encountered: