Skip to content
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

[Bug]: build fails with head rules_python #460

Open
keith opened this issue Dec 4, 2024 · 0 comments
Open

[Bug]: build fails with head rules_python #460

keith opened this issue Dec 4, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@keith
Copy link
Contributor

keith commented Dec 4, 2024

What happened?

Currently if you test rules_py with head rules_python, it fails with:

ERROR: Traceback (most recent call last):
        File "/home/ubuntu/dev/bazelbuild/rules_py/WORKSPACE", line 97, column 39, in <toplevel>
                load("@python_toolchain//:defs.bzl", "interpreter")
Error: file '@python_toolchain//:defs.bzl' does not contain symbol 'interpreter'
ERROR: Error computing the main repository mapping: Encountered error while reading extension file 'requirements.bzl': no such package '@@pypi//': error loading package 'external': Could not load //external package

starting at this commit bazelbuild/rules_python@68d1b41

Version

Development (host) and target OS/architectures: ubuntu 22.04 aarch64

Output of bazel --version: 7.4.0

Version of the Aspect rules, or other relevant rules from your
WORKSPACE or MODULE.bazel file: testing in rules_py examples

Language(s) and/or frameworks involved:

How to reproduce

No response

Any other information?

No response

@keith keith added the bug Something isn't working label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant