pratikratadiya / tensorrt-installation-colab

Notebook to help setup TensorRT 7 in Google Colab.
24 stars 13 forks source link

No module tensorrt found #1

Closed shoebNTU closed 4 years ago

shoebNTU commented 4 years ago

Hello, thanks a lot for sharing this repo. I am able to download tensorrt correctly following your steps. However, when i try to import tensorrt i get module not found. Could you please help me debug it? Thanks.

pratikratadiya commented 4 years ago

Hello Shoaib! Are you in the same session? A restart in Colab would mean issues with the finding the module.

You may also find some help here: https://stackoverflow.com/questions/55557912/importerror-no-module-named-tensorrt

Thank you.

forever208 commented 4 years ago

Hello Shoaib! Are you in the same session? A restart in Colab would mean issues with the finding the module.

You may also find some help here: https://stackoverflow.com/questions/55557912/importerror-no-module-named-tensorrt

Thank you.

I've got the same problem, any help would be greatly appreaciated

forever208 commented 4 years ago

@shoebNTU @prratadiya I solved this problem by restart the runtime

codebugged commented 3 years ago

Hi @forever208 Did you only restart the runtime ? Or you also installed any library ?