-
Notifications
You must be signed in to change notification settings - Fork 7
Installation issues #10
Copy link
Copy link
Open
Description
- 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.
-
ModuleNotFoundError: No module named 'prettytable'
addprettytable==0.7.2as dependencies -
pyrealsense not found with pip install
add pyrealsense2-aarch64 instead of the usual pyrealsense2 for jetson aarch64 architecture
- add installtation of
pyserialpackage
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels