-
Notifications
You must be signed in to change notification settings - Fork 110
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
build fails on Julia 1.0 with "is_windows not defined" #418
Comments
Hmmm, @femtocleaner[bot] should have fixed that. |
It appears the problem with the 1.0.0 is much deeper. I spent half of the sunday fixing various deprecation bugs (with obvious solutions) until I stomped on the following error:
It seems that TakingBroadcastSeriously is no longer needed, because with Julia 0.7 we can overload broadcasting directly (JuliaAttic/TakingBroadcastSeriously.jl#8). I feel fixing it is still out of my league, so I leave it there for the time being. For everyone interested I attach my work in progress #419. When this problem is resolved I will gladly finish the migration. |
Closed by #419 |
The error seems very similar to the following error I reported to the LibCURL: JuliaWeb/LibCURL.jl#44 . They have pushed the patch which might help you fixing the problem in the TensorFlow too.
The text was updated successfully, but these errors were encountered: