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
I'm on OSX 10.11.6 with Docker Version 17.03.0-ce-mac2. When trying to run:
$craftman --port=8080 install
I get
ERROR: Dependency conflict: an older version of the 'docker-py' package is polluting the namespace. Run the following command to remedy the issue:
pip uninstall docker docker-py; pip install docker
I ran those commands as root, but it still came back the same. Is this an issue when using craftman with the new version of Docker maybe?
Cheers
The text was updated successfully, but these errors were encountered:
I'm on OSX 10.11.6 with Docker Version 17.03.0-ce-mac2. When trying to run:
$craftman --port=8080 install
I get
I ran those commands as root, but it still came back the same. Is this an issue when using craftman with the new version of Docker maybe?
Cheers
The text was updated successfully, but these errors were encountered: