The header file of tensorrt package was not found during translation
Solution:
Add the path to the Tensorrt package in CMakeList.txt
Find the location of the package and get the location of trt
locate NvInferRuntimeCommon.h
Then add the path to the Tensorrt package in CMakeList.txt, here I added the absolute path
include_directories("/home/b502/tensorrt/TensorRT-7.2.1.6/include")
Read More:
- fatal error: cublas_v2.h: No such file or directory [How to Solve]
- PIP Install Mysqlclient error C1083: Cannot open include file: ‘mysql.h‘: No such file or directory
- Raspberry pie compilation and installation opencv error: fatal error: bootdesc_bgm.i: No such file or directory
- cffi Security Report “c / _cffi_backend.oc / _cffi_backend.c: 15:17: error: ffi.h: No such file or directory” Problem
- The solution of no such file or directory and cannot load native module running error of python3 pyinstaller after packaging
- OSError libespeak.so.1 error: no such file or directory [How to Solve]
- ImportError: libcublas.so.9.0: cannot open shared object file: No such file or directory
- [Solved] Python project runs the open() function error: FileNotFoundError: [Errno 2] No such file or directory
- [Solved] Import cv2 Error: ImportError: libGL.so.1: cannot open shared object file: No such file or directory
- Python FileNotFoundError: [Errno 2] No such file or directory: ‘objects/epsilon.pkl
- Python environment error, bad interpreter: there is no file or directory
- [Solved] Mac ffmpeg Install Error: filenotfounderror: [errno 2] no such file or directory: ‘ffmpeg’: ‘ffmpeg’
- Tensorflow import Error: ImportError: libcuda.so.1: cannot open shared object file: No such file or dire
- ROS generate_messages_cpp [Compiler error resolution]
- Python: How to Delete Empty Files or Folders in the Directory
- Python recursively traverses all files in the directory to find the specified file
- Python Fatal error: Py_Initialize: unable to load the file system codec
- No pyvenv.cfg File problem solution
- [Solved] Python Read bam File Error: &&OSError: no BGZF EOF marker; file may be truncated
- How to Solve Turtle_tf Error in ROS