-
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
Logistic Regression example does not run in Docker container #439
Comments
I wonder if this is an upstream problem with the new package manager, since PyCall is clearly there in |
Currently getting this problem with |
#493 will fix the need to manually install |
Yes, missing PyCall is only one of the reasons a worker might be dying. |
I am getting same: |
I used commit 05ea5a6 to install Julia 1.0.0 and TensorFlow in a Docker container. Then I tried running the "Logistic Regression" example in the resulting terminal.
add
,build
, andusing PyCall
to get rid of messages complaining of PyCall being missingpy_gradients not defined
(See error log at bottom of issue)The text was updated successfully, but these errors were encountered: