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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash upon updating all packages via pipupgrade #152

Open
c-mahn opened this issue Apr 28, 2023 · 1 comment
Open

Crash upon updating all packages via pipupgrade #152

c-mahn opened this issue Apr 28, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@c-mahn
Copy link

c-mahn commented Apr 28, 2023

What's the bug all about?

Some packages could not be updated / crashed pipupgrade. I was instructed to kindly leave an issue for the devs. 馃檪

What snippet/command led to this issue?

Please type the exact snippet/command that led to this issue.

$ pipupgrade --verbose --latest --yes

Logs

Please paste the logs using pipupgrade --verbose

/home/christopher/.local/lib/python3.10/site-packages/requests/__init__.py:109: RequestsDependencyWarning: urllib3 (2.0.0) or chardet (5.1.0)/charset_normalizer (2.1.1) doesn't match a supported version!
  warnings.warn(
bpyutils | 2023-04-28 22:10:01,433 | INFO | Environment: {'version': '0.5.8', 'python_version': '3.10.10', 'os': 'Linux-6.2.12-zen1-1-zen-x86_64-with-glibc2.37', 'config': {'path': {'BASE': '/home/christopher/.local/lib/python3.10/site-packages/bpyutils', 'DATA': '/home/christopher/.local/lib/python3.10/site-packages/bpyutils/data', 'CACHE': '/home/christopher/.config/bpyutils', 'JOBS': '/home/christopher/.local/lib/python3.10/site-packages/bpyutils/jobs'}}, 'settings': {'settings': {'version': '0.5.8', 'cache_timeout': '86400', 'jobs': '32', 'max_chunk_download_bytes': '1024'}}}
bpyutils | 2023-04-28 22:10:01,433 | INFO | Arguments Passed: {'args': (), 'kwargs': {'ARGUMENTS': <class 'inspect._empty'>, 'packages': [], 'resolve': False, 'ignore': None, 'pip_path': None, 'yes': True, 'clean': 0, 'check': 0, 'upgrade_type': ['minor', 'patch'], 'latest': True, 'format': 'table', 'all': 0, 'pip': 0, 'self': False, 'requirements': None, 'pipfile': None, 'interactive': 0, 'project': None, 'git_username': None, 'git_email': None, 'pull_request': False, 'github_access_token': None, 'github_reponame': None, 'github_username': None, 'target_branch': 'master', 'jobs': 32, 'user': 0, 'no_included_requirements': 0, 'no_cache': 0, 'output': None, 'ignore_error': 0, 'force': 0, 'doctor': False, 'no_color': 0, 'verbose': True}, 'a': <pipupgrade.commands.to_params.<locals>.O object at 0x7f4a41db3790>}
Checking...
bpyutils | 2023-04-28 22:10:01,434 | INFO | `pip` executables found: ['/usr/bin/pip', '/usr/bin/pip3']
bpyutils | 2023-04-28 22:10:01,434 | INFO | Using 32 jobs...
bpyutils | 2023-04-28 22:10:01,453 | INFO | Fetching installed packages for /usr/bin/pip...
bpyutils | 2023-04-28 22:10:01,453 | INFO | Fetching installed packages for /usr/bin/pip3...
bpyutils | 2023-04-28 22:10:01,453 | INFO | Executing command: /usr/bin/pip list --outdated --format json
bpyutils | 2023-04-28 22:10:01,454 | INFO | Executing command: /usr/bin/pip3 list --outdated --format json
bpyutils | 2023-04-28 22:11:10,782 | INFO | 48 packages found for /usr/bin/pip.
pipupgrade | 2023-04-28 22:11:10,801 | INFO | Initializing Package {'name': 'aiofiles', 'version': '22.1.0', 'latest_version': '23.1.0', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,802 | INFO | Fetching package aiofiles information from DB...
pipupgrade | 2023-04-28 22:11:10,802 | INFO | Initializing Package {'name': 'aiogithubapi', 'version': '22.12.2', 'latest_version': '23.2.1', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,802 | INFO | Fetching package aiogithubapi information from DB...
pipupgrade | 2023-04-28 22:11:10,802 | INFO | Initializing Package {'name': 'aiohttp', 'version': '3.8.3', 'latest_version': '3.8.4', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,802 | INFO | Fetching package aiohttp information from DB...
pipupgrade | 2023-04-28 22:11:10,802 | INFO | Initializing Package {'name': 'antlr4-python3-runtime', 'version': '4.9.3', 'latest_version': '4.12.0', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,802 | INFO | Initializing Package {'name': 'blosc2', 'version': '2.0.0', 'latest_version': '2.2.0', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,802 | INFO | Fetching package antlr4-python3-runtime information from DB...
pipupgrade | 2023-04-28 22:11:10,802 | INFO | Fetching package blosc2 information from DB...
pipupgrade | 2023-04-28 22:11:10,802 | INFO | Initializing Package {'name': 'boto3', 'version': '1.26.121', 'latest_version': '1.26.123', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,802 | INFO | Initializing Package {'name': 'charset-normalizer', 'version': '2.1.1', 'latest_version': '3.1.0', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,802 | INFO | Fetching package boto3 information from DB...
pipupgrade | 2023-04-28 22:11:10,802 | INFO | Initializing Package {'name': 'botocore', 'version': '1.29.121', 'latest_version': '1.29.123', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,802 | INFO | Fetching package charset-normalizer information from DB...
pipupgrade | 2023-04-28 22:11:10,802 | INFO | Fetching package botocore information from DB...
pipupgrade | 2023-04-28 22:11:10,802 | INFO | Initializing Package {'name': 'coverage', 'version': '7.2.3', 'latest_version': '7.2.4', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,802 | INFO | Initializing Package {'name': 'cryptography', 'version': '39.0.0', 'latest_version': '40.0.2', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,802 | INFO | Fetching package coverage information from DB...
pipupgrade | 2023-04-28 22:11:10,803 | INFO | Fetching package cryptography information from DB...
pipupgrade | 2023-04-28 22:11:10,802 | INFO | Initializing Package {'name': 'fastapi', 'version': '0.88.0', 'latest_version': '0.95.1', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,802 | INFO | Initializing Package {'name': 'Flask', 'version': '2.2.4', 'latest_version': '2.3.1', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,803 | INFO | Fetching package Flask information from DB...
pipupgrade | 2023-04-28 22:11:10,803 | INFO | Fetching package fastapi information from DB...
pipupgrade | 2023-04-28 22:11:10,803 | INFO | Initializing Package {'name': 'gradio', 'version': '3.27.0', 'latest_version': '3.28.0', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,803 | INFO | Initializing Package {'name': 'gql', 'version': '2.0.0', 'latest_version': '3.4.0', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,803 | INFO | Fetching package gradio information from DB...
pipupgrade | 2023-04-28 22:11:10,803 | INFO | Fetching package gql information from DB...
pipupgrade | 2023-04-28 22:11:10,803 | INFO | Initializing Package {'name': 'graphql-core', 'version': '2.3.2', 'latest_version': '3.2.3', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,803 | INFO | Initializing Package {'name': 'gradio_client', 'version': '0.1.3', 'latest_version': '0.1.4', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,803 | INFO | Fetching package graphql-core information from DB...
pipupgrade | 2023-04-28 22:11:10,803 | INFO | Fetching package gradio_client information from DB...
pipupgrade | 2023-04-28 22:11:10,803 | INFO | Initializing Package {'name': 'more-itertools', 'version': '8.14.0', 'latest_version': '9.1.0', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,803 | INFO | Initializing Package {'name': 'ipython', 'version': '8.12.0', 'latest_version': '8.13.0', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,803 | INFO | Fetching package more-itertools information from DB...
pipupgrade | 2023-04-28 22:11:10,803 | INFO | Initializing Package {'name': 'nvidia-cublas-cu11', 'version': '11.10.3.66', 'latest_version': '11.11.3.6', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,803 | INFO | Fetching package ipython information from DB...
pipupgrade | 2023-04-28 22:11:10,803 | INFO | Fetching PyPI info for package <Package boto3 (1.26.121)>...
pipupgrade | 2023-04-28 22:11:10,803 | INFO | Fetching PyPI info for package <Package botocore (1.29.121)>...
pipupgrade | 2023-04-28 22:11:10,803 | INFO | Initializing Package {'name': 'nvidia-cuda-cupti-cu11', 'version': '11.7.101', 'latest_version': '11.8.87', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,803 | INFO | Fetching PyPI info for package <Package aiofiles (22.1.0)>...
pipupgrade | 2023-04-28 22:11:10,803 | INFO | Fetching PyPI info for package <Package aiogithubapi (22.12.2)>...
pipupgrade | 2023-04-28 22:11:10,803 | INFO | Fetching package nvidia-cublas-cu11 information from DB...
bpyutils | 2023-04-28 22:11:10,803 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/boto3/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,803 | INFO | Fetching PyPI info for package <Package blosc2 (2.0.0)>...
bpyutils | 2023-04-28 22:11:10,803 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/botocore/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,803 | INFO | Fetching PyPI info for package <Package graphql-core (2.3.2)>...
pipupgrade | 2023-04-28 22:11:10,803 | INFO | Fetching package nvidia-cuda-cupti-cu11 information from DB...
bpyutils | 2023-04-28 22:11:10,803 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/aiogithubapi/json',) and parameters {}.
bpyutils | 2023-04-28 22:11:10,803 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/aiofiles/json',) and parameters {}.
bpyutils | 2023-04-28 22:11:10,803 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/graphql-core/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,803 | INFO | Fetching PyPI info for package <Package gradio_client (0.1.3)>...
pipupgrade | 2023-04-28 22:11:10,803 | INFO | Initializing Package {'name': 'nvidia-cuda-nvrtc-cu11', 'version': '11.7.99', 'latest_version': '11.8.89', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,803 | INFO | Fetching PyPI info for package <Package more-itertools (8.14.0)>...
bpyutils | 2023-04-28 22:11:10,803 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/blosc2/json',) and parameters {}.
bpyutils | 2023-04-28 22:11:10,804 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/more-itertools/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,804 | INFO | Fetching package nvidia-cuda-nvrtc-cu11 information from DB...
bpyutils | 2023-04-28 22:11:10,804 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/gradio_client/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,803 | INFO | Initializing Package {'name': 'nvidia-cuda-runtime-cu11', 'version': '11.7.99', 'latest_version': '11.8.89', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,804 | INFO | Fetching PyPI info for package <Package nvidia-cuda-cupti-cu11 (11.7.101)>...
bpyutils | 2023-04-28 22:11:10,804 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/nvidia-cuda-cupti-cu11/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,804 | INFO | Fetching package nvidia-cuda-runtime-cu11 information from DB...
pipupgrade | 2023-04-28 22:11:10,804 | INFO | Fetching PyPI info for package <Package nvidia-cublas-cu11 (11.10.3.66)>...
pipupgrade | 2023-04-28 22:11:10,803 | INFO | Initializing Package {'name': 'nvidia-cudnn-cu11', 'version': '8.5.0.96', 'latest_version': '8.9.0.131', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,804 | INFO | Fetching PyPI info for package <Package ipython (8.12.0)>...
pipupgrade | 2023-04-28 22:11:10,804 | INFO | Fetching PyPI info for package <Package gql (2.0.0)>...
pipupgrade | 2023-04-28 22:11:10,804 | INFO | Fetching PyPI info for package <Package nvidia-cuda-nvrtc-cu11 (11.7.99)>...
bpyutils | 2023-04-28 22:11:10,804 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/nvidia-cublas-cu11/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,804 | INFO | Fetching package nvidia-cudnn-cu11 information from DB...
bpyutils | 2023-04-28 22:11:10,804 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/gql/json',) and parameters {}.
bpyutils | 2023-04-28 22:11:10,804 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/nvidia-cuda-nvrtc-cu11/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,803 | INFO | Initializing Package {'name': 'nvidia-curand-cu11', 'version': '10.2.10.91', 'latest_version': '10.3.0.86', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,804 | INFO | Initializing Package {'name': 'nvidia-cusolver-cu11', 'version': '11.4.0.1', 'latest_version': '11.4.1.48', 'latest_filetype': 'wheel'} of type <class 'dict'>...
bpyutils | 2023-04-28 22:11:10,804 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/ipython/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,804 | INFO | Fetching package nvidia-curand-cu11 information from DB...
pipupgrade | 2023-04-28 22:11:10,804 | INFO | Fetching package nvidia-cusolver-cu11 information from DB...
pipupgrade | 2023-04-28 22:11:10,804 | INFO | Fetching PyPI info for package <Package nvidia-cuda-runtime-cu11 (11.7.99)>...
pipupgrade | 2023-04-28 22:11:10,804 | INFO | Initializing Package {'name': 'nvidia-cusparse-cu11', 'version': '11.7.4.91', 'latest_version': '11.7.5.86', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,804 | INFO | Initializing Package {'name': 'nvidia-nccl-cu11', 'version': '2.14.3', 'latest_version': '2.16.5', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,805 | INFO | Fetching PyPI info for package <Package nvidia-cudnn-cu11 (8.5.0.96)>...
bpyutils | 2023-04-28 22:11:10,805 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/nvidia-cuda-runtime-cu11/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,805 | INFO | Fetching package nvidia-cusparse-cu11 information from DB...
bpyutils | 2023-04-28 22:11:10,805 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/nvidia-cudnn-cu11/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,805 | INFO | Fetching package nvidia-nccl-cu11 information from DB...
pipupgrade | 2023-04-28 22:11:10,805 | INFO | Fetching PyPI info for package <Package nvidia-curand-cu11 (10.2.10.91)>...
pipupgrade | 2023-04-28 22:11:10,805 | INFO | Fetching PyPI info for package <Package nvidia-cusolver-cu11 (11.4.0.1)>...
bpyutils | 2023-04-28 22:11:10,805 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/nvidia-curand-cu11/json',) and parameters {}.
bpyutils | 2023-04-28 22:11:10,805 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/nvidia-cusolver-cu11/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,805 | INFO | Fetching PyPI info for package <Package nvidia-cusparse-cu11 (11.7.4.91)>...
pipupgrade | 2023-04-28 22:11:10,805 | INFO | Initializing Package {'name': 'openai', 'version': '0.27.4', 'latest_version': '0.27.5', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,806 | INFO | Fetching package openai information from DB...
pipupgrade | 2023-04-28 22:11:10,806 | INFO | Fetching PyPI info for package <Package nvidia-nccl-cu11 (2.14.3)>...
bpyutils | 2023-04-28 22:11:10,805 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/nvidia-cusparse-cu11/json',) and parameters {}.
bpyutils | 2023-04-28 22:11:10,806 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/nvidia-nccl-cu11/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,805 | INFO | Initializing Package {'name': 'platformdirs', 'version': '3.4.0', 'latest_version': '3.5.0', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,805 | INFO | Initializing Package {'name': 'pandas', 'version': '1.5.2', 'latest_version': '2.0.1', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,805 | INFO | Initializing Package {'name': 'nvidia-nvtx-cu11', 'version': '11.7.91', 'latest_version': '11.8.86', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,806 | INFO | Fetching package pandas information from DB...
pipupgrade | 2023-04-28 22:11:10,806 | INFO | Fetching package platformdirs information from DB...
pipupgrade | 2023-04-28 22:11:10,806 | INFO | Fetching package nvidia-nvtx-cu11 information from DB...
pipupgrade | 2023-04-28 22:11:10,807 | INFO | Fetching PyPI info for package <Package nvidia-nvtx-cu11 (11.7.91)>...
bpyutils | 2023-04-28 22:11:10,807 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/nvidia-nvtx-cu11/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,809 | INFO | Fetching PyPI info for package <Package gradio (3.27.0)>...
pipupgrade | 2023-04-28 22:11:10,809 | INFO | Fetching PyPI info for package <Package aiohttp (3.8.3)>...
pipupgrade | 2023-04-28 22:11:10,809 | INFO | Fetching PyPI info for package <Package fastapi (0.88.0)>...
pipupgrade | 2023-04-28 22:11:10,809 | INFO | Fetching PyPI info for package <Package antlr4-python3-runtime (4.9.3)>...
pipupgrade | 2023-04-28 22:11:10,809 | INFO | Fetching PyPI info for package <Package charset-normalizer (2.1.1)>...
bpyutils | 2023-04-28 22:11:10,809 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/gradio/json',) and parameters {}.
bpyutils | 2023-04-28 22:11:10,809 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/aiohttp/json',) and parameters {}.
bpyutils | 2023-04-28 22:11:10,809 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/fastapi/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,809 | INFO | Fetching PyPI info for package <Package Flask (2.2.4)>...
bpyutils | 2023-04-28 22:11:10,809 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/charset-normalizer/json',) and parameters {}.
bpyutils | 2023-04-28 22:11:10,809 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/antlr4-python3-runtime/json',) and parameters {}.
bpyutils | 2023-04-28 22:11:10,809 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/Flask/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,809 | INFO | Fetching PyPI info for package <Package cryptography (39.0.0)>...
bpyutils | 2023-04-28 22:11:10,809 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/cryptography/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,810 | INFO | Fetching PyPI info for package <Package coverage (7.2.3)>...
bpyutils | 2023-04-28 22:11:10,810 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/coverage/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,810 | INFO | Fetching PyPI info for package <Package pandas (1.5.2)>...
bpyutils | 2023-04-28 22:11:10,810 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/pandas/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,810 | INFO | Initializing Package {'name': 'psutil', 'version': '5.9.4', 'latest_version': '5.9.5', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,811 | INFO | Fetching package psutil information from DB...
pipupgrade | 2023-04-28 22:11:10,811 | INFO | Fetching PyPI info for package <Package platformdirs (3.4.0)>...
pipupgrade | 2023-04-28 22:11:10,811 | INFO | Fetching PyPI info for package <Package openai (0.27.4)>...
bpyutils | 2023-04-28 22:11:10,811 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/platformdirs/json',) and parameters {}.
bpyutils | 2023-04-28 22:11:10,811 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/openai/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,813 | INFO | Fetching PyPI info for package <Package psutil (5.9.4)>...
bpyutils | 2023-04-28 22:11:10,813 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/psutil/json',) and parameters {}.
bpyutils | 2023-04-28 22:11:10,822 | INFO | 48 packages found for /usr/bin/pip3.
pipupgrade | 2023-04-28 22:11:10,841 | INFO | Initializing Package {'name': 'aiofiles', 'version': '22.1.0', 'latest_version': '23.1.0', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,842 | INFO | Fetching package aiofiles information from DB...
pipupgrade | 2023-04-28 22:11:10,842 | INFO | Initializing Package {'name': 'aiohttp', 'version': '3.8.3', 'latest_version': '3.8.4', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,842 | INFO | Initializing Package {'name': 'aiogithubapi', 'version': '22.12.2', 'latest_version': '23.2.1', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,842 | INFO | Initializing Package {'name': 'antlr4-python3-runtime', 'version': '4.9.3', 'latest_version': '4.12.0', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,842 | INFO | Fetching package aiogithubapi information from DB...
pipupgrade | 2023-04-28 22:11:10,842 | INFO | Initializing Package {'name': 'blosc2', 'version': '2.0.0', 'latest_version': '2.2.0', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,842 | INFO | Fetching package aiohttp information from DB...
pipupgrade | 2023-04-28 22:11:10,842 | INFO | Fetching package antlr4-python3-runtime information from DB...
pipupgrade | 2023-04-28 22:11:10,842 | INFO | Initializing Package {'name': 'boto3', 'version': '1.26.121', 'latest_version': '1.26.123', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,842 | INFO | Fetching package blosc2 information from DB...
pipupgrade | 2023-04-28 22:11:10,842 | INFO | Initializing Package {'name': 'botocore', 'version': '1.29.121', 'latest_version': '1.29.123', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,842 | INFO | Fetching package boto3 information from DB...
pipupgrade | 2023-04-28 22:11:10,842 | INFO | Initializing Package {'name': 'charset-normalizer', 'version': '2.1.1', 'latest_version': '3.1.0', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,842 | INFO | Fetching PyPI info for package <Package aiofiles (22.1.0)>...
pipupgrade | 2023-04-28 22:11:10,842 | INFO | Fetching package botocore information from DB...
pipupgrade | 2023-04-28 22:11:10,842 | INFO | Fetching package charset-normalizer information from DB...
bpyutils | 2023-04-28 22:11:10,842 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/aiofiles/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,842 | INFO | Initializing Package {'name': 'coverage', 'version': '7.2.3', 'latest_version': '7.2.4', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,842 | INFO | Fetching PyPI info for package <Package aiogithubapi (22.12.2)>...
pipupgrade | 2023-04-28 22:11:10,842 | INFO | Fetching PyPI info for package <Package blosc2 (2.0.0)>...
bpyutils | 2023-04-28 22:11:10,842 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/aiogithubapi/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,842 | INFO | Fetching PyPI info for package <Package boto3 (1.26.121)>...
pipupgrade | 2023-04-28 22:11:10,842 | INFO | Fetching package coverage information from DB...
bpyutils | 2023-04-28 22:11:10,842 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/blosc2/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,842 | INFO | Initializing Package {'name': 'cryptography', 'version': '39.0.0', 'latest_version': '40.0.2', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,842 | INFO | Fetching PyPI info for package <Package botocore (1.29.121)>...
bpyutils | 2023-04-28 22:11:10,842 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/boto3/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,842 | INFO | Initializing Package {'name': 'fastapi', 'version': '0.88.0', 'latest_version': '0.95.1', 'latest_filetype': 'wheel'} of type <class 'dict'>...
bpyutils | 2023-04-28 22:11:10,842 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/botocore/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,842 | INFO | Fetching package cryptography information from DB...
pipupgrade | 2023-04-28 22:11:10,842 | INFO | Initializing Package {'name': 'Flask', 'version': '2.2.4', 'latest_version': '2.3.1', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,843 | INFO | Fetching package fastapi information from DB...
pipupgrade | 2023-04-28 22:11:10,842 | INFO | Initializing Package {'name': 'gql', 'version': '2.0.0', 'latest_version': '3.4.0', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,843 | INFO | Fetching package Flask information from DB...
pipupgrade | 2023-04-28 22:11:10,843 | INFO | Fetching package gql information from DB...
pipupgrade | 2023-04-28 22:11:10,842 | INFO | Initializing Package {'name': 'gradio', 'version': '3.27.0', 'latest_version': '3.28.0', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,843 | INFO | Initializing Package {'name': 'ipython', 'version': '8.12.0', 'latest_version': '8.13.0', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,843 | INFO | Initializing Package {'name': 'more-itertools', 'version': '8.14.0', 'latest_version': '9.1.0', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,843 | INFO | Fetching package ipython information from DB...
pipupgrade | 2023-04-28 22:11:10,843 | INFO | Initializing Package {'name': 'nvidia-cublas-cu11', 'version': '11.10.3.66', 'latest_version': '11.11.3.6', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,843 | INFO | Fetching package more-itertools information from DB...
pipupgrade | 2023-04-28 22:11:10,843 | INFO | Initializing Package {'name': 'gradio_client', 'version': '0.1.3', 'latest_version': '0.1.4', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,843 | INFO | Fetching package gradio information from DB...
pipupgrade | 2023-04-28 22:11:10,843 | INFO | Initializing Package {'name': 'graphql-core', 'version': '2.3.2', 'latest_version': '3.2.3', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,843 | INFO | Fetching package nvidia-cublas-cu11 information from DB...
pipupgrade | 2023-04-28 22:11:10,843 | INFO | Fetching package gradio_client information from DB...
pipupgrade | 2023-04-28 22:11:10,843 | INFO | Fetching PyPI info for package <Package ipython (8.12.0)>...
pipupgrade | 2023-04-28 22:11:10,843 | INFO | Fetching PyPI info for package <Package more-itertools (8.14.0)>...
bpyutils | 2023-04-28 22:11:10,843 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/ipython/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,843 | INFO | Fetching PyPI info for package <Package gql (2.0.0)>...
bpyutils | 2023-04-28 22:11:10,843 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/more-itertools/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,843 | INFO | Fetching PyPI info for package <Package nvidia-cublas-cu11 (11.10.3.66)>...
bpyutils | 2023-04-28 22:11:10,843 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/gql/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,843 | INFO | Fetching package graphql-core information from DB...
bpyutils | 2023-04-28 22:11:10,844 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/nvidia-cublas-cu11/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,844 | INFO | Fetching PyPI info for package <Package gradio_client (0.1.3)>...
pipupgrade | 2023-04-28 22:11:10,844 | INFO | Initializing Package {'name': 'nvidia-cuda-nvrtc-cu11', 'version': '11.7.99', 'latest_version': '11.8.89', 'latest_filetype': 'wheel'} of type <class 'dict'>...
bpyutils | 2023-04-28 22:11:10,844 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/gradio_client/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,844 | INFO | Fetching package nvidia-cuda-nvrtc-cu11 information from DB...
pipupgrade | 2023-04-28 22:11:10,844 | INFO | Initializing Package {'name': 'nvidia-cuda-cupti-cu11', 'version': '11.7.101', 'latest_version': '11.8.87', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,844 | INFO | Initializing Package {'name': 'nvidia-cuda-runtime-cu11', 'version': '11.7.99', 'latest_version': '11.8.89', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,844 | INFO | Fetching PyPI info for package <Package graphql-core (2.3.2)>...
pipupgrade | 2023-04-28 22:11:10,844 | INFO | Fetching package nvidia-cuda-cupti-cu11 information from DB...
pipupgrade | 2023-04-28 22:11:10,844 | INFO | Fetching package nvidia-cuda-runtime-cu11 information from DB...
pipupgrade | 2023-04-28 22:11:10,844 | INFO | Initializing Package {'name': 'nvidia-cudnn-cu11', 'version': '8.5.0.96', 'latest_version': '8.9.0.131', 'latest_filetype': 'wheel'} of type <class 'dict'>...
bpyutils | 2023-04-28 22:11:10,844 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/graphql-core/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,844 | INFO | Fetching package nvidia-cudnn-cu11 information from DB...
pipupgrade | 2023-04-28 22:11:10,844 | INFO | Fetching PyPI info for package <Package nvidia-cuda-nvrtc-cu11 (11.7.99)>...
pipupgrade | 2023-04-28 22:11:10,844 | INFO | Initializing Package {'name': 'nvidia-curand-cu11', 'version': '10.2.10.91', 'latest_version': '10.3.0.86', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,845 | INFO | Fetching PyPI info for package <Package nvidia-cuda-cupti-cu11 (11.7.101)>...
pipupgrade | 2023-04-28 22:11:10,845 | INFO | Fetching package nvidia-curand-cu11 information from DB...
bpyutils | 2023-04-28 22:11:10,845 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/nvidia-cuda-cupti-cu11/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,845 | INFO | Fetching PyPI info for package <Package nvidia-cuda-runtime-cu11 (11.7.99)>...
pipupgrade | 2023-04-28 22:11:10,844 | INFO | Initializing Package {'name': 'nvidia-cusparse-cu11', 'version': '11.7.4.91', 'latest_version': '11.7.5.86', 'latest_filetype': 'wheel'} of type <class 'dict'>...
bpyutils | 2023-04-28 22:11:10,845 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/nvidia-cuda-runtime-cu11/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,845 | INFO | Fetching package nvidia-cusparse-cu11 information from DB...
pipupgrade | 2023-04-28 22:11:10,845 | INFO | Fetching PyPI info for package <Package nvidia-cudnn-cu11 (8.5.0.96)>...
bpyutils | 2023-04-28 22:11:10,845 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/nvidia-cuda-nvrtc-cu11/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,845 | INFO | Initializing Package {'name': 'pandas', 'version': '1.5.2', 'latest_version': '2.0.1', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,845 | INFO | Fetching PyPI info for package <Package nvidia-curand-cu11 (10.2.10.91)>...
bpyutils | 2023-04-28 22:11:10,845 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/nvidia-cudnn-cu11/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,845 | INFO | Fetching package pandas information from DB...
bpyutils | 2023-04-28 22:11:10,845 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/nvidia-curand-cu11/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,844 | INFO | Initializing Package {'name': 'nvidia-nccl-cu11', 'version': '2.14.3', 'latest_version': '2.16.5', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,845 | INFO | Initializing Package {'name': 'platformdirs', 'version': '3.4.0', 'latest_version': '3.5.0', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,845 | INFO | Initializing Package {'name': 'psutil', 'version': '5.9.4', 'latest_version': '5.9.5', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,845 | INFO | Initializing Package {'name': 'nvidia-nvtx-cu11', 'version': '11.7.91', 'latest_version': '11.8.86', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,845 | INFO | Fetching package platformdirs information from DB...
pipupgrade | 2023-04-28 22:11:10,845 | INFO | Fetching package psutil information from DB...
pipupgrade | 2023-04-28 22:11:10,845 | INFO | Fetching package nvidia-nccl-cu11 information from DB...
pipupgrade | 2023-04-28 22:11:10,845 | INFO | Initializing Package {'name': 'openai', 'version': '0.27.4', 'latest_version': '0.27.5', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,846 | INFO | Fetching package openai information from DB...
pipupgrade | 2023-04-28 22:11:10,846 | INFO | Fetching package nvidia-nvtx-cu11 information from DB...
pipupgrade | 2023-04-28 22:11:10,846 | INFO | Fetching PyPI info for package <Package nvidia-cusparse-cu11 (11.7.4.91)>...
pipupgrade | 2023-04-28 22:11:10,846 | INFO | Fetching PyPI info for package <Package nvidia-nccl-cu11 (2.14.3)>...
bpyutils | 2023-04-28 22:11:10,846 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/nvidia-cusparse-cu11/json',) and parameters {}.
bpyutils | 2023-04-28 22:11:10,846 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/nvidia-nccl-cu11/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,846 | INFO | Fetching PyPI info for package <Package nvidia-nvtx-cu11 (11.7.91)>...
bpyutils | 2023-04-28 22:11:10,846 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/nvidia-nvtx-cu11/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,844 | INFO | Initializing Package {'name': 'nvidia-cusolver-cu11', 'version': '11.4.0.1', 'latest_version': '11.4.1.48', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:10,847 | INFO | Fetching package nvidia-cusolver-cu11 information from DB...
pipupgrade | 2023-04-28 22:11:10,847 | INFO | Fetching PyPI info for package <Package nvidia-cusolver-cu11 (11.4.0.1)>...
pipupgrade | 2023-04-28 22:11:10,847 | INFO | Fetching PyPI info for package <Package cryptography (39.0.0)>...
pipupgrade | 2023-04-28 22:11:10,847 | INFO | Fetching PyPI info for package <Package coverage (7.2.3)>...
pipupgrade | 2023-04-28 22:11:10,847 | INFO | Fetching PyPI info for package <Package fastapi (0.88.0)>...
pipupgrade | 2023-04-28 22:11:10,847 | INFO | Fetching PyPI info for package <Package antlr4-python3-runtime (4.9.3)>...
bpyutils | 2023-04-28 22:11:10,847 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/cryptography/json',) and parameters {}.
bpyutils | 2023-04-28 22:11:10,847 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/coverage/json',) and parameters {}.
bpyutils | 2023-04-28 22:11:10,847 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/antlr4-python3-runtime/json',) and parameters {}.
bpyutils | 2023-04-28 22:11:10,847 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/fastapi/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,847 | INFO | Fetching PyPI info for package <Package aiohttp (3.8.3)>...
pipupgrade | 2023-04-28 22:11:10,847 | INFO | Fetching PyPI info for package <Package charset-normalizer (2.1.1)>...
bpyutils | 2023-04-28 22:11:10,848 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/aiohttp/json',) and parameters {}.
bpyutils | 2023-04-28 22:11:10,848 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/charset-normalizer/json',) and parameters {}.
bpyutils | 2023-04-28 22:11:10,847 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/nvidia-cusolver-cu11/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,848 | INFO | Fetching PyPI info for package <Package gradio (3.27.0)>...
bpyutils | 2023-04-28 22:11:10,848 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/gradio/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,848 | INFO | Fetching PyPI info for package <Package Flask (2.2.4)>...
bpyutils | 2023-04-28 22:11:10,848 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/Flask/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:10,850 | INFO | Fetching PyPI info for package <Package openai (0.27.4)>...
pipupgrade | 2023-04-28 22:11:10,850 | INFO | Fetching PyPI info for package <Package psutil (5.9.4)>...
pipupgrade | 2023-04-28 22:11:10,850 | INFO | Fetching PyPI info for package <Package pandas (1.5.2)>...
pipupgrade | 2023-04-28 22:11:10,850 | INFO | Fetching PyPI info for package <Package platformdirs (3.4.0)>...
bpyutils | 2023-04-28 22:11:10,850 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/openai/json',) and parameters {}.
bpyutils | 2023-04-28 22:11:10,850 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/psutil/json',) and parameters {}.
bpyutils | 2023-04-28 22:11:10,850 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/pandas/json',) and parameters {}.
bpyutils | 2023-04-28 22:11:10,850 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/platformdirs/json',) and parameters {}.
pipupgrade | 2023-04-28 22:11:11,041 | INFO | Attempting to INSERT package <Package nvidia-curand-cu11 (10.2.10.91)> into database with values: ('nvidia-curand-cu11', '10.3.0.86', 'https://developer.nvidia.com/cuda-zone', '0.0.1.dev5,10.2.10.91,10.3.0.86', datetime.datetime(2023, 4, 28, 22, 11, 11, 41454), datetime.datetime(2023, 4, 28, 22, 11, 11, 41455)).
pipupgrade | 2023-04-28 22:11:11,041 | INFO | Attempting to INSERT package <Package nvidia-cuda-runtime-cu11 (11.7.99)> into database with values: ('nvidia-cuda-runtime-cu11', '11.8.89', 'https://developer.nvidia.com/cuda-zone', '0.0.1.dev5,11.7.99,11.8.89', datetime.datetime(2023, 4, 28, 22, 11, 11, 41643), datetime.datetime(2023, 4, 28, 22, 11, 11, 41644)).
pipupgrade | 2023-04-28 22:11:11,045 | INFO | Attempting to INSERT package <Package nvidia-cusparse-cu11 (11.7.4.91)> into database with values: ('nvidia-cusparse-cu11', '11.7.5.86', 'https://developer.nvidia.com/cuda-zone', '0.0.1.dev5,11.7.4.91,11.7.5.86', datetime.datetime(2023, 4, 28, 22, 11, 11, 45731), datetime.datetime(2023, 4, 28, 22, 11, 11, 45732)).
pipupgrade | 2023-04-28 22:11:11,047 | INFO | Attempting to INSERT package <Package nvidia-cudnn-cu11 (8.5.0.96)> into database with values: ('nvidia-cudnn-cu11', '8.9.0.131', 'https://developer.nvidia.com/cuda-zone', '0.0.1.dev5,8.5.0.96,8.6.0.163,8.7.0.84,8.8.0.121,8.8.1.3,8.9.0.131', datetime.datetime(2023, 4, 28, 22, 11, 11, 47720), datetime.datetime(2023, 4, 28, 22, 11, 11, 47721)).
pipupgrade | 2023-04-28 22:11:11,050 | INFO | Attempting to INSERT package <Package nvidia-cuda-cupti-cu11 (11.7.101)> into database with values: ('nvidia-cuda-cupti-cu11', '11.8.87', 'https://developer.nvidia.com/cuda-zone', '0.0.1.dev5,11.7.101,11.8.87', datetime.datetime(2023, 4, 28, 22, 11, 11, 50377), datetime.datetime(2023, 4, 28, 22, 11, 11, 50379)).
pipupgrade | 2023-04-28 22:11:11,051 | INFO | Attempting to INSERT package <Package nvidia-cublas-cu11 (11.10.3.66)> into database with values: ('nvidia-cublas-cu11', '11.11.3.6', 'https://developer.nvidia.com/cuda-zone', '0.0.1,0.0.1.dev5,11.10.3.66,11.11.3.6', datetime.datetime(2023, 4, 28, 22, 11, 11, 51798), datetime.datetime(2023, 4, 28, 22, 11, 11, 51800)).
pipupgrade | 2023-04-28 22:11:11,052 | INFO | Initializing Package {'name': 'pydantic', 'version': '1.10.4', 'latest_version': '1.10.7', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:11,052 | INFO | Fetching package pydantic information from DB...

concurrent.futures.process._RemoteTraceback: 
"""
concurrent.futures.process._RemoteTraceback: 
'''
Traceback (most recent call last):
  File "/usr/lib/python3.10/concurrent/futures/process.py", line 387, in wait_result_broken_or_wakeup
    result_item = result_reader.recv()
  File "/usr/lib/python3.10/multiprocessing/connection.py", line 251, in recv
    return _ForkingPickler.loads(buf.getbuffer())
  File "/home/christopher/.local/lib/python3.10/site-packages/requests/exceptions.py", line 41, in __init__
    CompatJSONDecodeError.__init__(self, *args)
TypeError: JSONDecodeError.__init__() missing 2 required positional arguments: 'doc' and 'pos'
'''

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/lib/python3.10/concurrent/futures/process.py", line 246, in _process_worker
    r = call_item.fn(*call_item.args, **call_item.kwargs)
  File "/usr/lib/python3.10/concurrent/futures/process.py", line 205, in _process_chunk
    return [fn(*args) for args in chunk]
  File "/usr/lib/python3.10/concurrent/futures/process.py", line 205, in <listcomp>
    return [fn(*args) for args in chunk]
  File "/home/christopher/.local/lib/python3.10/site-packages/pipupgrade/commands/helper.py", line 331, in get_registry_from_pip
    registry     = Registry(source = pip_path, packages = packages,
  File "/home/christopher/.local/lib/python3.10/site-packages/pipupgrade/model/registry.py", line 119, in __init__
    for package in pool.imap_unordered(partial(Package, **args), packages):
  File "/usr/lib/python3.10/concurrent/futures/process.py", line 570, in _chain_from_iterable_of_lists
    for element in iterable:
  File "/usr/lib/python3.10/concurrent/futures/_base.py", line 621, in result_iterator
    yield _result_or_cancel(fs.pop())
  File "/usr/lib/python3.10/concurrent/futures/_base.py", line 319, in _result_or_cancel
    return fut.result(timeout)
  File "/usr/lib/python3.10/concurrent/futures/_base.py", line 458, in result
    return self.__get_result()
  File "/usr/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result
    raise self._exception
concurrent.futures.process.BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending.
"""

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/christopher/.local/lib/python3.10/site-packages/pipupgrade/commands/__init__.py", line 79, in command
    return _command(**ARGUMENTS)
  File "/home/christopher/.local/lib/python3.10/site-packages/pipupgrade/commands/__init__.py", line 240, in _command
    for registry in pool.imap_unordered(
  File "/usr/lib/python3.10/concurrent/futures/process.py", line 570, in _chain_from_iterable_of_lists
    for element in iterable:
  File "/usr/lib/python3.10/concurrent/futures/_base.py", line 621, in result_iterator
    yield _result_or_cancel(fs.pop())
  File "/usr/lib/python3.10/concurrent/futures/_base.py", line 319, in _result_or_cancel
    return fut.result(timeout)
  File "/usr/lib/python3.10/concurrent/futures/_base.py", line 458, in result
    return self.__get_result()
  File "/usr/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result
    raise self._exception
concurrent.futures.process.BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending.

An error occured while performing the above command. This could be an issue with
"pipupgrade". Kindly post an issue at https://github.com/achillesrasquinha/pipupgrade/issues
pipupgrade | 2023-04-28 22:11:11,079 | INFO | Initializing Package {'name': 'pydantic', 'version': '1.10.4', 'latest_version': '1.10.7', 'latest_filetype': 'wheel'} of type <class 'dict'>...
pipupgrade | 2023-04-28 22:11:11,079 | INFO | Fetching package pydantic information from DB...
pipupgrade | 2023-04-28 22:11:11,079 | INFO | Fetching PyPI info for package <Package pydantic (1.10.4)>...
bpyutils | 2023-04-28 22:11:11,079 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/pydantic/json',) and parameters {}.
@c-mahn c-mahn added the bug Something isn't working label Apr 28, 2023
@ricperry
Copy link

I get a similar error when running "sudo pipupgrade":

Do you wish to update 95 packages? [Y/n/q]: y
Updating 1 of 95 packages: breezy

Traceback (most recent call last):
  File "/usr/local/lib/python3.10/dist-packages/pipupgrade/commands/__init__.py", line 79, in command
    return _command(**ARGUMENTS)
  File "/usr/local/lib/python3.10/dist-packages/pipupgrade/commands/__init__.py", line 258, in _command
    update_registry(registry, yes = a.yes, user = a.user, check = a.check,
  File "/usr/local/lib/python3.10/dist-packages/pipupgrade/commands/helper.py", line 301, in update_registry
    _pip.call("install", package.name,
  File "/usr/local/lib/python3.10/dist-packages/pipupgrade/_pip.py", line 79, in call
    output = popen(*params, output = output, raise_err = raise_err)
  File "/usr/local/lib/python3.10/dist-packages/bpyutils/util/system.py", line 126, in popen
    raise PopenError(code, command)
bpyutils.exception.PopenError: Command '/usr/bin/pip install breezy --no-cache-dir --upgrade' returned non-zero exit status 1.

An error occured while performing the above command. This could be an issue with
"pipupgrade". Kindly post an issue at https://github.com/achillesrasquinha/pipupgrade/issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants