Open ryanlovett opened 6 years ago
This came up with another library's output:
Searching for pandana>=0.3
Reading https://pypi.python.org/simple/pandana/
Downloading https://files.pythonhosted.org/packages/e3/a2/8285f08ef1dd7f1fd8d2110661b3978291d62b5afa27b61d9e0d2830d055/pandana-0.4.0.1.zip#sha256=d3b98db46177eaa3e85687931772fb92aec9932462a4d1e4808cdb9626890731
Best match: pandana 0.4.0.1
Processing pandana-0.4.0.1.zip
Writing /tmp/easy_install-0sqlx4uz/pandana-0.4.0/setup.cfg
Running pandana-0.4.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-0sqlx4uz/pandana-0.4.0/egg-dist-tmp-4m4te5kd
Traceback (most recent call last):
File "/root/repo/venv/bin/hubploy-image-builder", line 11, in <module>
load_entry_point('hubploy==0.1.0', 'console_scripts', 'hubploy-image-builder')()
File "/root/repo/venv/lib/python3.6/site-packages/hubploy/imagebuilder.py", line 132, in main
build_image(client, args.path, image_spec, cache_from, partial(_print_progress, 'stream'))
File "/root/repo/venv/lib/python3.6/site-packages/hubploy/imagebuilder.py", line 48, in build_image
build_progress_cb(line)
File "/root/repo/venv/lib/python3.6/site-packages/hubploy/imagebuilder.py", line 99, in _print_progress
print(line[key].rstrip())
UnicodeEncodeError: 'ascii' codec can't encode character '\u2018' in position 43: ordinal not in range(128)
Exited with code 1
Possibility when running hubploy-image-builder:
While building berkeley-dsep-infra/datahub, hubploy exited with error:
I modified a command in the failing Dockerfile step to capture the output and only display if there was an error.