You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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' add prettytable==0.7.2 as dependencies
pyrealsense not found with pip install
add pyrealsense2-aarch64 instead of the usual pyrealsense2 for jetson aarch64 architecture
add installtation of pyserial package
The text was updated successfully, but these errors were encountered:
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'
add
prettytable==0.7.2
as dependenciespyrealsense not found with pip install
add
pyrealsense2-aarch64
instead of the usualpyrealsense2
for jetson aarch64 architecturepyserial
packageThe text was updated successfully, but these errors were encountered: