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

Failed to update dependencies to their latest version for rhel:8 environment #13

Open
khebhut bot opened this issue Nov 26, 2021 · 1 comment
Open
Labels
bot kind/bug Categorizes issue or PR as related to a bug. priority/critical-urgent Highest priority. Must be actively worked on as someone's top priority right now.

Comments

@khebhut
Copy link

khebhut bot commented Nov 26, 2021

Automatic dependency update failed for the current master with SHA e274613.

The automatic dependency management cannot continue. Please fix errors reported bellow.

Command
  $ pipenv update --dev
Standard output
Running $ pipenv lock then $ pipenv sync.

Standard error
Creating a virtualenv for this project...
Pipfile: /tmp/clone-dir/Pipfile
Using /home/user/.local/share/virtualenvs/user-5PivF_Od/bin/python3.8 (3.8.8) to create virtualenv...
created virtual environment CPython3.8.8.final.0-64 in 2076ms
  creator CPython3Posix(dest=/tmp/clone-dir/.venv, clear=False, no_vcs_ignore=False, global=False)
  seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/tmp/tmp75o22e8x)
    added seed packages: pip==21.3.1, setuptools==58.3.0, wheel==0.37.0
  activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator


Successfully created virtual environment!
�[KVirtualenv location: /tmp/clone-dir/.venv
Locking [dev-packages] dependencies...
Locking [packages] dependencies...

Building requirements...
�[K
Resolving dependencies...
�[K
FAIL
�[K[ResolutionFailure]:   File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/resolver.py", line 741, in _main
[ResolutionFailure]:       resolve_packages(pre, clear, verbose, system, write, requirements_dir, packages, dev)
[ResolutionFailure]:   File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/resolver.py", line 702, in resolve_packages
[ResolutionFailure]:       results, resolver = resolve(
[ResolutionFailure]:   File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/resolver.py", line 684, in resolve
[ResolutionFailure]:       return resolve_deps(
[ResolutionFailure]:   File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/utils.py", line 1395, in resolve_deps
[ResolutionFailure]:       results, hashes, markers_lookup, resolver, skipped = actually_resolve_deps(
[ResolutionFailure]:   File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/utils.py", line 1108, in actually_resolve_deps
[ResolutionFailure]:       resolver.resolve()
[ResolutionFailure]:   File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/utils.py", line 833, in resolve
[ResolutionFailure]:       raise ResolutionFailure(message=str(e))
[pipenv.exceptions.ResolutionFailure]: Warning: Your dependencies could not be resolved. You likely have a mismatch in your sub-dependencies.
  First try clearing your dependency cache with $ pipenv lock --clear, then try the original command again.
 Alternatively, you can use $ pipenv install --skip-lock to bypass this mechanism, then run $ pipenv graph to inspect the situation.
  Hint: try $ pipenv lock --pre if it is a pre-release dependency.
ERROR: Could not find a version that matches click<8.0,<8.1,>=5.1,>=8.0.0a1 (from seldon-core==1.11.2->-r /tmp/pipenvlpd6z4pdrequirements/pipenv-a9cnttcv-constraints.txt (line 5))
Tried: 0.1, 0.1, 0.2, 0.2, 0.3, 0.3, 0.4, 0.4, 0.5, 0.5, 0.5.1, 0.5.1, 0.6, 0.6, 0.7, 0.7, 1.0, 1.0, 1.1, 1.1, 2.0, 2.0, 2.1, 2.1, 2.2, 2.2, 2.3, 2.3, 2.4, 2.4, 2.5, 2.5, 2.6, 2.6, 3.0, 3.0, 3.1, 3.1, 3.2, 3.2, 3.3, 3.3, 4.0, 4.0, 4.1, 4.1, 5.0, 5.0, 5.1, 5.1, 6.0, 6.0, 6.1, 6.1, 6.2, 6.2, 6.3, 6.3, 6.4, 6.4, 6.5, 6.6, 6.6, 6.7, 6.7, 7.0, 7.0, 7.1, 7.1, 7.1.1, 7.1.1, 7.1.2, 7.1.2, 8.0.0, 8.0.0, 8.0.1, 8.0.1, 8.0.2, 8.0.2, 8.0.3, 8.0.3
Skipped pre-versions: 6.7.dev0, 8.0.0a1, 8.0.0a1, 8.0.0rc1, 8.0.0rc1
There are incompatible versions in the resolved dependencies:
  click<8.0,>=5.1 (from flask==1.1.4->seldon-core==1.11.2->-r /tmp/pipenvlpd6z4pdrequirements/pipenv-a9cnttcv-constraints.txt (line 5))
  click<8.1,>=8.0.0a1 (from seldon-core==1.11.2->-r /tmp/pipenvlpd6z4pdrequirements/pipenv-a9cnttcv-constraints.txt (line 5))


Traceback (most recent call last):
  File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/utils.py", line 1131, in create_spinner
    yield sp
  File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/utils.py", line 1338, in venv_resolve_deps
    c = resolve(cmd, sp)
  File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/utils.py", line 1176, in resolve
    sys.exit(c.return_code)
SystemExit: 1

�[K
Environment details

Kebechet version: 1.6.6
Python version: 3.8.8
Platform: Linux-4.18.0-305.10.2.el8_4.x86_64-x86_64-with-glibc2.2.5
pipenv version: pipenv, version 2020.11.15


Dependency graph
Unable to obtain dependency graph:

An error occurred while installing alibi! Will try again.
An error occurred while installing tensorflow! Will try again.
[InstallError]:   File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/cli/command.py", line 233, in install
[InstallError]:       retcode = do_install(
[InstallError]:   File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/core.py", line 2052, in do_install
[InstallError]:       do_init(
[InstallError]:   File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/core.py", line 1304, in do_init
[InstallError]:       do_install_dependencies(
[InstallError]:   File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/core.py", line 899, in do_install_dependencies
[InstallError]:       batch_install(
[InstallError]:   File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/core.py", line 796, in batch_install
[InstallError]:       _cleanup_procs(procs, failed_deps_queue, retry=retry)
[InstallError]:   File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/core.py", line 703, in _cleanup_procs
[InstallError]:       raise exceptions.InstallError(c.dep.name, extra=err_lines)
[pipenv.exceptions.InstallError]: Collecting alibi
[pipenv.exceptions.InstallError]:   Using cached alibi-0.6.2-py3-none-any.whl (390 kB)
[pipenv.exceptions.InstallError]: Collecting scikit-image!=0.17.1,<0.19,>=0.14.2
[pipenv.exceptions.InstallError]:   Using cached scikit_image-0.18.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (30.2 MB)
[pipenv.exceptions.InstallError]: Collecting scikit-learn<1.1.0,>=0.20.2
[pipenv.exceptions.InstallError]:   Using cached scikit_learn-1.0.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (25.9 MB)
[pipenv.exceptions.InstallError]: Requirement already satisfied: Pillow<9.0,>=5.4.1 in ./.venv/lib64/python3.8/site-packages (from alibi->-r /tmp/pipenv-47f43y3t-requirements/pipenv-fm9vxwai-requirement.txt (line 1)) (8.4.0)
[pipenv.exceptions.InstallError]: Requirement already satisfied: attrs<22.0.0,>=19.2.0 in ./.venv/lib/python3.8/site-packages (from alibi->-r /tmp/pipenv-47f43y3t-requirements/pipenv-fm9vxwai-requirement.txt (line 1)) (21.2.0)
[pipenv.exceptions.InstallError]: Collecting spacy[lookups]<4.0.0,>=2.0.0
[pipenv.exceptions.InstallError]:   Using cached spacy-3.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.2 MB)
[pipenv.exceptions.InstallError]: Requirement already satisfied: requests<3.0.0,>=2.21.0 in ./.venv/lib/python3.8/site-packages (from alibi->-r /tmp/pipenv-47f43y3t-requirements/pipenv-fm9vxwai-requirement.txt (line 1)) (2.26.0)
[pipenv.exceptions.InstallError]: Collecting dill<0.4.0,>=0.3.0
[pipenv.exceptions.InstallError]:   Using cached dill-0.3.4-py2.py3-none-any.whl (86 kB)
[pipenv.exceptions.InstallError]: Collecting transformers<5.0.0,>=4.7.0
[pipenv.exceptions.InstallError]:   Using cached transformers-4.12.5-py3-none-any.whl (3.1 MB)
[pipenv.exceptions.InstallError]: Collecting pandas<2.0.0,>=0.23.3
[pipenv.exceptions.InstallError]:   Using cached pandas-1.3.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.5 MB)
[pipenv.exceptions.InstallError]: Requirement already satisfied: numpy<2.0.0,>=1.16.2 in ./.venv/lib64/python3.8/site-packages (from alibi->-r /tmp/pipenv-47f43y3t-requirements/pipenv-fm9vxwai-requirement.txt (line 1)) (1.21.4)
[pipenv.exceptions.InstallError]: Collecting scipy<2.0.0,>=1.1.0
[pipenv.exceptions.InstallError]:   Using cached scipy-1.7.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (39.3 MB)
[pipenv.exceptions.InstallError]: Collecting tqdm<5.0.0,>=4.28.1
[pipenv.exceptions.InstallError]:   Using cached tqdm-4.62.3-py2.py3-none-any.whl (76 kB)
[pipenv.exceptions.InstallError]: Requirement already satisfied: matplotlib<4.0.0,>=3.0.0 in ./.venv/lib64/python3.8/site-packages (from alibi->-r /tmp/pipenv-47f43y3t-requirements/pipenv-fm9vxwai-requirement.txt (line 1)) (3.5.0)
[pipenv.exceptions.InstallError]: Collecting tensorflow!=2.6.0,!=2.6.1,<2.7.0,>=2.0.0
ERROR: Couldn't install package: alibi
 Package installation failed...
/usr/lib64/python3.8/subprocess.py:946: ResourceWarning: subprocess 199 is still running
  _warn("subprocess %s is still running" % self.pid,
sys:1: ResourceWarning: unclosed file <_io.FileIO name=6 mode='wb' closefd=True>
sys:1: ResourceWarning: unclosed file <_io.FileIO name=7 mode='rb' closefd=True>

Notes

For more information, see Pipfile and Pipfile.lock.

Once this issue is resolved, the issue will be automatically closed by bot.

/label thoth/potential-flake
/kind bug
/priority critical-urgent

@khebhut khebhut bot added the bot label Nov 26, 2021
@sesheta sesheta added kind/bug Categorizes issue or PR as related to a bug. priority/critical-urgent Highest priority. Must be actively worked on as someone's top priority right now. labels Nov 26, 2021
@sesheta
Copy link

sesheta commented Nov 26, 2021

@khebhut[bot]: The label(s) /label thoth/potential-flake cannot be applied. These labels are supported: community/discussion, community/group-programming, community/maintenance, community/question, deployment_name/ocp4-stage, deployment_name/ocp4-test, deployment_name/moc-prod, hacktoberfest, hacktoberfest-accepted, kind/cleanup, kind/demo, kind/deprecation, kind/documentation, kind/question, sig/advisor, sig/build, sig/cyborgs, sig/devops, sig/documentation, sig/indicators, sig/investigator, sig/knowledge-graph, sig/slo, sig/solvers, thoth/group-programming, thoth/human-intervention-required, thoth/potential-observation, tide/merge-method-merge, tide/merge-method-rebase, tide/merge-method-squash, triage/accepted, triage/duplicate, triage/needs-information, triage/not-reproducible, triage/unresolved, lifecycle/submission-accepted, lifecycle/submission-rejected

In response to this:

Automatic dependency update failed for the current master with SHA e274613.

The automatic dependency management cannot continue. Please fix errors reported bellow.

Command
 $ pipenv update --dev
Standard output
Running $ pipenv lock then $ pipenv sync.

Standard error
Creating a virtualenv for this project...
Pipfile: /tmp/clone-dir/Pipfile
Using /home/user/.local/share/virtualenvs/user-5PivF_Od/bin/python3.8 (3.8.8) to create virtualenv...
created virtual environment CPython3.8.8.final.0-64 in 2076ms
 creator CPython3Posix(dest=/tmp/clone-dir/.venv, clear=False, no_vcs_ignore=False, global=False)
 seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/tmp/tmp75o22e8x)
   added seed packages: pip==21.3.1, setuptools==58.3.0, wheel==0.37.0
 activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator


Successfully created virtual environment!
�[KVirtualenv location: /tmp/clone-dir/.venv
Locking [dev-packages] dependencies...
Locking [packages] dependencies...

Building requirements...
�[K
Resolving dependencies...
�[K
FAIL
�[K[ResolutionFailure]:   File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/resolver.py", line 741, in _main
[ResolutionFailure]:       resolve_packages(pre, clear, verbose, system, write, requirements_dir, packages, dev)
[ResolutionFailure]:   File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/resolver.py", line 702, in resolve_packages
[ResolutionFailure]:       results, resolver = resolve(
[ResolutionFailure]:   File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/resolver.py", line 684, in resolve
[ResolutionFailure]:       return resolve_deps(
[ResolutionFailure]:   File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/utils.py", line 1395, in resolve_deps
[ResolutionFailure]:       results, hashes, markers_lookup, resolver, skipped = actually_resolve_deps(
[ResolutionFailure]:   File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/utils.py", line 1108, in actually_resolve_deps
[ResolutionFailure]:       resolver.resolve()
[ResolutionFailure]:   File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/utils.py", line 833, in resolve
[ResolutionFailure]:       raise ResolutionFailure(message=str(e))
[pipenv.exceptions.ResolutionFailure]: Warning: Your dependencies could not be resolved. You likely have a mismatch in your sub-dependencies.
 First try clearing your dependency cache with $ pipenv lock --clear, then try the original command again.
Alternatively, you can use $ pipenv install --skip-lock to bypass this mechanism, then run $ pipenv graph to inspect the situation.
 Hint: try $ pipenv lock --pre if it is a pre-release dependency.
ERROR: Could not find a version that matches click<8.0,<8.1,>=5.1,>=8.0.0a1 (from seldon-core==1.11.2->-r /tmp/pipenvlpd6z4pdrequirements/pipenv-a9cnttcv-constraints.txt (line 5))
Tried: 0.1, 0.1, 0.2, 0.2, 0.3, 0.3, 0.4, 0.4, 0.5, 0.5, 0.5.1, 0.5.1, 0.6, 0.6, 0.7, 0.7, 1.0, 1.0, 1.1, 1.1, 2.0, 2.0, 2.1, 2.1, 2.2, 2.2, 2.3, 2.3, 2.4, 2.4, 2.5, 2.5, 2.6, 2.6, 3.0, 3.0, 3.1, 3.1, 3.2, 3.2, 3.3, 3.3, 4.0, 4.0, 4.1, 4.1, 5.0, 5.0, 5.1, 5.1, 6.0, 6.0, 6.1, 6.1, 6.2, 6.2, 6.3, 6.3, 6.4, 6.4, 6.5, 6.6, 6.6, 6.7, 6.7, 7.0, 7.0, 7.1, 7.1, 7.1.1, 7.1.1, 7.1.2, 7.1.2, 8.0.0, 8.0.0, 8.0.1, 8.0.1, 8.0.2, 8.0.2, 8.0.3, 8.0.3
Skipped pre-versions: 6.7.dev0, 8.0.0a1, 8.0.0a1, 8.0.0rc1, 8.0.0rc1
There are incompatible versions in the resolved dependencies:
 click<8.0,>=5.1 (from flask==1.1.4->seldon-core==1.11.2->-r /tmp/pipenvlpd6z4pdrequirements/pipenv-a9cnttcv-constraints.txt (line 5))
 click<8.1,>=8.0.0a1 (from seldon-core==1.11.2->-r /tmp/pipenvlpd6z4pdrequirements/pipenv-a9cnttcv-constraints.txt (line 5))


Traceback (most recent call last):
 File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/utils.py", line 1131, in create_spinner
   yield sp
 File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/utils.py", line 1338, in venv_resolve_deps
   c = resolve(cmd, sp)
 File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/utils.py", line 1176, in resolve
   sys.exit(c.return_code)
SystemExit: 1

�[K
Environment details

Kebechet version: 1.6.6
Python version: 3.8.8
Platform: Linux-4.18.0-305.10.2.el8_4.x86_64-x86_64-with-glibc2.2.5
pipenv version: pipenv, version 2020.11.15


Dependency graph
Unable to obtain dependency graph:

An error occurred while installing alibi! Will try again.
An error occurred while installing tensorflow! Will try again.
[InstallError]:   File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/cli/command.py", line 233, in install
[InstallError]:       retcode = do_install(
[InstallError]:   File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/core.py", line 2052, in do_install
[InstallError]:       do_init(
[InstallError]:   File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/core.py", line 1304, in do_init
[InstallError]:       do_install_dependencies(
[InstallError]:   File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/core.py", line 899, in do_install_dependencies
[InstallError]:       batch_install(
[InstallError]:   File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/core.py", line 796, in batch_install
[InstallError]:       _cleanup_procs(procs, failed_deps_queue, retry=retry)
[InstallError]:   File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/pipenv/core.py", line 703, in _cleanup_procs
[InstallError]:       raise exceptions.InstallError(c.dep.name, extra=err_lines)
[pipenv.exceptions.InstallError]: Collecting alibi
[pipenv.exceptions.InstallError]:   Using cached alibi-0.6.2-py3-none-any.whl (390 kB)
[pipenv.exceptions.InstallError]: Collecting scikit-image!=0.17.1,<0.19,>=0.14.2
[pipenv.exceptions.InstallError]:   Using cached scikit_image-0.18.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (30.2 MB)
[pipenv.exceptions.InstallError]: Collecting scikit-learn<1.1.0,>=0.20.2
[pipenv.exceptions.InstallError]:   Using cached scikit_learn-1.0.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (25.9 MB)
[pipenv.exceptions.InstallError]: Requirement already satisfied: Pillow<9.0,>=5.4.1 in ./.venv/lib64/python3.8/site-packages (from alibi->-r /tmp/pipenv-47f43y3t-requirements/pipenv-fm9vxwai-requirement.txt (line 1)) (8.4.0)
[pipenv.exceptions.InstallError]: Requirement already satisfied: attrs<22.0.0,>=19.2.0 in ./.venv/lib/python3.8/site-packages (from alibi->-r /tmp/pipenv-47f43y3t-requirements/pipenv-fm9vxwai-requirement.txt (line 1)) (21.2.0)
[pipenv.exceptions.InstallError]: Collecting spacy[lookups]<4.0.0,>=2.0.0
[pipenv.exceptions.InstallError]:   Using cached spacy-3.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.2 MB)
[pipenv.exceptions.InstallError]: Requirement already satisfied: requests<3.0.0,>=2.21.0 in ./.venv/lib/python3.8/site-packages (from alibi->-r /tmp/pipenv-47f43y3t-requirements/pipenv-fm9vxwai-requirement.txt (line 1)) (2.26.0)
[pipenv.exceptions.InstallError]: Collecting dill<0.4.0,>=0.3.0
[pipenv.exceptions.InstallError]:   Using cached dill-0.3.4-py2.py3-none-any.whl (86 kB)
[pipenv.exceptions.InstallError]: Collecting transformers<5.0.0,>=4.7.0
[pipenv.exceptions.InstallError]:   Using cached transformers-4.12.5-py3-none-any.whl (3.1 MB)
[pipenv.exceptions.InstallError]: Collecting pandas<2.0.0,>=0.23.3
[pipenv.exceptions.InstallError]:   Using cached pandas-1.3.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.5 MB)
[pipenv.exceptions.InstallError]: Requirement already satisfied: numpy<2.0.0,>=1.16.2 in ./.venv/lib64/python3.8/site-packages (from alibi->-r /tmp/pipenv-47f43y3t-requirements/pipenv-fm9vxwai-requirement.txt (line 1)) (1.21.4)
[pipenv.exceptions.InstallError]: Collecting scipy<2.0.0,>=1.1.0
[pipenv.exceptions.InstallError]:   Using cached scipy-1.7.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (39.3 MB)
[pipenv.exceptions.InstallError]: Collecting tqdm<5.0.0,>=4.28.1
[pipenv.exceptions.InstallError]:   Using cached tqdm-4.62.3-py2.py3-none-any.whl (76 kB)
[pipenv.exceptions.InstallError]: Requirement already satisfied: matplotlib<4.0.0,>=3.0.0 in ./.venv/lib64/python3.8/site-packages (from alibi->-r /tmp/pipenv-47f43y3t-requirements/pipenv-fm9vxwai-requirement.txt (line 1)) (3.5.0)
[pipenv.exceptions.InstallError]: Collecting tensorflow!=2.6.0,!=2.6.1,<2.7.0,>=2.0.0
ERROR: Couldn't install package: alibi
Package installation failed...
/usr/lib64/python3.8/subprocess.py:946: ResourceWarning: subprocess 199 is still running
 _warn("subprocess %s is still running" % self.pid,
sys:1: ResourceWarning: unclosed file <_io.FileIO name=6 mode='wb' closefd=True>
sys:1: ResourceWarning: unclosed file <_io.FileIO name=7 mode='rb' closefd=True>

Notes

For more information, see Pipfile and Pipfile.lock.

Once this issue is resolved, the issue will be automatically closed by bot.

/label thoth/potential-flake
/kind bug
/priority critical-urgent

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot kind/bug Categorizes issue or PR as related to a bug. priority/critical-urgent Highest priority. Must be actively worked on as someone's top priority right now.
Projects
None yet
Development

No branches or pull requests

1 participant