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
I'm taking part in a object detection competition. I try this project under linux OS and it works fine. However in this competition I need to upload a ".exe" executable file. I find a software named 'pyinstaller' which can transfrom python object to exe file, but the premise is under same OS. So I first need to run this project under Windows.
At the Compiler part, I got lots of errors, such as "AttributeError: MSVCCompiler instance has no attribute 'compiler_so'" and "error: Don't know how to compile rbbox_overlaps_kernel.cu to build\temp.win-amd64-3.7\Release\rbbox_overlaps_kernel.obj". Anyone can help me? Thanks!
OS: windows 10
python: 3.7
The text was updated successfully, but these errors were encountered:
I'm taking part in a object detection competition. I try this project under linux OS and it works fine. However in this competition I need to upload a ".exe" executable file. I find a software named 'pyinstaller' which can transfrom python object to exe file, but the premise is under same OS. So I first need to run this project under Windows.
At the Compiler part, I got lots of errors, such as "AttributeError: MSVCCompiler instance has no attribute 'compiler_so'" and "error: Don't know how to compile rbbox_overlaps_kernel.cu to build\temp.win-amd64-3.7\Release\rbbox_overlaps_kernel.obj". Anyone can help me? Thanks!
OS: windows 10
python: 3.7
The text was updated successfully, but these errors were encountered: