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
I searched a lot for various issues when following gidelines of trt_pose/trt_pose_hand. But I can't figure out this one after tried all the ways I can find.
I built and installed the trt_pose, however, I met undefined symbol when following live_demo.ipynb.
jetson-pc:~$ python3
Python 3.8.10 (default, Nov 22 2023, 10:22:35)
[GCC 9.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from trt_pose.draw_objects import DrawObjects
>>> from trt_pose.parse_objects import ParseObjects
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.8/dist-packages/trt_pose-0.0.1-py3.8-linux-aarch64.egg/trt_pose/parse_objects.py", line 1, in <module>
import trt_pose.plugins
ImportError: /usr/local/lib/python3.8/dist-packages/trt_pose-0.0.1-py3.8-linux-aarch64.egg/trt_pose/plugins.cpython-38-aarch64-linux-gnu.so: undefined symbol: _ZN2at4_ops4full4callEN3c108ArrayRefINS2_6SymIntEEERKNS2_6ScalarENS2_8optionalINS2_10ScalarTypeEEENS9_INS2_6LayoutEEENS9_INS2_6DeviceEEENS9_IbEE
Getting started with NV IOT can be a bit challenging. Please ensure that the related documents and guides are updated to reflect changes in software versions.
The text was updated successfully, but these errors were encountered:
I searched a lot for various issues when following gidelines of trt_pose/trt_pose_hand. But I can't figure out this one after tried all the ways I can find.
I built and installed the trt_pose, however, I met undefined symbol when following live_demo.ipynb.
This is my SW environment.
Getting started with NV IOT can be a bit challenging. Please ensure that the related documents and guides are updated to reflect changes in software versions.
The text was updated successfully, but these errors were encountered: