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

Unfriendly errors when the wheel downloader can't find a wheel #32

Open
Tatskaari opened this issue Dec 1, 2021 · 0 comments
Open

Unfriendly errors when the wheel downloader can't find a wheel #32

Tatskaari opened this issue Dec 1, 2021 · 0 comments

Comments

@Tatskaari
Copy link
Contributor

Error building target //third_party/python:_protobuf#download: exit status 1
CRITICAL:root:Couldn't find any matching urls in the index
Traceback (most recent call last):
  File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/home/jpoole/proto-rules/plz-out/bin/python/tools/wheel_resolver/wheel_resolver.pex/__main__.py", line 390, in <module>
  File "/home/jpoole/proto-rules/plz-out/bin/python/tools/wheel_resolver/wheel_resolver.pex/__main__.py", line 377, in run
  File "/home/jpoole/proto-rules/plz-out/bin/python/tools/wheel_resolver/wheel_resolver.pex/__main__.py", line 367, in main
  File "/usr/lib/python3.6/runpy.py", line 208, in run_module
    return _run_code(code, {}, init_globals, run_name, mod_spec)
  File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "tools/wheel_resolver/src/resolve.py", line 60, in <module>
  File "tools/wheel_resolver/src/resolve.py", line 51, in main
  File "tools/wheel_resolver/src/wheel_tags/tag

We should catch this and return something more useful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant