Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ascii codec problem, can't use laradock #1005

Closed
janva255 opened this issue Jun 9, 2017 · 3 comments
Closed

Ascii codec problem, can't use laradock #1005

janva255 opened this issue Jun 9, 2017 · 3 comments
Labels

Comments

@janva255
Copy link

janva255 commented Jun 9, 2017

Info:

  • Docker version ($ docker --version): Docker version 17.03.1-ce, build c6d412e
  • Laradock commit ($ git rev-parse HEAD): 26ee54a
  • System info (Mac, PC, Linux): PC
  • System info disto/version: Windows 10 x64

Issue:

What seems to be going wrong?

I try to run the basic steps to get everything up [http://laradock.io/introduction/](from here) and it's not working when i run docker-compose up -d nginx mysql redis beanstalkd or docker-compose up -d nginx mysql

It throws this:

Traceback (most recent call last):
  File "docker-compose", line 3, in <module>
  File "compose\cli\main.py", line 64, in main
  File "compose\cli\main.py", line 113, in perform_command
  File "compose\cli\command.py", line 36, in project_from_options
  File "compose\cli\command.py", line 103, in get_project
  File "compose\config\config.py", line 333, in load
  File "compose\config\config.py", line 457, in load_services
  File "compose\config\config.py", line 436, in build_services
  File "compose\config\config.py", line 421, in build_service
  File "compose\config\config.py", line 668, in process_service
  File "compose\config\config.py", line 988, in resolve_volume_paths
  File "compose\config\config.py", line 998, in resolve_volume_path
  File "ntpath.py", line 311, in expanduser
UnicodeDecodeError: 'ascii' codec can't decode byte 0xed in position 14: ordinal not in range(128)
Failed to execute script docker-compose

Expected behavior:

What should be happening instead?

Reproduce:

How might we be able to reproduce the error?

Relevant Code:

// place code here
@pawlox
Copy link

pawlox commented Jun 17, 2017

I have the same problem. What is your Windows user name? Mine contains non ascii characters and I think this is the problem (the same was with Vagrant). Some users recommend to install docker in Python 3 environment instead 2.7 but I have installed Python 3 and it didn't helped :/

@stale
Copy link

stale bot commented Feb 2, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Stale label Feb 2, 2020
@stale
Copy link

stale bot commented Feb 23, 2020

Hi again 👋 we would like to inform you that this issue has been automatically closed 🔒 because it had not recent activity during the stale period. We really really appreciate your contributions, and looking forward for more in the future 🎈.

@stale stale bot closed this as completed Feb 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants