Advertisement
Guest User

Untitled

a guest
Nov 18th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/usr/bin/docker-compose", line 11, in <module>
  3. load_entry_point('docker-compose==1.16.1', 'console_scripts', 'docker-compose')()
  4. File "/usr/lib/python3.6/site-packages/compose/cli/main.py", line 68, in main
  5. command()
  6. File "/usr/lib/python3.6/site-packages/compose/cli/main.py", line 121, in perform_command
  7. handler(command, command_options)
  8. File "/usr/lib/python3.6/site-packages/compose/cli/main.py", line 249, in build
  9. build_args=build_args)
  10. File "/usr/lib/python3.6/site-packages/compose/project.py", line 343, in build
  11. service.build(no_cache, pull, force_rm, build_args)
  12. File "/usr/lib/python3.6/site-packages/compose/service.py", line 922, in build
  13. all_events = stream_output(build_output, sys.stdout)
  14. File "/usr/lib/python3.6/site-packages/compose/progress_stream.py", line 23, in stream_output
  15. print_output_event(event, stream, is_terminal)
  16. File "/usr/lib/python3.6/site-packages/compose/progress_stream.py", line 90, in print_output_event
  17. stream.write("%s%s" % (event['stream'], terminator))
  18. UnicodeEncodeError: 'ascii' codec can't encode characters in position 58-60: ordinal not in range(128)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement