Skip to content

Instantly share code, notes, and snippets.

@puzanov
Created July 18, 2017 10:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save puzanov/1925a528b3c481803c85b5607b794fcd to your computer and use it in GitHub Desktop.
Save puzanov/1925a528b3c481803c85b5607b794fcd to your computer and use it in GitHub Desktop.
redbear@berloga ~/src/zentist $ ./rundev.sh up —build
==================================
|Creating symlinks for dev env...|
==================================
ATTENTION!!!
Please run npm install in your root folder so that linter-eslint functions properly
==================================
| Checking for dangling volumes |
==================================
There are NO dangling volumes
==================================
| Preparing DEV docker images... |
==================================
Traceback (most recent call last):
File "/usr/local/bin/docker-compose", line 11, in <module>
sys.exit(main())
File "/usr/local/lib/python2.7/dist-packages/compose/cli/main.py", line 68, in main
command()
File "/usr/local/lib/python2.7/dist-packages/compose/cli/main.py", line 118, in perform_command
handler(command, command_options)
File "/usr/local/lib/python2.7/dist-packages/compose/cli/main.py", line 926, in up
scale_override=parse_scale_args(options['--scale']),
File "/usr/local/lib/python2.7/dist-packages/compose/project.py", line 398, in up
include_deps=start_deps)
File "/usr/local/lib/python2.7/dist-packages/compose/project.py", line 183, in get_services_without_duplicate
services = self.get_services(service_names, include_deps)
File "/usr/local/lib/python2.7/dist-packages/compose/project.py", line 171, in get_services
unsorted = [self.get_service(name) for name in service_names]
File "/usr/local/lib/python2.7/dist-packages/compose/project.py", line 142, in get_service
raise NoSuchService(name)
File "/usr/local/lib/python2.7/dist-packages/compose/project.py", line 632, in __init__
self.msg = "No such service: %s" % self.name
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 0: ordinal not in range(128)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment