Found a good url: https://github.com/zephyrproject-rtos/example-application for the “Init Repo.”
But it ends with:
I assume error code 2 is a bad thing….
File “/home/duckpaddle/.zephyrtools/env/lib/python3.10/site-packages/pip/_internal/operations/prepare.py”, line 532, in prepare_linked_requirement
local_file = unpack_url(
File “/home/duckpaddle/.zephyrtools/env/lib/python3.10/site-packages/pip/internal/operations/prepare.py”, line 214, in unpack_url
file = get_http_url(
File “/home/duckpaddle/.zephyrtools/env/lib/python3.10/site-packages/pip/internal/operations/prepare.py”, line 94, in get_http_url
from_path, content_type = download(link, temp_dir.path)
File “/home/duckpaddle/.zephyrtools/env/lib/python3.10/site-packages/pip/internal/network/download.py”, line 146, in call
for chunk in chunks:
File “/home/duckpaddle/.zephyrtools/env/lib/python3.10/site-packages/pip/_internal/cli/progress_bars.py”, line 304, in rich_progress_bar
for chunk in iterable:
File “/home/duckpaddle/.zephyrtools/env/lib/python3.10/site-packages/pip/internal/network/utils.py”, line 63, in response_chunks
for chunk in response.raw.stream(
File “/home/duckpaddle/.zephyrtools/env/lib/python3.10/site-packages/pip/vendor/urllib3/response.py”, line 576, in stream
data = self.read(amt=amt, decode_content=decode_content)
File “/home/duckpaddle/.zephyrtools/env/lib/python3.10/site-packages/pip/vendor/urllib3/response.py”, line 512, in read
with self.error_catcher():
File “/usr/lib/python3.10/contextlib.py”, line 153, in exit
self.gen.throw(typ, value, traceback)
File “/home/duckpaddle/.zephyrtools/env/lib/python3.10/site-packages/pip/vendor/urllib3/response.py”, line 443, in error_catcher
raise ReadTimeoutError(self.pool, None, “Read timed out.”)
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host=‘files.pythonhosted.org’, port=443): Read timed out.
- The terminal process “/usr/bin/bash ‘-c’, ‘”/home/duckpaddle/.zephyrtools/env/bin/python" -m pip install -r zephyr/scripts/requirements.txt’" terminated with exit code: 2.
- Terminal will be reused by tasks, press any key to close it.