You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 18, 2019. It is now read-only.
This appears to be a relative path in the error; does the directory third_party/pypi exist in the -directory you are running this? Try mkdir -p third_party/pypi before running it? The tool probably should create that directory if it doesn't exist ...
The goal was to avoid needing to download all the dependencies in rules_go for a tool used with Python, so I checked in the binaries. This is definitely gross, and it might be better to just use rules_go. Even better would probably be to port the tool to Python so it doesn't depend on Go at all. Disregarding my personal feelings about programming languages, avoiding that dependency would be an improvement.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Looks like the pip_generate executable (osx) has a hardcoded path from a user home directory:
Why not use rules_go to build this directly?
The text was updated successfully, but these errors were encountered: