-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Nightly build failure on Windows #1756
Comments
I suspect the failure in torchvision is due to a change somewhere in PyTorch, because there has been no changes in torchvision C++ files since then that could potentially be the culprit. |
https://github.com/pytorch/vision/blob/master/torchvision/csrc/vision.cpp#L20 Maybe we should add a |
Maybe, but I wonder what has changed since #1348 , so because CI was passing back then. |
The integration with PIL 7.0 VERSION API change is breaking some dependencies. I can see these are fixed in Linux / Mac releases. Doesn't look like Windows version has been published to pypi? https://pypi.org/project/torchvision/0.5.0/#files Last release appears to be |
@asears Your issue doesn't seem to be related to mine. Would you please open a new one? |
Added #1774 |
Well, I think I figured out what happened here. It was caused by the removal of the static library |
Thanks a lot for the investigation and the fix @peterjc123 ! |
This error still happens, when activating pytorch... Python 3.8.10 (default, May 26 2023, 14:05:08)
The code that is generatated when creating a wheel for pytorch vision, uses torch._custom_ops which should be, I understand, torch._C? torchvision-0.15.0%2B0b41ff0-cp38-cp38-linux_aarch64.whl#sha256=ad8d24697eb2bfdcf4f4a7205433b0b66fa47723162040952e748b1cd8966955 |
Starting from Jan.11, the nightly build started to fail. (commit: 61763fa)
See https://dev.azure.com/pytorch/778b86d3-09b9-4636-a34b-315646862684/_apis/build/builds/18418/logs/122.
The text was updated successfully, but these errors were encountered: