-
Notifications
You must be signed in to change notification settings - Fork 203
Description
Area of Concern
- Server
- Behaviour of one or more Modules [provide name(s), e.g. ObjectDetectionYolo]
- Installer
- Runtime [e.g. Python3.7, .NET]
- Module packages [e.g. PyTorch)
- Something else
Describe the bug
Trying to install CodeprojectAI on the Jetson Nano 4GB following this guide: https://www.rootadmin.com/AI/docs/install/install_on_jetson.html.
Expected behavior
Expect to be able to build
Screenshots
Multiple errors during 'setup.sh'. i.e.:
ALPR: ImportError: libcudart.so.11.0: cannot open shared object file: No such file or directory
ObjectDetectionCoral 2.1.0: Self test: ./setup.sh: line 298: 37123 Illegal instruction (core dumped) "$venvPythonCmdPath" "$moduleStartFilePath" --selftest > /dev/null
Self-test failed
ObjectDetectionYOLOv5-3.1 1.9.0: ModuleNotFoundError: No module named 'torchvision'
Build does fail also
Your System (please complete the following information):
- CodeProject.AI Server version: 2.5.0
- OS: Ubuntu 20.04 -- QEngineering Image
- System RAM 4GB
Additional context
Add any other context about the problem here.