cyrusbehr / tensorrt-cpp-api

TensorRT C++ API Tutorial
MIT License
543 stars 66 forks source link

undefined symbol: _ZN5pwgen18nvrtcCreateProgramE #44

Closed toystorynova closed 3 months ago

toystorynova commented 5 months ago

Followed readme and ran it, but it won't start due to the following error:

/home/toystorynova/Desktop/YOLOv8-TensorRT-CPP/cmake-build-debug/detect_object_image: symbol lookup error: /usr/local/cuda/targets/x86_64-linux/lib/libnvinfer_plugin.so.8: undefined symbol: _ZN5pwgen18nvrtcCreateProgramE

Currently using CUDA 12.1, Tensor 8.6 GA, and Ubuntu 22.04.3 LTS, could this be related to https://github.com/cyrusbehr/tensorrt-cpp-api/issues/40?

cyrusbehr commented 3 months ago

Please see my comment in the linked issue.