Giter Site home page Giter Site logo

Comments (2)

regit avatar regit commented on June 8, 2024

To reproduce:

  • create directory with accentuation
  • export LANG=C
  • from that directory run setup
  • then run start

from amsterdam.

regit avatar regit commented on June 8, 2024

Traceback is:

Traceback (most recent call last):
  File "/usr/bin/docker-compose", line 9, in <module>
    load_entry_point('docker-compose==1.5.1', 'console_scripts', 'docker-compose')()
  File "/usr/lib/python2.7/dist-packages/compose/cli/main.py", line 54, in main
    command.sys_dispatch()
  File "/usr/lib/python2.7/dist-packages/compose/cli/docopt_command.py", line 23, in sys_dispatch
    self.dispatch(sys.argv[1:], None)
  File "/usr/lib/python2.7/dist-packages/compose/cli/docopt_command.py", line 26, in dispatch
    self.perform_command(*self.parse(argv, global_options))
  File "/usr/lib/python2.7/dist-packages/compose/cli/main.py", line 169, in perform_command
    project = project_from_options(self.base_dir, options)
  File "/usr/lib/python2.7/dist-packages/compose/cli/command.py", line 54, in project_from_options
    network_driver=options.get('--x-network-driver'),
  File "/usr/lib/python2.7/dist-packages/compose/cli/command.py", line 90, in get_project
    config.load(config_details),
  File "/usr/lib/python2.7/dist-packages/compose/config/config.py", line 227, in load
    return build_services(config_file)
  File "/usr/lib/python2.7/dist-packages/compose/config/config.py", line 208, in build_services
    for name, service_dict in config_file.config.items()
  File "/usr/lib/python2.7/dist-packages/compose/config/config.py", line 201, in build_service
    validate_paths(service_dict)
  File "/usr/lib/python2.7/dist-packages/compose/config/config.py", line 530, in validate_paths
    if not os.path.exists(build_path) or not os.access(build_path, os.R_OK):
  File "/usr/lib/python2.7/genericpath.py", line 26, in exists
    os.stat(path)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 29: ordinal not in range(128)

from amsterdam.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.