-
Notifications
You must be signed in to change notification settings - Fork 30
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
An error and a warning when run setup.py #25
Comments
@yangjiangeyjg, thanks for your interest. |
|
There are still errors here. Can I compile it under Windows OS?@linchuming
|
@yangjiangeyjg |
There is a question I want to consult with the author. What are the versions of CUDA and cuDNN used for compilation? |
Can this code work with torch>1.7.0? The reason is that my CUDA version is 11, which may not work with torch 1.4. I have tried to run setup.py but failed, I don't know if torch version is the main cause. My torch vision is 1.7.1. |
UserWarning: Error checking compiler version for cl: [WinError 2] 系统找不到指定的文件。
warnings.warn('Error checking compiler version for {}: {}'.format(compiler, error))
error: command 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe' failed with exit status 2
@linchuming
The text was updated successfully, but these errors were encountered: