-
Notifications
You must be signed in to change notification settings - Fork 446
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
Target //lingvo/jax:main failed to build #281
Comments
Are you able to build using the provided build.sh script? This sets several environment variables and flags, and it is hard for me to infer, which one you may need to fix your issue. |
Nvm, I could reproduce your issue after modifying the script. |
Heads up that I have a fix (pending review) that will hopefully land Tuesday morning PDT. |
This should be fixed if you sync after fe60d03 |
Thank you so much, Laurent. Let me try it. |
Strangely now I ran into the "No module named 'clu'" error again:
even though it's installed according to pip list:
|
Before my run, my docker was running out of space, so I ran
|
I think I know the issue. I should have warned you about this. Could you try to just run python3 and check the default version / import clu? My intuition is that the default will be python3.6, which is unsupported / doesn't come with the right dependencies. All you have to do is to set another python version as the default, e.g. using: |
Thanks! Indeed. It's 3.6 and update-alternative solves the problem. Can we update the docker file to avoid 3.6?
After that, I'm running into another issue. Let me file a separate issue. |
To reproduce:
The text was updated successfully, but these errors were encountered: