Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run_tox lint fails with deps error #73

Open
nizamial09 opened this issue Feb 14, 2023 · 0 comments
Open

run_tox lint fails with deps error #73

nizamial09 opened this issue Feb 14, 2023 · 0 comments

Comments

@nizamial09
Copy link
Member

✘  ~/projects/ceph-dev   downstream-build-changes  docker-compose run --rm ceph /docker/ci/sanity-checks.sh run_tox lint                          
Running Tox...
lint recreate: /ceph/src/pybind/mgr/dashboard/.tox/lint
lint installdeps: -rrequirements.txt, -cconstraints.txt, -rrequirements-lint.txt
ERROR: invocation failed (exit code 1), logfile: /ceph/src/pybind/mgr/dashboard/.tox/lint/log/lint-1.log
=============================================== log start ===============================================
Obtaining file:///ceph/src/python-common (from -r requirements.txt (line 8))
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting bcrypt
  Downloading bcrypt-3.1.4-cp36-cp36m-manylinux1_x86_64.whl (54 kB)
Collecting CherryPy
  Downloading CherryPy-13.1.0-py2.py3-none-any.whl (430 kB)
Collecting more-itertools
  Downloading more_itertools-8.14.0-py3-none-any.whl (52 kB)
Collecting PyJWT
  Downloading PyJWT-2.0.1-py3-none-any.whl (15 kB)
Collecting pyopenssl
  Downloading pyOpenSSL-23.0.0-py3-none-any.whl (57 kB)
Collecting requests
  Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB)
Collecting Routes
  Downloading Routes-2.4.1-py2.py3-none-any.whl (48 kB)
Collecting prettytable
  Downloading prettytable-2.5.0-py3-none-any.whl (24 kB)
Collecting pytest
  Downloading pytest-7.0.1-py3-none-any.whl (296 kB)
Collecting pyyaml
  Downloading PyYAML-6.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (603 kB)
Collecting natsort
  Downloading natsort-8.2.0-py3-none-any.whl (37 kB)
Requirement already satisfied: setuptools in ./.tox/lint/lib/python3.6/site-packages (from -r requirements.txt (line 13)) (59.6.0)
Collecting jsonpatch
  Downloading jsonpatch-1.32-py2.py3-none-any.whl (12 kB)
Collecting pylint==2.6.0
  Downloading pylint-2.6.0-py3-none-any.whl (325 kB)
Collecting flake8==3.9.0
  Downloading flake8-3.9.0-py2.py3-none-any.whl (73 kB)
Collecting flake8-colors==0.1.6
  Downloading flake8-colors-0.1.6.tar.gz (2.2 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting rstcheck==3.3.1
  Downloading rstcheck-3.3.1.tar.gz (13 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting autopep8==1.5.7
  Downloading autopep8-1.5.7-py2.py3-none-any.whl (45 kB)
Collecting pyfakefs==4.5.0
  Downloading pyfakefs-4.5.0-py3-none-any.whl (186 kB)
Collecting isort==5.5.3
  Downloading isort-5.5.3-py3-none-any.whl (95 kB)
ERROR: Could not find a version that satisfies the requirement jsonschema==4.16.0 (from versions: 0.1a0, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8.0, 1.0.0, 1.1.0, 1.2.0, 1.3.0, 2.0.0, 2.1.0, 2.2.0, 2.3.0, 2.4.0, 2.5.0, 2.5.1, 2.6.0, 3.0.0a1, 3.0.0a2, 3.0.0a3, 3.0.0a4, 3.0.0a5, 3.0.0a6, 3.0.0b1, 3.0.0b2, 3.0.0b3, 3.0.0, 3.0.1, 3.0.2, 3.1.0, 3.1.1, 3.2.0, 4.0.0a1, 4.0.0a2, 4.0.0a3, 4.0.0a4, 4.0.0a5, 4.0.0a6, 4.0.0)
ERROR: No matching distribution found for jsonschema==4.16.0

================================================ log end ================================================
ERROR: could not install deps [-rrequirements.txt, -cconstraints.txt, -rrequirements-lint.txt]; v = InvocationError('/ceph/src/pybind/mgr/dashboard/.tox/lint/bin/python -m pip install -rrequirements.txt -cconstraints.txt -rrequirements-lint.txt', 1)
________________________________________________ summary ________________________________________________
ERROR:   lint: could not install deps [-rrequirements.txt, -cconstraints.txt, -rrequirements-lint.txt]; v = InvocationError('/ceph/src/pybind/mgr/dashboard/.tox/lint/bin/python -m pip install -rrequirements.txt -cconstraints.txt -rrequirements-lint.txt', 1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant