Advertisement
otubo

Untitled

Jan 22nd, 2021
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. ERROR: invocation failed (exit code 1), logfile: /home/eterrell/develop/github/cloud-init/.tox/pylint/log/pylint-1.log
  2. ERROR: actionid: pylint
  3. msg: getenv
  4. cmdargs: '/home/eterrell/develop/github/cloud-init/.tox/pylint/bin/python -m pip install pylint==2.6.0 -r/home/eterrell/develop/github/cloud-init/test-requirements.txt -r/home/eterrell/develop/github/cloud-init/cloud-tests-requirements.txt -r/home/eterrell/develop/github/cloud-init/integration-requirements.txt'
  5.  
  6. Requirement already satisfied: setuptools in ./.tox/pylint/lib/python3.6/site-packages (from -r /home/eterrell/develop/github/cloud-init/test-requirements.txt (line 7)) (51.3.3)
  7. Collecting git+https://git.launchpad.net/simplestreams (from -r /home/eterrell/develop/github/cloud-init/cloud-tests-requirements.txt (line 19))
  8. Cloning https://git.launchpad.net/simplestreams to /tmp/pip-req-build-ugc5tp6u
  9. Collecting pycloudlib@ git+https://github.com/canonical/pycloudlib.git@39805087affaed07b266d64cf0d883be775b5c0f
  10. Cloning https://github.com/canonical/pycloudlib.git (to revision 39805087affaed07b266d64cf0d883be775b5c0f) to /tmp/pip-install-58xvbgf4/pycloudlib_3bc7e963c4d444529e514ff7cbdaf3c3
  11. ERROR: Cannot install -r /home/eterrell/develop/github/cloud-init/integration-requirements.txt (line 4) and azure-mgmt-resource==4.0.0 because these package versions have conflicting dependencies.
  12.  
  13. The conflict is caused by:
  14. The user requested azure-mgmt-resource==4.0.0
  15. pycloudlib 18.8 depends on azure-mgmt-resource<15 and >=10.0.0
  16.  
  17. To fix this you could try to:
  18. 1. loosen the range of package versions you've specified
  19. 2. remove package versions to allow pip attempt to solve the dependency conflict
  20.  
  21. ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
  22.  
  23. ERROR: could not install deps [pylint==2.6.0, -r/home/eterrell/develop/github/cloud-init/test-requirements.txt, -r/home/eterrell/develop/github/cloud-init/cloud-tests-requirements.txt, -r/home/eterrell/develop/github/cloud-init/integration-requirements.txt]; v = InvocationError('/home/eterrell/develop/github/cloud-init/.tox/pylint/bin/python -m pip install pylint==2.6.0 -r/home/eterrell/develop/github/cloud-init/test-requirements.txt -r/home/eterrell/develop/github/cloud-init/cloud-tests-requirements.txt -r/home/eterrell/develop/github/cloud-init/integration-requirements.txt (see /home/eterrell/develop/github/cloud-init/.tox/pylint/log/pylint-1.log)', 1)
  24. ___________________________________________________________________________________________________________________________________ summary ____________________________________________________________________________________________________________________________________
  25. py3: commands succeeded
  26. xenial-dev: commands succeeded
  27. flake8: commands succeeded
  28. ERROR: pylint: could not install deps [pylint==2.6.0, -r/home/eterrell/develop/github/cloud-init/test-requirements.txt, -r/home/eterrell/develop/github/cloud-init/cloud-tests-requirements.txt, -r/home/eterrell/develop/github/cloud-init/integration-requirements.txt]; v = InvocationError('/home/eterrell/develop/github/cloud-init/.tox/pylint/bin/python -m pip install pylint==2.6.0 -r/home/eterrell/develop/github/cloud-init/test-requirements.txt -r/home/eterrell/develop/github/cloud-init/cloud-tests-requirements.txt -r/home/eterrell/develop/github/cloud-init/integration-requirements.txt (see /home/eterrell/develop/github/cloud-init/.tox/pylint/log/pylint-1.log)', 1)
  29.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement