-
Notifications
You must be signed in to change notification settings - Fork 559
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
example/build_file_generation/
is broken
#1160
Comments
We need to fix the documentation:
So to my knowledge, gazelle does not add anything to the "requirements" file. Then you have to update the "requirements.in" file, which is done with step number two. Next, you must update the I am the above commands on the main branch with bazelisk and it is working locally. |
Thank you! It helps a lot. I'd like to fix the README tonight. |
Besides, does I plan to use it in a python monorepo. |
🐞 bug report
Affected Rule
I'm new to
rule_python
, but the example cannot run.https://github.com/bazelbuild/rules_python/tree/main/examples/build_file_generation
Is this a regression?
No.
Description
The
example/build_file_generation/
can not run.🔬 Minimal Reproduction
I save the spot in this commit of my fork:
ofey404@7a10e85
I use bazelisk with
USE_BAZEL_VERSION=5.4.0
.I follow the instruction in README.md of example:
But
requests
package is not found.🔥 Exception or Error
At least the example should work, so that newcomers could learn how to use it.
🌍 Your Environment
Operating System:
Output of
bazel version
:Rules_python version:
latest.
Anything else relevant?
Nope
The text was updated successfully, but these errors were encountered: