Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

按照样例倒入生成的.so文件后,显示没有 pytrt这个包 #60

Open
OutBreak-hui opened this issue Mar 16, 2022 · 2 comments
Assignees

Comments

@OutBreak-hui
Copy link

please descript your problem in English if possible. it will to helpful to more people
Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:
1.
2.

Screenshots
If applicable, add screenshots to help explain your problem.

System environment (please complete the following information):

  • Device:
  • OS:
  • Driver version:
  • CUDA version:
  • TensorRT version:
  • Others:

Cmake output

Running output

zerollzeng added a commit that referenced this issue Mar 16, 2022
@zerollzeng
Copy link
Owner

你好,原来的python api有bug,你能再试一下嘛? 步骤:

cd tiny-tensorrt
git pull
cd build
rm -rf *
cmake .. -DBUILD_PYTHON=ON
make
// after build
python3
>> import sys
>> sys.path.append("./lib")
>> import pytrt
>> trt = pytrt.Trt()

zerollzeng added a commit that referenced this issue Mar 16, 2022
@OutBreak-hui
Copy link
Author

c++: 错误:unrecognized command line option ‘-Wfloat-conversion’
大佬知道这是什么原因吗?make的时候

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants