-
Notifications
You must be signed in to change notification settings - Fork 427
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
Cannot open include file: 'THC/THC.h': No such file or directory #607
Comments
Have you tried compiling with 'pip install -v -e .' in the correct virtual environment? I have successfully started training using this method. |
I did yeah. can you please tell me the steps you followed and what correct virtual environment i should the compile with? and im still getting the same error: error: subprocess-exited-with-error × python setup.py develop did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. please tell me what i did wrong. Thank you for your time |
i have same wrong |
@boatman-27 @tom123478 You may try replacing the contents of the folder yolov5_obb->utils->nms_rotated with the following files and then give it another try. link |
Thank you! can you please give me access |
My mistake, it should be fine now.
|
ahh all good, it installed now. tysm and with this ill close this issue. :) |
Hey! so i been trying to install yolov5-obb as mentioned in step e in the install.md file in the docs folders. however, it doesnt work i installed CUDA toolkit 11.7 with cuDNN v8.9.4 and i installed pyTorch as explained in the pystorch start locally website but i always get stuck in the step e especially "python setup.py develop #or "pip install -v -e ." ". if anyone can lmk what i did wrong or which cuda i should use please lmk. i get these 2 errors: fatal error C1083: Cannot open include file: 'THC/THC.h': No such file or directory
error: command 'C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\bin\nvcc.exe' failed with exit code 2.
any help would be appreciated.
The text was updated successfully, but these errors were encountered: