Xavier environment installation
Ros Python3.6 Dependencies Installation
Tensorflow on PY36 Installation Steps
Step1. Install python3.6
Step2. Install tensorflow dependecies
Step3. Install tensorflow
Verify the installation
ISSUE: ImportError: libcublas.so.10.0: cannot open shared object file: No such file or directory
Solution:
ISSUE: ImportError: /usr/lib/aarch64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.11' not found
Solution:
ISSUE: ImportError: /lib/aarch64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found
Solution: update GLIBC to specific version(>=2.27)
Step0. Check GLIBC version
Step1. Download & make install GLIBC
Step2. use soft-link
Step3. enable soft-link in every terminal
Tensorflow on PY27 Installation Steps
Step1. Download Tensorflow .whl for URL below
Step2. Install .whl File
Step3. Done and Verify
OpenCV Installation Steps(Depreciate)
Numba Installation(Depreciate)
Step1. install llvm >=7.0
Step2. install llvmlite >=0.28
Step3. install dependencies
Step4. install numba (testing)
Reference Documents
Last updated
Was this helpful?