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

Pip3 error with pyrealsense2 #6554

Closed
kat-mcg-lin opened this issue May 28, 2019 · 3 comments
Closed

Pip3 error with pyrealsense2 #6554

kat-mcg-lin opened this issue May 28, 2019 · 3 comments
Labels
auto-locked Outdated issues that have been locked by automation type: support User Support

Comments

@kat-mcg-lin
Copy link

Enviroment

  • pip version: pip3
  • Python version: python 3.6
  • OS: linus ubuntu 18.04

Description
can not install pyrealsense2 via pip3 such that it works on pycharm on jetson nano

Expected behavior
expected to be able to use command: pip3 install pyrealsense2
but throws error:

Could not find a version that satisfies the requirement pyrealsense2 (from versions: )
No matching distribution found for pyrealsense2

Then tried to build from source and now will only work on terminal, not on pycharm

@triage-new-issues triage-new-issues bot added the S: needs triage Issues/PRs that need to be triaged label May 28, 2019
@xavfernandez
Copy link
Member

What is the output of pip3 install pyrealsense2 -vv ?

@xavfernandez xavfernandez added S: awaiting response Waiting for a response/more information type: support User Support and removed S: needs triage Issues/PRs that need to be triaged labels May 28, 2019
@kat-mcg-lin
Copy link
Author

I've attached the output
pip3 install output.txt

@no-response no-response bot removed the S: awaiting response Waiting for a response/more information label May 30, 2019
@uranusjr
Copy link
Member

uranusjr commented May 31, 2019

Are you running 32-bit Ubuntu? pyrealsense2 does not publish a compatible distribution for x86 manylinux (only x86-64). You will need to ask for help from pyrealsense2 maintainers if that is the case. https://github.com/IntelRealSense/librealsense

(Also, one more example #6526 would be useful.)

@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jul 3, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jul 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation type: support User Support
Projects
None yet
Development

No branches or pull requests

3 participants