-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Fix windows build #953
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
Fix windows build #953
Conversation
MSBuild Compile time casting Error
MSBuild Error static_cast<Long> to static_cast<int64_t>
Not Work find_contours
cc @soumith |
Codecov Report
@@ Coverage Diff @@
## master #953 +/- ##
=======================================
Coverage 60.15% 60.15%
=======================================
Files 63 63
Lines 5019 5019
Branches 748 748
=======================================
Hits 3019 3019
Misses 1796 1796
Partials 204 204 Continue to review full report at Codecov.
|
* pytorch#944 MSBuild Compile time casting Error * pytorch#944 MSBuild Error static_cast<Long> to static_cast<int64_t> * Add eval.py Not Work find_contours * Remove unnecessary file * Lint
@fmassa now that this is fixed when is the windows pip release coming for 0.3.0? |
@TheCodez Windows wheels are already available, right? I think they are already live. cc @peterjc123 |
@fmassa I tried it today and the latest was 0.2.2.post3 |
Isn't this one working?
|
@TheCodez Should be fixed now. Please try the installation steps on https://pytorch.org. |
Thanks, it's working now 👍 |
Original PR and fixes from #951 by @kerry-Cho, with the linter added.
Thanks a lot @kerry-Cho for the fixes!