iwatake2222 / play_with_tensorrt

Sample projects for TensorRT in C++
Apache License 2.0
191 stars 34 forks source link

Downloading issue with 'libtensorflow_framework.so.2' #22

Closed ghost closed 2 years ago

ghost commented 2 years ago

Environment (Hardware)

Issue Details

After following the download steps

How to Reproduce

Steps to Unbenannt Last step of downloading failed like shown in the image down in the post. Preview of the image somehow doesnt work so you need to open it manually ):

Error Log


error log
![dfd](https://user-images.githubusercontent.com/52799640/184359585-e896e3e9-d396-4c1f-90d9-2cc152f28aff.PNG)

Additional Information

My thought was maybe there are some pre requirements that you thought would be already downloaded by everybody but i dont have that. Idk what it is but i literally followed the download steps and gave cmd admin rights

iwatake2222 commented 2 years ago

The error happens because you are creating a Linux symbolic file in Windows. You can ignore that error. In case the process stops, please modify the download script not to extract the file.

ghost commented 2 years ago

Thanks and yea it exited due to these errors. Ill modify the file :)

iwatake2222 commented 2 years ago

This issue was closed because it has been inactive.