You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building 'bbox_overlaps', an error is raised, reminding me that error: Unable to find a compatible Visual Studio installation. But I have already installed VS2019 and it is added to the environment variable, also it can run C files and C++ files. I also tried to use gcc bbox_overlaps.c and g++ bbox_overlaps.c, but they both cannot find the Python.h file. Is there any solution for this problem? Thanks very much.
Running Environment: Windows 10, Python 3.8.5, Pytorch 1.9.0 torchvision 0.9.0, Anaconda and VS Code are also equipped.
The text was updated successfully, but these errors were encountered:
When building 'bbox_overlaps', an error is raised, reminding me that
error: Unable to find a compatible Visual Studio installation
. But I have already installed VS2019 and it is added to the environment variable, also it can run C files and C++ files. I also tried to usegcc bbox_overlaps.c
andg++ bbox_overlaps.c
, but they both cannot find thePython.h
file. Is there any solution for this problem? Thanks very much.Running Environment:
Windows 10, Python 3.8.5, Pytorch 1.9.0 torchvision 0.9.0
, Anaconda and VS Code are also equipped.The text was updated successfully, but these errors were encountered: