Skip to content

Instantly share code, notes, and snippets.

@orsenthil
Created January 3, 2019 00:14
Show Gist options
  • Save orsenthil/6b16d02c0b730d26188659cbe05bfcca to your computer and use it in GitHub Desktop.
Save orsenthil/6b16d02c0b730d26188659cbe05bfcca to your computer and use it in GitHub Desktop.
dcos-e2e error message
# 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/dcos-e2e.git@2018.12.10.0
```
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