You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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"
The text was updated successfully, but these errors were encountered: