-
Notifications
You must be signed in to change notification settings - Fork 8
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
Error during parseyapi.sh execution: Failed to load Skylark extension #6
Comments
ahhh - so fragile - I spent weeks on this - it did actually work - end to end. |
I think I found the main issue. It seems like you used a hash commit for every git repository, so the problems not there, but for the syntaxnet docker file you're basing it upon you use:
I switched it to 0.12.0-devel. Unfortunately, then I bumped into a problem with zlib. Apparently, syntaxnet uses a specific zlib package from the main zlib.net site, but once zlib releases a new version it removes the previous one :/ That was easily fixed by chaning the syntaxnet workspace file, though. |
I also had a problem with this line:
In my case, the |
frankly - I always wanted the binary file parsey_api to be simply downloaded from google drive as part of docker initialization rather than going through the pain of building it. |
Downgrading Bazel from current version to 0.3.2 solves this problem for me. |
I can't install the image, it fails with this error:
The text was updated successfully, but these errors were encountered: