NTUYWANG103/APEX_AIMBOT

ERROR with TrensorRT

Presenceofthefinest opened this issue · 1 comments

Hi in advance im a beginner in python and programming and know the basics and a few advanced topics so im kind of new to this so please take that into condsideration and appologies in advance for my ignorance.

I am on windows 11.

I installed Cuda v. 11.8.0 and copied the relevant files of the CuDNN into the respective nvidia gpu toolkit folders. The same goes for the TensorRT 8.5.1.7 files. I completed all the python installations (interpreters). I also added the bin folder to the path and followed the nvidia documentation and completed every step even the optional ones.

When installing the txt file "requirements" the .whl file throws an error. Easy fix i thought since the file reffered to did not install earlier, therefore i updated the .whl file in the txt file. I used the same file that would install whilst doing the TensorRT python installation. However i get the error that the wheel is not supported.
Another error related to TrensorRT happens when trying to run the XXXX.py file (will add file name when on pc), this is because when importing trensorrt throws an error (when im on my pc i will edit this part to include the exact error).

Did i not install TensorRT correctly, did i use the wrong versions or am i making another error? I tried fixing this via youtube sesrches, chatgpt, stackoverflow and could not find an answer. I hope you can help me even if my question might be ignorant or stupid.

Thanks if you cared to read

TLDR:

Installed everything according to nvidia documentation - got an error that wheel not supported. How to fix this?

Hi, im assuming u added the .whl files to APEX_AIMBOT-master\tensorrt_python, and updated the path in requirements.txt? You could also try doing 'pip install --upgrade pip setuptools wheel' or 'pip install -U setuptools'