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 i try to install in window 10, with pytorch 1.0 it fails with the following errors.
lib\site-packages\torch\utils\cpp_extension.py:184: UserWarning: Error checking compiler version for cl: [WinError 2] The system cannot find the file specified
warnings.warn('Error checking compiler version for {}: {}'.format(compiler, error))
c1xx: fatal error C1083: Cannot open source file: 'roi_align/src/crop_and_resize.cpp': No such file or directory
error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.14.26428\bin\HostX86\x64\cl.exe' failed with exit status 2
How can I solve this?
The text was updated successfully, but these errors were encountered:
Thank you for the RoIAlign for pytorch.
When i try to install in window 10, with pytorch 1.0 it fails with the following errors.
lib\site-packages\torch\utils\cpp_extension.py:184: UserWarning: Error checking compiler version for cl: [WinError 2] The system cannot find the file specified
warnings.warn('Error checking compiler version for {}: {}'.format(compiler, error))
c1xx: fatal error C1083: Cannot open source file: 'roi_align/src/crop_and_resize.cpp': No such file or directory
error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.14.26428\bin\HostX86\x64\cl.exe' failed with exit status 2
How can I solve this?
The text was updated successfully, but these errors were encountered: