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

"ImportError: No module named ssl_match_hostname" on Install Script (Docker Container Build) #72

Open
curt2199 opened this issue Feb 6, 2020 · 0 comments

Comments

@curt2199
Copy link

curt2199 commented Feb 6, 2020

Just an FYI when following the current installation directions. I ran into an issue at the docker install on the current Raspbian Lite Image.

Installing using your "sudo pip install docker-compose" command leaves missing dependencies with the current version of docker resulting in the following error when running the bash install script:

ImportError: No module named ssl_match_hostname

Instead I removed docker and reinstalled using the following command:

sudo apt install python-docker

This then allowed script to run correctly and build the docker containers.

After this I searched the issue tracker and it seems this has been around for some time. It would probably save some time to update the instructions to use "sudo apt install python-docker" instead of the current command.

"#44"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant