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
rm -f .api.deps .cli.deps && FETCH_APIS=1 make update-json -j8
I get the following error:
[...]
File "/Users/user/src-dev/github.com/Byron/google-apis-rs/.pyenv-Darwin/lib/python3.11/site-packages/mako/runtime.py", line 943, in _exec_template
callable_(context, *args, **kwargs)
File "src/generator/templates/deps.mako", line 24, in render_body
import urllib3
ModuleNotFoundError: No module named 'urllib3'
make: *** [.cli.deps] Error 1
make: *** Waiting for unfinished jobs....
make: *** [.api.deps] Error 1
This is in spite of the Readme saying:
Make will download all other prerequisites automatically into hidden directories within this repository, which requires it to make some downloads via wget
The text was updated successfully, but these errors were encountered:
When I run this step from the Readme:
rm -f .api.deps .cli.deps && FETCH_APIS=1 make update-json -j8
I get the following error:
This is in spite of the Readme saying:
The text was updated successfully, but these errors were encountered: