-
Notifications
You must be signed in to change notification settings - Fork 672
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
Can't compile on Windows (MinGW) #42
Comments
I am facing a similar issue. The compilation goes fine until the building 'torch._C' extension phase where gcc succeed with 10 files, generating the respective .o file. Then I just get a gcc failed with exit status 1. |
Hi, Any update on this issue? We are need pytorch version 1.1.0 compiled using MinGW. We are facing same issue where compilation fails with following error for 'torch._C' extension Same error encountered with MinGW64 also.
|
Closing as the build process has been changed to CMake, we have better Windows support and the issue reported here is obsolete. |
I tried installing torchaudio with the command
python setup.py install
using the MinGW64 gcc compiler and got this error:The text was updated successfully, but these errors were encountered: