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

Installation issues #10

Open
wuxiaohua1011 opened this issue Sep 9, 2020 · 0 comments
Open

Installation issues #10

wuxiaohua1011 opened this issue Sep 9, 2020 · 0 comments

Comments

@wuxiaohua1011
Copy link
Collaborator

wuxiaohua1011 commented Sep 9, 2020

  1. OpenCV Packages not found
    Could not find a version that satisfies the requirement opencv-python==4.2.0.32 (from -r requirements.txt (line 3)) (from versions: 3.4.10.37, 3.4.11.39, 3.4.11.41, 4.3.0.38, 4.4.0.40, 4.4.0.42)
    No matching distribution found for opencv-python==4.2.0.32 (from -r requirements.txt (line 3))

remove opencv dependencies since JetPack 4.4 comes with OpenCV with GPU enabled.

  1. ModuleNotFoundError: No module named 'prettytable'
    add prettytable==0.7.2 as dependencies

  2. pyrealsense not found with pip install

add pyrealsense2-aarch64 instead of the usual pyrealsense2 for jetson aarch64 architecture

  1. add installtation of pyserial package
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

1 participant