-
Notifications
You must be signed in to change notification settings - Fork 102
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
Installation Issues on Windows #331
Comments
Thanks for the bug report @bchen0 and the detailed log file! We don't have Windows machines handy (I'll work on getting one...) so this may take some iteration, but from reading your error message, I issued a potential fix (bb7c6ba). Could you please try to re-install functorch using the updated main branch and let us know if that resolves the build failure or if there is another error? |
Thanks Richard. I've tried re-installing using the updated main branch (with the nightly Pytorch binary) and end up getting a different error. The log file is attached: |
Can you print out the version of your nightly PyTorch? It looks like it might not be up-to-date; from the logs the nightly PyTorch binary looks like it is missing some newer symbols that functorch relies on:
I also went in and deleted some more dead code that your error messages were referring to. |
I was using MSEdge Win10 vbox image from : https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/ and after installing pytorch nightly from 14 december + build tools etc, finally I got the following errors:
and if I comment out this line, compiling passes but linker fails:
|
Hmm... maybe something is up with visibility macros for the at::_ops:: namespace? cc @bdhirsh if you have any ideas |
Hi, I've been having some issues with installation on Windows and was hoping to get some help. I have Pytorch 1.10 (cuda 10.2) installed and have tried both the main and preview versions, and with and without ninja. I've attached the full log file below (preview, with ninja).
Any help would be appreciated. Thanks!
log_file.txt
The text was updated successfully, but these errors were encountered: