tensorRT_Pro
tensorRT_Pro copied to clipboard
ModuleNotFoundError: No module named 'pytrt.libpytrtc'
Dear author: when I try to run example-python module, I first comiple setup.py, the output as follows:
Processing dependencies for pytrt==1.0 Finished processing dependencies for pytrt==1.0
but when I run test_torch.py, the error occurs:
import pytrt as tp
File "....\example-python\pytrt_init_.py", line 335, in
How can I solve this problem? thanks
路径显然是不会错的,你把pyd丢到dependency walker看看缺哪个dll,放到pyd同级目录就行了