Created
January 3, 2019 00:14
-
-
Save orsenthil/6b16d02c0b730d26188659cbe05bfcca to your computer and use it in GitHub Desktop.
dcos-e2e error message
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# dcos-e2e error message | |
Step 1. Created Python3.5 Virtual Environment | |
Step 2. Built DC/OS | |
Step 3. Installed DC/OS E2E | |
pip3 install --upgrade git+https://github.com/dcos/[email protected] | |
``` | |
dcos-image 0.1 has requirement azure-common==1.1.4, but you'll have azure-common 1.1.16 which is incompatible. | |
dcos-image 0.1 has requirement azure-mgmt-network==0.30.0rc4, but you'll have azure-mgmt-network 2.2.1 which is incompatible. | |
dcos-image 0.1 has requirement azure-mgmt-resource==0.30.0rc4, but you'll have azure-mgmt-resource 2.0.0 which is incompatible. | |
dcos-image 0.1 has requirement keyring==9.1, but you'll have keyring 16.0.2 which is incompatible. | |
dcos-image 0.1 has requirement msrest==0.4.17, but you'll have msrest 0.6.2 which is incompatible. | |
dcos-image 0.1 has requirement msrestazure==0.4.15, but you'll have msrestazure 0.4.34 which is incompatible. | |
msrestazure 0.4.34 has requirement adal<2.0.0,>=0.5.0, but you'll have adal 0.4.7 which is incompatible. | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment