achillesrasquinha / pipupgrade

πŸ—½ Like yarn outdated/upgrade, but for pip. Upgrade all your pip packages and automate your Python Dependency Management.

Home Page:https://git.io/pipupgrade

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bash: pipupgrade: command not found

AA1999 opened this issue Β· comments

What's the bug all about?

[arshia@arshia-pc ~]$ pipupgrade --verbose --latest --yes
bash: pipupgrade: command not found

What snippet/command led to this issue?

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

pip install pipupgrade

Then used the comand above

Logs

Please paste the logs using pipupgrade --verbose

"<YOUR LOGS HERE>"

Which pipupgrade version did you install?

I believe for some reason your system is unable to detect bins within your pip installs. Maybe missing path? Could you do pip show pipupgrade

I installed the latest version

And this is the result of that command:

[arshia@arshia-pc ~]$ pip show pipupgrade
Name: pipupgrade
Version: 1.12.0
Summary: UPGRADE ALL THE PIP PACKAGES!
Home-page: https://github.com/achillesrasquinha/pipupgrade
Author: Achilles Rasquinha
Author-email: achillesrasquinha@gmail.com
License: MIT
Location: /home/arshia/.local/lib/python3.10/site-packages
Requires: bpyutils, pip
Required-by:

I reinstalled my OS for another reason and pipupgrade now works.
The only issue is this:

Checking...

concurrent.futures.process._RemoteTraceback:
"""
concurrent.futures.process._RemoteTraceback:
"""
Traceback (most recent call last):
  File "/usr/lib/python3.10/concurrent/futures/process.py", line 243, in _process_worker
    r = call_item.fn(*call_item.args, **call_item.kwargs)
  File "/usr/lib/python3.10/concurrent/futures/process.py", line 202, in _process_chunk
    return [fn(*args) for args in chunk]
  File "/usr/lib/python3.10/concurrent/futures/process.py", line 202, in <listcomp>
    return [fn(*args) for args in chunk]
  File "/home/arshia/.local/lib/python3.10/site-packages/pipupgrade/model/package.py", line 144, in __init__
    self.releases   = [version for version in iterkeys(_pypi_info.get("releases") or [])]
  File "/home/arshia/.local/lib/python3.10/site-packages/bpyutils/_compat.py", line 44, in iterkeys
    iterator = iter(dict_.keys(), **kwargs)
AttributeError: 'list' object has no attribute 'keys'
"""

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 243, in _process_worker
    r = call_item.fn(*call_item.args, **call_item.kwargs)
  File "/usr/lib/python3.10/concurrent/futures/process.py", line 202, in _process_chunk
    return [fn(*args) for args in chunk]
  File "/usr/lib/python3.10/concurrent/futures/process.py", line 202, in <listcomp>
    return [fn(*args) for args in chunk]
  File "/home/arshia/.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/arshia/.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 567, in _chain_from_iterable_of_lists
    for element in iterable:
  File "/usr/lib/python3.10/concurrent/futures/_base.py", line 609, in result_iterator
    yield fs.pop().result()
  File "/usr/lib/python3.10/concurrent/futures/_base.py", line 446, in result
    return self.__get_result()
  File "/usr/lib/python3.10/concurrent/futures/_base.py", line 391, in __get_result
    raise self._exception
AttributeError: 'list' object has no attribute 'keys'
"""

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

Traceback (most recent call last):
  File "/home/arshia/.local/lib/python3.10/site-packages/pipupgrade/commands/__init__.py", line 79, in command
    return _command(**ARGUMENTS)
  File "/home/arshia/.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 567, in _chain_from_iterable_of_lists
    for element in iterable:
  File "/usr/lib/python3.10/concurrent/futures/_base.py", line 609, in result_iterator
    yield fs.pop().result()
  File "/usr/lib/python3.10/concurrent/futures/_base.py", line 446, in result
    return self.__get_result()
  File "/usr/lib/python3.10/concurrent/futures/_base.py", line 391, in __get_result
    raise self._exception
AttributeError: 'list' object has no attribute 'keys'

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```

You might have to provide me the entire log using pipupgrade --verbose

[arshia@arshia ~]$ pipupgrade --verbose
2022-03-27 11:32:23,741 | INFO | Environment: {'version': '0.4.0', 'python_version': '3.10.3', 'os': 'Linux-5.16.16-arch1-1-x86_64-with-glibc2.35', 'config': {'path': {'BASE': '/home/arshia/.local/lib/python3.10/site-packages/bpyutils', 'DATA': '/home/arshia/.local/lib/python3.10/site-packages/bpyutils/data', 'CACHE': '/home/arshia/.config/bpyutils', 'JOBS': '/home/arshia/.local/lib/python3.10/site-packages/bpyutils/jobs'}}, 'settings': {'settings': {'version': '0.4.0', 'cache_timeout': '86400', 'jobs': '8', 'max_chunk_download_bytes': '1024'}}}
2022-03-27 11:32:23,741 | INFO | Arguments Passed: {'args': (), 'kwargs': {'ARGUMENTS': <class 'inspect._empty'>, 'packages': [], 'resolve': False, 'ignore': None, 'pip_path': None, 'yes': 0, 'clean': 0, 'check': 0, 'upgrade_type': ['minor', 'patch'], 'latest': 0, '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': 8, '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 0x7f778b44fc10>}
Checking...
2022-03-27 11:32:23,742 | INFO | `pip` executables found: ['/usr/bin/pip', '/usr/bin/pip3']
2022-03-27 11:32:23,742 | INFO | Using 8 jobs...
2022-03-27 11:32:23,748 | INFO | Fetching installed packages for /usr/bin/pip...
2022-03-27 11:32:23,748 | INFO | Fetching installed packages for /usr/bin/pip3...
2022-03-27 11:32:23,749 | INFO | Executing command: /usr/bin/pip list --outdated --format json
2022-03-27 11:32:23,749 | INFO | Executing command: /usr/bin/pip3 list --outdated --format json
2022-03-27 11:32:40,961 | INFO | 17 packages found for /usr/bin/pip3.
2022-03-27 11:32:40,973 | INFO | Initializing Package {'name': 'CacheControl', 'version': '0.12.6', 'latest_version': '0.12.10', 'latest_filetype': 'wheel'} of type <class 'dict'>...
2022-03-27 11:32:40,974 | INFO | Fetching package CacheControl information from DB...
2022-03-27 11:32:40,974 | INFO | Initializing Package {'name': 'contextlib2', 'version': '0.6.0.post1', 'latest_version': '21.6.0', 'latest_filetype': 'wheel'} of type <class 'dict'>...
2022-03-27 11:32:40,974 | INFO | Initializing Package {'name': 'dnspython', 'version': '2.2.0', 'latest_version': '2.2.1', 'latest_filetype': 'wheel'} of type <class 'dict'>...
2022-03-27 11:32:40,974 | INFO | Initializing Package {'name': 'Jinja2', 'version': '3.1.0', 'latest_version': '3.1.1', 'latest_filetype': 'wheel'} of type <class 'dict'>...
2022-03-27 11:32:40,974 | INFO | Initializing Package {'name': 'importlib-metadata', 'version': '4.8.1', 'latest_version': '4.11.3', 'latest_filetype': 'wheel'} of type <class 'dict'>...
2022-03-27 11:32:40,974 | INFO | Fetching package dnspython information from DB...
2022-03-27 11:32:40,974 | INFO | Fetching package contextlib2 information from DB...
2022-03-27 11:32:40,974 | INFO | Fetching package Jinja2 information from DB...
2022-03-27 11:32:40,974 | INFO | Fetching package importlib-metadata information from DB...
2022-03-27 11:32:40,974 | INFO | Fetching PyPI info for package <Package dnspython (2.2.0)>...
2022-03-27 11:32:40,974 | INFO | Fetching PyPI info for package <Package Jinja2 (3.1.0)>...
2022-03-27 11:32:40,974 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/dnspython/json',) and parameters {}.
2022-03-27 11:32:40,974 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/Jinja2/json',) and parameters {}.
2022-03-27 11:32:40,978 | INFO | Fetching PyPI info for package <Package CacheControl (0.12.6)>...
2022-03-27 11:32:40,978 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/CacheControl/json',) and parameters {}.
2022-03-27 11:32:40,978 | INFO | Fetching PyPI info for package <Package contextlib2 (0.6.0.post1)>...
2022-03-27 11:32:40,978 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/contextlib2/json',) and parameters {}.
2022-03-27 11:32:40,978 | INFO | Fetching PyPI info for package <Package importlib-metadata (4.8.1)>...
2022-03-27 11:32:40,978 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/importlib-metadata/json',) and parameters {}.
2022-03-27 11:32:40,983 | INFO | Initializing Package {'name': 'lit', 'version': '13.0.1.dev0', 'latest_version': '14.0.0', 'latest_filetype': 'wheel'} of type <class 'dict'>...
2022-03-27 11:32:40,983 | INFO | Fetching package lit information from DB...
2022-03-27 11:32:40,985 | INFO | Initializing Package {'name': 'Mako', 'version': '1.1.6', 'latest_version': '1.2.0', 'latest_filetype': 'wheel'} of type <class 'dict'>...
2022-03-27 11:32:40,986 | INFO | Fetching package Mako information from DB...
2022-03-27 11:32:40,986 | INFO | Initializing Package {'name': 'more-itertools', 'version': '8.10.0', 'latest_version': '8.12.0', 'latest_filetype': 'wheel'} of type <class 'dict'>...
2022-03-27 11:32:40,987 | INFO | Fetching package more-itertools information from DB...
2022-03-27 11:32:40,990 | INFO | Fetching PyPI info for package <Package lit (13.0.1.dev0)>...
2022-03-27 11:32:40,990 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/lit/json',) and parameters {}.
2022-03-27 11:32:40,992 | INFO | Fetching PyPI info for package <Package more-itertools (8.10.0)>...
2022-03-27 11:32:40,992 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/more-itertools/json',) and parameters {}.
2022-03-27 11:32:40,992 | INFO | Fetching PyPI info for package <Package Mako (1.1.6)>...
2022-03-27 11:32:40,993 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/Mako/json',) and parameters {}.
2022-03-27 11:32:41,403 | INFO | Attempting to UPDATE package <Package contextlib2 (0.6.0.post1)> within database.
2022-03-27 11:32:41,410 | INFO | Initializing Package {'name': 'node-semver', 'version': '0.6.1', 'latest_version': '0.8.1', 'latest_filetype': 'wheel'} of type <class 'dict'>...
2022-03-27 11:32:41,411 | INFO | Fetching package node-semver information from DB...
2022-03-27 11:32:41,411 | INFO | Fetching PyPI info for package <Package node-semver (0.6.1)>...
2022-03-27 11:32:41,411 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/node-semver/json',) and parameters {}.
2022-03-27 11:32:41,432 | INFO | Attempting to UPDATE package <Package more-itertools (8.10.0)> within database.
2022-03-27 11:32:41,438 | INFO | Initializing Package {'name': 'ordered-set', 'version': '4.0.2', 'latest_version': '4.1.0', 'latest_filetype': 'wheel'} of type <class 'dict'>...
2022-03-27 11:32:41,439 | INFO | Fetching package ordered-set information from DB...
2022-03-27 11:32:41,439 | INFO | Fetching PyPI info for package <Package ordered-set (4.0.2)>...
2022-03-27 11:32:41,440 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/ordered-set/json',) and parameters {}.
2022-03-27 11:32:41,533 | INFO | Attempting to UPDATE package <Package lit (13.0.1.dev0)> within database.
2022-03-27 11:32:41,540 | INFO | Initializing Package {'name': 'packaging', 'version': '20.9', 'latest_version': '21.3', 'latest_filetype': 'wheel'} of type <class 'dict'>...
2022-03-27 11:32:41,540 | INFO | Fetching package packaging information from DB...
2022-03-27 11:32:41,541 | INFO | Fetching PyPI info for package <Package packaging (20.9)>...
2022-03-27 11:32:41,541 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/packaging/json',) and parameters {}.
2022-03-27 11:32:41,861 | INFO | Attempting to INSERT package <Package node-semver (0.6.1)> into database with values: ('node-semver', '0.8.1', 'https://github.com/podhmo/python-semver', '0.1.1,0.2.0,0.3.0,0.4.0,0.4.1,0.4.2,0.5.0,0.5.1,0.6.0,0.6.1,0.7.0,0.8.0,0.8.1,0.9.0rc1', datetime.datetime(2022, 3, 27, 11, 32, 41, 861696), datetime.datetime(2022, 3, 27, 11, 32, 41, 861703)).
2022-03-27 11:32:41,874 | INFO | Initializing Package {'name': 'pip', 'version': '21.0', 'latest_version': '22.0.4', 'latest_filetype': 'wheel'} of type <class 'dict'>...
2022-03-27 11:32:41,875 | INFO | Fetching package pip information from DB...
2022-03-27 11:32:41,875 | INFO | Fetching PyPI info for package <Package pip (21.0)>...
2022-03-27 11:32:41,876 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/pip/json',) and parameters {}.
2022-03-27 11:32:41,959 | INFO | Attempting to UPDATE package <Package ordered-set (4.0.2)> within database.
2022-03-27 11:32:41,966 | INFO | Initializing Package {'name': 'PyJWT', 'version': '1.7.1', 'latest_version': '2.3.0', 'latest_filetype': 'wheel'} of type <class 'dict'>...
2022-03-27 11:32:41,966 | INFO | Fetching package PyJWT information from DB...
2022-03-27 11:32:41,967 | INFO | Fetching PyPI info for package <Package PyJWT (1.7.1)>...
2022-03-27 11:32:41,967 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/PyJWT/json',) and parameters {}.
2022-03-27 11:32:41,994 | INFO | Attempting to UPDATE package <Package packaging (20.9)> within database.
2022-03-27 11:32:42,001 | INFO | Initializing Package {'name': 'resolvelib', 'version': '0.5.5', 'latest_version': '0.8.1', 'latest_filetype': 'wheel'} of type <class 'dict'>...
2022-03-27 11:32:42,001 | INFO | Fetching package resolvelib information from DB...
2022-03-27 11:32:42,002 | INFO | Fetching PyPI info for package <Package resolvelib (0.5.5)>...
2022-03-27 11:32:42,002 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/resolvelib/json',) and parameters {}.
2022-03-27 11:32:42,341 | INFO | Attempting to UPDATE package <Package pip (21.0)> within database.
2022-03-27 11:32:42,348 | INFO | Initializing Package {'name': 'setuptools', 'version': '59.4.0', 'latest_version': '61.1.1', 'latest_filetype': 'wheel'} of type <class 'dict'>...
2022-03-27 11:32:42,348 | INFO | Fetching package setuptools information from DB...
2022-03-27 11:32:42,349 | INFO | Fetching PyPI info for package <Package setuptools (59.4.0)>...
2022-03-27 11:32:42,349 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/setuptools/json',) and parameters {}.
2022-03-27 11:32:42,416 | INFO | Attempting to INSERT package <Package PyJWT (1.7.1)> into database with values: ('PyJWT', '2.3.0', 'https://github.com/jpadilla/pyjwt', '0.1.1,0.1.2,0.1.3,0.1.4,0.1.5,0.1.6,0.1.7,0.1.8,0.1.9,0.2.0,0.2.1,0.2.3,0.3.0,0.3.1,0.3.2,0.4.0,0.4.1,0.4.2,0.4.3,1.0.0,1.0.1,1.1.0,1.3.0,1.4.0,1.4.1,1.4.2,1.5.0,1.5.1,1.5.2,1.5.3,1.6.0,1.6.1,1.6.3,1.6.4,1.7.0,1.7.1,2.0.0,2.0.0a1,2.0.0a2,2.0.1,2.1.0,2.2.0,2.3.0', datetime.datetime(2022, 3, 27, 11, 32, 42, 416004), datetime.datetime(2022, 3, 27, 11, 32, 42, 416007)).
2022-03-27 11:32:42,421 | INFO | Initializing Package {'name': 'TBB', 'version': '0.2', 'latest_version': '2021.5.1', 'latest_filetype': 'wheel'} of type <class 'dict'>...
2022-03-27 11:32:42,421 | INFO | Fetching package TBB information from DB...
2022-03-27 11:32:42,421 | INFO | Fetching PyPI info for package <Package TBB (0.2)>...
2022-03-27 11:32:42,421 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/TBB/json',) and parameters {}.
2022-03-27 11:32:42,530 | INFO | Attempting to UPDATE package <Package resolvelib (0.5.5)> within database.
2022-03-27 11:32:42,537 | INFO | Initializing Package {'name': 'yt-dlp', 'version': '2022.3.8.1', 'latest_version': '2022.3.8.2', 'latest_filetype': 'wheel'} of type <class 'dict'>...
2022-03-27 11:32:42,537 | INFO | Fetching package yt-dlp information from DB...
2022-03-27 11:32:42,537 | INFO | Fetching PyPI info for package <Package yt-dlp (2022.3.8.1)>...
2022-03-27 11:32:42,538 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/yt-dlp/json',) and parameters {}.
2022-03-27 11:32:43,048 | INFO | Attempting to INSERT package <Package TBB (0.2)> into database with values: ('TBB', '2021.5.1', 'https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onetbb.html', '2018.0.4,2018.0.4.1,2019.0,2020.0.133,2020.3.254,2021.1.1,2021.2.0,2021.3.0,2021.4.0,2021.5.0,2021.5.1,2021.5.2', datetime.datetime(2022, 3, 27, 11, 32, 43, 48267), datetime.datetime(2022, 3, 27, 11, 32, 43, 48274)).
2022-03-27 11:32:43,060 | INFO | Attempting to UPDATE package <Package setuptools (59.4.0)> within database.
2022-03-27 11:32:43,212 | INFO | Attempting to INSERT package <Package yt-dlp (2022.3.8.1)> into database with values: ('yt-dlp', '2022.3.8.2', 'https://github.com/yt-dlp/yt-dlp', '2021.1.15,2021.1.15.post1,2021.1.16,2021.1.20,2021.1.24,2021.1.24.post1,2021.1.29,2021.10.10,2021.10.22,2021.10.9,2021.11.10,2021.11.10.1,2021.12.1,2021.12.25,2021.12.27,2021.2.15,2021.2.19,2021.2.24,2021.2.4,2021.2.9,2021.3.1,2021.3.15,2021.3.21,2021.3.24,2021.3.24.1,2021.3.3,2021.3.3.1,2021.3.3.2,2021.3.7,2021.4.11,2021.4.22,2021.4.3,2021.5.11,2021.5.20,2021.6.1,2021.6.23,2021.6.8,2021.6.9,2021.7.21,2021.7.24,2021.7.7,2021.8.10,2021.8.2,2021.9.1,2021.9.2,2021.9.25,2022.1.21,2022.2.3,2022.2.4,2022.3.8,2022.3.8.1,2022.3.8.2', datetime.datetime(2022, 3, 27, 11, 32, 43, 212238), datetime.datetime(2022, 3, 27, 11, 32, 43, 212246)).
2022-03-27 11:32:46,467 | INFO | Attempting to UPDATE package <Package CacheControl (0.12.6)> within database.
2022-03-27 11:32:46,469 | INFO | Attempting to INSERT package <Package Jinja2 (3.1.0)> into database with values: ('Jinja2', '3.1.1', 'https://palletsprojects.com/p/jinja/', '2.0,2.0rc1,2.1,2.1.1,2.10,2.10.1,2.10.2,2.10.3,2.11.0,2.11.1,2.11.2,2.11.3,2.2,2.2.1,2.3,2.3.1,2.4,2.4.1,2.5,2.5.1,2.5.2,2.5.3,2.5.4,2.5.5,2.6,2.7,2.7.1,2.7.2,2.7.3,2.8,2.8.1,2.9,2.9.1,2.9.2,2.9.3,2.9.4,2.9.5,2.9.6,3.0.0,3.0.0a1,3.0.0rc1,3.0.0rc2,3.0.1,3.0.2,3.0.3,3.1.0,3.1.1', datetime.datetime(2022, 3, 27, 11, 32, 46, 469689), datetime.datetime(2022, 3, 27, 11, 32, 46, 469693)).
2022-03-27 11:32:46,470 | INFO | Attempting to UPDATE package <Package Mako (1.1.6)> within database.
2022-03-27 11:32:47,315 | INFO | 17 packages found for /usr/bin/pip.
2022-03-27 11:32:47,322 | INFO | Initializing Package {'name': 'CacheControl', 'version': '0.12.6', 'latest_version': '0.12.10', 'latest_filetype': 'wheel'} of type <class 'dict'>...
2022-03-27 11:32:47,322 | INFO | Fetching package CacheControl information from DB...
2022-03-27 11:32:47,325 | INFO | Initializing Package {'name': 'contextlib2', 'version': '0.6.0.post1', 'latest_version': '21.6.0', 'latest_filetype': 'wheel'} of type <class 'dict'>...
2022-03-27 11:32:47,325 | INFO | Fetching package contextlib2 information from DB...
2022-03-27 11:32:47,326 | INFO | Using cached info for package <Package CacheControl (0.12.6)>.
2022-03-27 11:32:47,328 | INFO | Initializing Package {'name': 'importlib-metadata', 'version': '4.8.1', 'latest_version': '4.11.3', 'latest_filetype': 'wheel'} of type <class 'dict'>...
2022-03-27 11:32:47,329 | INFO | Fetching package importlib-metadata information from DB...
2022-03-27 11:32:47,328 | INFO | Initializing Package {'name': 'dnspython', 'version': '2.2.0', 'latest_version': '2.2.1', 'latest_filetype': 'wheel'} of type <class 'dict'>...
2022-03-27 11:32:47,329 | INFO | Fetching package dnspython information from DB...
2022-03-27 11:32:47,329 | INFO | Fetching PyPI info for package <Package importlib-metadata (4.8.1)>...
2022-03-27 11:32:47,329 | INFO | Using cached info for package <Package contextlib2 (0.6.0.post1)>.
2022-03-27 11:32:47,329 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/importlib-metadata/json',) and parameters {}.
2022-03-27 11:32:47,329 | INFO | Fetching PyPI info for package <Package dnspython (2.2.0)>...
2022-03-27 11:32:47,330 | INFO | Dispatching GET request with arguments ('https://pypi.org/pypi/dnspython/json',) and parameters {}.
2022-03-27 11:32:47,331 | INFO | Initializing Package {'name': 'Jinja2', 'version': '3.1.0', 'latest_version': '3.1.1', 'latest_filetype': 'wheel'} of type <class 'dict'>...
2022-03-27 11:32:47,332 | INFO | Fetching package Jinja2 information from DB...
2022-03-27 11:32:47,335 | INFO | Using cached info for package <Package Jinja2 (3.1.0)>.
2022-03-27 11:32:47,336 | INFO | Initializing Package {'name': 'lit', 'version': '13.0.1.dev0', 'latest_version': '14.0.0', 'latest_filetype': 'wheel'} of type <class 'dict'>...
2022-03-27 11:32:47,337 | INFO | Fetching package lit information from DB...
2022-03-27 11:32:47,337 | INFO | Using cached info for package <Package lit (13.0.1.dev0)>.
2022-03-27 11:32:47,337 | INFO | Initializing Package {'name': 'Mako', 'version': '1.1.6', 'latest_version': '1.2.0', 'latest_filetype': 'wheel'} of type <class 'dict'>...
2022-03-27 11:32:47,337 | INFO | Fetching package Mako information from DB...
2022-03-27 11:32:47,337 | INFO | Initializing Package {'name': 'more-itertools', 'version': '8.10.0', 'latest_version': '8.12.0', 'latest_filetype': 'wheel'} of type <class 'dict'>...
2022-03-27 11:32:47,338 | INFO | Fetching package more-itertools information from DB...
2022-03-27 11:32:47,341 | INFO | Using cached info for package <Package Mako (1.1.6)>.
2022-03-27 11:32:47,341 | INFO | Initializing Package {'name': 'node-semver', 'version': '0.6.1', 'latest_version': '0.8.1', 'latest_filetype': 'wheel'} of type <class 'dict'>...
2022-03-27 11:32:47,341 | INFO | Using cached info for package <Package more-itertools (8.10.0)>.
2022-03-27 11:32:47,342 | INFO | Fetching package node-semver information from DB...
2022-03-27 11:32:47,342 | INFO | Initializing Package {'name': 'ordered-set', 'version': '4.0.2', 'latest_version': '4.1.0', 'latest_filetype': 'wheel'} of type <class 'dict'>...
2022-03-27 11:32:47,342 | INFO | Using cached info for package <Package node-semver (0.6.1)>.
2022-03-27 11:32:47,342 | INFO | Fetching package ordered-set information from DB...
2022-03-27 11:32:47,343 | INFO | Using cached info for package <Package ordered-set (4.0.2)>.
2022-03-27 11:32:47,344 | INFO | Initializing Package {'name': 'packaging', 'version': '20.9', 'latest_version': '21.3', 'latest_filetype': 'wheel'} of type <class 'dict'>...
2022-03-27 11:32:47,344 | INFO | Fetching package packaging information from DB...
2022-03-27 11:32:47,344 | INFO | Initializing Package {'name': 'PyJWT', 'version': '1.7.1', 'latest_version': '2.3.0', 'latest_filetype': 'wheel'} of type <class 'dict'>...
2022-03-27 11:32:47,344 | INFO | Using cached info for package <Package packaging (20.9)>.
2022-03-27 11:32:47,344 | INFO | Fetching package PyJWT information from DB...
2022-03-27 11:32:47,344 | INFO | Initializing Package {'name': 'resolvelib', 'version': '0.5.5', 'latest_version': '0.8.1', 'latest_filetype': 'wheel'} of type <class 'dict'>...
2022-03-27 11:32:47,344 | INFO | Using cached info for package <Package PyJWT (1.7.1)>.
2022-03-27 11:32:47,344 | INFO | Initializing Package {'name': 'pip', 'version': '21.0', 'latest_version': '22.0.4', 'latest_filetype': 'wheel'} of type <class 'dict'>...
2022-03-27 11:32:47,344 | INFO | Fetching package resolvelib information from DB...
2022-03-27 11:32:47,344 | INFO | Fetching package pip information from DB...
2022-03-27 11:32:47,345 | INFO | Initializing Package {'name': 'setuptools', 'version': '59.4.0', 'latest_version': '61.1.1', 'latest_filetype': 'wheel'} of type <class 'dict'>...
2022-03-27 11:32:47,345 | INFO | Fetching package setuptools information from DB...
2022-03-27 11:32:47,345 | INFO | Using cached info for package <Package resolvelib (0.5.5)>.
2022-03-27 11:32:47,345 | INFO | Using cached info for package <Package setuptools (59.4.0)>.
2022-03-27 11:32:47,345 | INFO | Initializing Package {'name': 'TBB', 'version': '0.2', 'latest_version': '2021.5.1', 'latest_filetype': 'wheel'} of type <class 'dict'>...
2022-03-27 11:32:47,345 | INFO | Fetching package TBB information from DB...
2022-03-27 11:32:47,345 | INFO | Initializing Package {'name': 'yt-dlp', 'version': '2022.3.8.1', 'latest_version': '2022.3.8.2', 'latest_filetype': 'wheel'} of type <class 'dict'>...
2022-03-27 11:32:47,345 | INFO | Fetching package yt-dlp information from DB...
2022-03-27 11:32:47,345 | INFO | Using cached info for package <Package TBB (0.2)>.
2022-03-27 11:32:47,345 | INFO | Using cached info for package <Package yt-dlp (2022.3.8.1)>.
2022-03-27 11:32:47,351 | INFO | Using cached info for package <Package pip (21.0)>.
2022-03-27 11:32:47,797 | INFO | Attempting to UPDATE package <Package importlib-metadata (4.8.1)> within database.
2022-03-27 11:32:51,458 | INFO | Attempting to INSERT package <Package dnspython (2.2.0)> into database with values: ('dnspython', '2.2.1', 'https://www.dnspython.org', '1.0.0,1.1.0,1.10.0,1.11.0,1.11.1,1.12.0,1.13.0,1.14.0,1.15.0,1.16.0,1.2.0,1.3.0,1.3.1,1.3.2,1.3.3,1.3.4,1.3.5,1.4.0,1.5.0,1.6.0,1.7.1,1.8.0,1.9.0,1.9.1,1.9.2,1.9.3,1.9.4,2.0.0,2.0.0rc1,2.0.0rc2,2.1.0,2.1.0rc1,2.2.0,2.2.0rc1,2.2.1', datetime.datetime(2022, 3, 27, 11, 32, 51, 458430), datetime.datetime(2022, 3, 27, 11, 32, 51, 458438)).
2022-03-27 11:32:51,464 | INFO | Attempting to UPDATE package <Package importlib-metadata (4.8.1)> within database.
2022-03-27 11:32:51,496 | INFO | Packages within `pip` /usr/bin/pip3 found: [<Package CacheControl (0.12.6)>, <Package contextlib2 (0.6.0.post1)>, <Package dnspython (2.2.0)>, <Package importlib-metadata (4.8.1)>, <Package Jinja2 (3.1.0)>, <Package lit (13.0.1.dev0)>, <Package Mako (1.1.6)>, <Package more-itertools (8.10.0)>, <Package node-semver (0.6.1)>, <Package ordered-set (4.0.2)>, <Package packaging (20.9)>, <Package pip (21.0)>, <Package PyJWT (1.7.1)>, <Package resolvelib (0.5.5)>, <Package setuptools (59.4.0)>, <Package TBB (0.2)>, <Package yt-dlp (2022.3.8.1)>]...
2022-03-27 11:32:52,796 | INFO | Attempting to INSERT package <Package dnspython (2.2.0)> into database with values: ('dnspython', '2.2.1', 'https://www.dnspython.org', '1.0.0,1.1.0,1.10.0,1.11.0,1.11.1,1.12.0,1.13.0,1.14.0,1.15.0,1.16.0,1.2.0,1.3.0,1.3.1,1.3.2,1.3.3,1.3.4,1.3.5,1.4.0,1.5.0,1.6.0,1.7.1,1.8.0,1.9.0,1.9.1,1.9.2,1.9.3,1.9.4,2.0.0,2.0.0rc1,2.0.0rc2,2.1.0,2.1.0rc1,2.2.0,2.2.0rc1,2.2.1', datetime.datetime(2022, 3, 27, 11, 32, 52, 796424), datetime.datetime(2022, 3, 27, 11, 32, 52, 796432)).
2022-03-27 11:32:52,797 | WARNING | Unable to save package name. UNIQUE constraint failed: tabPackage.name
2022-03-27 11:32:52,814 | INFO | Packages within `pip` /usr/bin/pip found: [<Package CacheControl (0.12.6)>, <Package contextlib2 (0.6.0.post1)>, <Package dnspython (2.2.0)>, <Package importlib-metadata (4.8.1)>, <Package Jinja2 (3.1.0)>, <Package lit (13.0.1.dev0)>, <Package Mako (1.1.6)>, <Package more-itertools (8.10.0)>, <Package node-semver (0.6.1)>, <Package ordered-set (4.0.2)>, <Package packaging (20.9)>, <Package pip (21.0)>, <Package PyJWT (1.7.1)>, <Package resolvelib (0.5.5)>, <Package setuptools (59.4.0)>, <Package TBB (0.2)>, <Package yt-dlp (2022.3.8.1)>]...
2022-03-27 11:32:52,824 | INFO | Updating registries: [<pipupgrade.model.registry.Registry object at 0x7f7789583040>, <pipupgrade.model.registry.Registry object at 0x7f7789583c40>]...

Source: Installed Distributions (/usr/bin/pip)

Name               Current Version Latest Version Home Page                                               
------------------ --------------- -------------- ----------------------------------------------------------------------------------------
CacheControl       0.12.6          0.12.10        https://github.com/ionrock/cachecontrol                 
contextlib2        0.6.0.post1     21.6.0         http://contextlib2.readthedocs.org                      
dnspython          2.2.0           2.2.1          https://www.dnspython.org                               
importlib-metadata 4.8.1           4.11.3         https://github.com/python/importlib_metadata            
Jinja2             3.1.0           3.1.1          https://palletsprojects.com/p/jinja/                    
lit                13.0.1.dev0     14.0.0         http://llvm.org                                         
Mako               1.1.6           1.2.0          https://www.makotemplates.org/                          
more-itertools     8.10.0          8.12.0         https://github.com/more-itertools/more-itertools        
node-semver        0.6.1           0.8.1          https://github.com/podhmo/python-semver                 
ordered-set        4.0.2           4.1.0                                                                  
packaging          20.9            21.3           https://github.com/pypa/packaging                       
pip                21.0            22.0.4         https://pip.pypa.io/                                    
PyJWT              1.7.1           2.3.0          https://github.com/jpadilla/pyjwt                       
resolvelib         0.5.5           0.8.1          https://github.com/sarugaku/resolvelib                  
setuptools         59.4.0          61.1.1         https://github.com/pypa/setuptools                      
TBB                0.2             2021.5.1       https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onetbb.html
yt-dlp             2022.3.8.1      2022.3.8.2     https://github.com/yt-dlp/yt-dlp                        

Do you wish to update 15 packages? [Y/n/q]: y
Updating 1 of 15 packages: CacheControl
2022-03-27 11:37:12,667 | INFO | Executing command: /usr/bin/pip install CacheControl --no-cache-dir --upgrade
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: CacheControl in /usr/lib/python3.10/site-packages (0.12.6)
Collecting CacheControl
  Downloading CacheControl-0.12.10-py2.py3-none-any.whl (20 kB)
Requirement already satisfied: requests in /usr/lib/python3.10/site-packages (from CacheControl) (2.27.1)
Requirement already satisfied: msgpack>=0.5.2 in /usr/lib/python3.10/site-packages (from CacheControl) (1.0.3)
Requirement already satisfied: chardet>=3.0.2 in /usr/lib/python3.10/site-packages (from requests->CacheControl) (4.0.0)
Requirement already satisfied: idna>=2.5 in /usr/lib/python3.10/site-packages (from requests->CacheControl) (3.3)
Requirement already satisfied: urllib3>=1.21.1 in /usr/lib/python3.10/site-packages (from requests->CacheControl) (1.26.9)
Installing collected packages: CacheControl
Successfully installed CacheControl-0.12.10
Updating 2 of 15 packages: contextlib2
2022-03-27 11:37:15,433 | INFO | Executing command: /usr/bin/pip install contextlib2 --no-cache-dir --upgrade
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: contextlib2 in /usr/lib/python3.10/site-packages (0.6.0.post1)
Collecting contextlib2
  Downloading contextlib2-21.6.0-py2.py3-none-any.whl (13 kB)
Installing collected packages: contextlib2
Successfully installed contextlib2-21.6.0
Updating 3 of 15 packages: dnspython
2022-03-27 11:37:17,943 | INFO | Executing command: /usr/bin/pip install dnspython --no-cache-dir --upgrade
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: dnspython in /usr/lib/python3.10/site-packages (2.2.0)
Collecting dnspython
  Downloading dnspython-2.2.1-py3-none-any.whl (269 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 269.1/269.1 KB 712.7 kB/s eta 0:00:00
Installing collected packages: dnspython
Successfully installed dnspython-2.2.1
Updating 4 of 15 packages: importlib-metadata
2022-03-27 11:37:21,195 | INFO | Executing command: /usr/bin/pip install importlib-metadata --no-cache-dir --upgrade
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: importlib-metadata in /usr/lib/python3.10/site-packages (4.8.1)
Collecting importlib-metadata
  Downloading importlib_metadata-4.11.3-py3-none-any.whl (18 kB)
Requirement already satisfied: zipp>=0.5 in /usr/lib/python3.10/site-packages (from importlib-metadata) (3.7.0)
Installing collected packages: importlib-metadata
Successfully installed importlib-metadata-4.11.3
Updating 5 of 15 packages: Jinja2
2022-03-27 11:37:24,452 | INFO | Executing command: /usr/bin/pip install Jinja2 --no-cache-dir --upgrade
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: Jinja2 in ./.local/lib/python3.10/site-packages (3.1.0)
Collecting Jinja2
  Downloading Jinja2-3.1.1-py3-none-any.whl (132 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 132.6/132.6 KB 474.9 kB/s eta 0:00:00
Requirement already satisfied: MarkupSafe>=2.0 in /usr/lib/python3.10/site-packages (from Jinja2) (2.1.1)
Installing collected packages: Jinja2
  Attempting uninstall: Jinja2
    Found existing installation: Jinja2 3.1.0
    Uninstalling Jinja2-3.1.0:
      Successfully uninstalled Jinja2-3.1.0
Successfully installed Jinja2-3.1.1
Updating 6 of 15 packages: lit
2022-03-27 11:37:27,912 | INFO | Executing command: /usr/bin/pip install lit --no-cache-dir --upgrade
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: lit in /usr/lib/python3.10/site-packages (13.0.1.dev0)
Collecting lit
  Downloading lit-14.0.0-py3-none-any.whl (87 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.2/87.2 KB 502.4 kB/s eta 0:00:00
Installing collected packages: lit
Successfully installed lit-14.0.0
Updating 7 of 15 packages: Mako
2022-03-27 11:37:31,017 | INFO | Executing command: /usr/bin/pip install Mako --no-cache-dir --upgrade
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: Mako in /usr/lib/python3.10/site-packages (1.1.6)
Collecting Mako
  Downloading Mako-1.2.0-py3-none-any.whl (78 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.4/78.4 KB 445.8 kB/s eta 0:00:00
Requirement already satisfied: MarkupSafe>=0.9.2 in /usr/lib/python3.10/site-packages (from Mako) (2.1.1)
Installing collected packages: Mako
Successfully installed Mako-1.2.0
Updating 8 of 15 packages: more-itertools
2022-03-27 11:37:34,044 | INFO | Executing command: /usr/bin/pip install more-itertools --no-cache-dir --upgrade
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: more-itertools in /usr/lib/python3.10/site-packages (8.10.0)
Collecting more-itertools
  Downloading more_itertools-8.12.0-py3-none-any.whl (54 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.3/54.3 KB 345.3 kB/s eta 0:00:00
Installing collected packages: more-itertools
Successfully installed more-itertools-8.12.0
Updating 9 of 15 packages: node-semver
2022-03-27 11:37:36,638 | INFO | Executing command: /usr/bin/pip install node-semver --no-cache-dir --upgrade
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: node-semver in ./.local/lib/python3.10/site-packages (0.6.1)
Collecting node-semver
  Downloading node_semver-0.8.1-py3-none-any.whl (24 kB)
Installing collected packages: node-semver
  Attempting uninstall: node-semver
    Found existing installation: node-semver 0.6.1
    Uninstalling node-semver-0.6.1:
      Successfully uninstalled node-semver-0.6.1
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
conan 1.46.2 requires node-semver==0.6.1, but you have node-semver 0.8.1 which is incompatible.
Successfully installed node-semver-0.8.1
Updating 10 of 15 packages: ordered-set
2022-03-27 11:37:39,078 | INFO | Executing command: /usr/bin/pip install ordered-set --no-cache-dir --upgrade
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: ordered-set in /usr/lib/python3.10/site-packages (4.0.2)
Collecting ordered-set
  Downloading ordered_set-4.1.0-py3-none-any.whl (7.6 kB)
Installing collected packages: ordered-set
Successfully installed ordered-set-4.1.0
Updating 11 of 15 packages: packaging
2022-03-27 11:37:41,371 | INFO | Executing command: /usr/bin/pip install packaging --no-cache-dir --upgrade
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: packaging in /usr/lib/python3.10/site-packages (20.9)
Collecting packaging
  Downloading packaging-21.3-py3-none-any.whl (40 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.8/40.8 KB 301.4 kB/s eta 0:00:00
Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/lib/python3.10/site-packages (from packaging) (3.0.7)
Installing collected packages: packaging
Successfully installed packaging-21.3
Updating 12 of 15 packages: pip
2022-03-27 11:37:43,786 | INFO | Executing command: /usr/bin/pip install pip --no-cache-dir --upgrade
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: pip in /usr/lib/python3.10/site-packages (21.0)
Collecting pip
  Downloading pip-22.0.4-py3-none-any.whl (2.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 1.2 MB/s eta 0:00:00
Installing collected packages: pip
Successfully installed pip-22.0.4
Updating 13 of 15 packages: resolvelib
2022-03-27 11:37:48,909 | INFO | Executing command: /usr/bin/pip install resolvelib --no-cache-dir --upgrade
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: resolvelib in /usr/lib/python3.10/site-packages (0.5.5)
Collecting resolvelib
  Downloading resolvelib-0.8.1-py2.py3-none-any.whl (16 kB)
Installing collected packages: resolvelib
Successfully installed resolvelib-0.8.1
Updating 14 of 15 packages: TBB
2022-03-27 11:37:51,706 | INFO | Executing command: /usr/bin/pip install TBB --no-cache-dir --upgrade
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: TBB in /usr/lib/python3.10/site-packages (0.2)
Collecting TBB
  Downloading tbb-2021.5.1-py2.py3-none-manylinux1_x86_64.whl (4.0 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/4.0 MB 1.3 MB/s eta 0:00:00
Installing collected packages: TBB
Successfully installed TBB-2021.5.1
Updating 15 of 15 packages: yt-dlp
2022-03-27 11:37:57,108 | INFO | Executing command: /usr/bin/pip install yt-dlp --no-cache-dir --upgrade
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: yt-dlp in /usr/lib/python3.10/site-packages (2022.3.8.1)
Collecting yt-dlp
  Downloading yt_dlp-2022.3.8.2-py3-none-any.whl (2.6 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.6/2.6 MB 1.3 MB/s eta 0:00:00
Collecting websockets
  Downloading websockets-10.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (110 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 110.8/110.8 KB 1.5 MB/s eta 0:00:00
Collecting pycryptodomex
  Downloading pycryptodomex-3.14.1-cp35-abi3-manylinux2010_x86_64.whl (2.0 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 1.4 MB/s eta 0:00:00
Collecting mutagen
  Downloading mutagen-1.45.1-py3-none-any.whl (218 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 218.7/218.7 KB 1.4 MB/s eta 0:00:00
Collecting brotli
  Downloading Brotli-1.0.9-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (2.7 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.7/2.7 MB 1.4 MB/s eta 0:00:00
Installing collected packages: brotli, websockets, pycryptodomex, mutagen, yt-dlp
Successfully installed brotli-1.0.9 mutagen-1.45.1 pycryptodomex-3.14.1 websockets-10.2 yt-dlp-2022.3.8.2

Source: Installed Distributions (/usr/bin/pip3)

Name               Current Version Latest Version Home Page                                               
------------------ --------------- -------------- ----------------------------------------------------------------------------------------
CacheControl       0.12.6          0.12.10        https://github.com/ionrock/cachecontrol                 
contextlib2        0.6.0.post1     21.6.0         http://contextlib2.readthedocs.org                      
dnspython          2.2.0           2.2.1          https://www.dnspython.org                               
importlib-metadata 4.8.1           4.11.3         https://github.com/python/importlib_metadata            
Jinja2             3.1.0           3.1.1          https://palletsprojects.com/p/jinja/                    
lit                13.0.1.dev0     14.0.0         http://llvm.org                                         
Mako               1.1.6           1.2.0          https://www.makotemplates.org/                          
more-itertools     8.10.0          8.12.0         https://github.com/more-itertools/more-itertools        
node-semver        0.6.1           0.8.1          https://github.com/podhmo/python-semver                 
ordered-set        4.0.2           4.1.0                                                                  
packaging          20.9            21.3           https://github.com/pypa/packaging                       
pip                21.0            22.0.4         https://pip.pypa.io/                                    
PyJWT              1.7.1           2.3.0          https://github.com/jpadilla/pyjwt                       
resolvelib         0.5.5           0.8.1          https://github.com/sarugaku/resolvelib                  
setuptools         59.4.0          61.1.1         https://github.com/pypa/setuptools                      
TBB                0.2             2021.5.1       https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onetbb.html
yt-dlp             2022.3.8.1      2022.3.8.2     https://github.com/yt-dlp/yt-dlp                        

Do you wish to update 15 packages? [Y/n/q]: y
Updating 1 of 15 packages: CacheControl
2022-03-27 11:38:13,551 | INFO | Executing command: /usr/bin/pip3 install CacheControl --no-cache-dir --upgrade
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: CacheControl in ./.local/lib/python3.10/site-packages (0.12.10)
Requirement already satisfied: msgpack>=0.5.2 in /usr/lib/python3.10/site-packages (from CacheControl) (1.0.3)
Requirement already satisfied: requests in /usr/lib/python3.10/site-packages (from CacheControl) (2.27.1)
Requirement already satisfied: chardet>=3.0.2 in /usr/lib/python3.10/site-packages (from requests->CacheControl) (4.0.0)
Requirement already satisfied: idna>=2.5 in /usr/lib/python3.10/site-packages (from requests->CacheControl) (3.3)
Requirement already satisfied: urllib3>=1.21.1 in /usr/lib/python3.10/site-packages (from requests->CacheControl) (1.26.9)
Updating 2 of 15 packages: contextlib2
2022-03-27 11:38:15,227 | INFO | Executing command: /usr/bin/pip3 install contextlib2 --no-cache-dir --upgrade
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: contextlib2 in ./.local/lib/python3.10/site-packages (21.6.0)
Updating 3 of 15 packages: dnspython
2022-03-27 11:38:16,831 | INFO | Executing command: /usr/bin/pip3 install dnspython --no-cache-dir --upgrade
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: dnspython in ./.local/lib/python3.10/site-packages (2.2.1)
Updating 4 of 15 packages: importlib-metadata
2022-03-27 11:38:18,476 | INFO | Executing command: /usr/bin/pip3 install importlib-metadata --no-cache-dir --upgrade
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: importlib-metadata in ./.local/lib/python3.10/site-packages (4.11.3)
Requirement already satisfied: zipp>=0.5 in /usr/lib/python3.10/site-packages (from importlib-metadata) (3.7.0)
Updating 5 of 15 packages: Jinja2
2022-03-27 11:38:20,185 | INFO | Executing command: /usr/bin/pip3 install Jinja2 --no-cache-dir --upgrade
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: Jinja2 in ./.local/lib/python3.10/site-packages (3.1.1)
Requirement already satisfied: MarkupSafe>=2.0 in /usr/lib/python3.10/site-packages (from Jinja2) (2.1.1)
Updating 6 of 15 packages: lit
2022-03-27 11:38:21,867 | INFO | Executing command: /usr/bin/pip3 install lit --no-cache-dir --upgrade
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: lit in ./.local/lib/python3.10/site-packages (14.0.0)
Updating 7 of 15 packages: Mako
2022-03-27 11:38:23,538 | INFO | Executing command: /usr/bin/pip3 install Mako --no-cache-dir --upgrade
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: Mako in ./.local/lib/python3.10/site-packages (1.2.0)
Requirement already satisfied: MarkupSafe>=0.9.2 in /usr/lib/python3.10/site-packages (from Mako) (2.1.1)
Updating 8 of 15 packages: more-itertools
2022-03-27 11:38:25,272 | INFO | Executing command: /usr/bin/pip3 install more-itertools --no-cache-dir --upgrade
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: more-itertools in ./.local/lib/python3.10/site-packages (8.12.0)
Updating 9 of 15 packages: node-semver
2022-03-27 11:38:26,990 | INFO | Executing command: /usr/bin/pip3 install node-semver --no-cache-dir --upgrade
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: node-semver in ./.local/lib/python3.10/site-packages (0.8.1)
Updating 10 of 15 packages: ordered-set
2022-03-27 11:38:29,110 | INFO | Executing command: /usr/bin/pip3 install ordered-set --no-cache-dir --upgrade
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: ordered-set in ./.local/lib/python3.10/site-packages (4.1.0)
Updating 11 of 15 packages: packaging
2022-03-27 11:38:30,801 | INFO | Executing command: /usr/bin/pip3 install packaging --no-cache-dir --upgrade
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: packaging in ./.local/lib/python3.10/site-packages (21.3)
Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/lib/python3.10/site-packages (from packaging) (3.0.7)
Updating 12 of 15 packages: pip
2022-03-27 11:38:32,525 | INFO | Executing command: /usr/bin/pip3 install pip --no-cache-dir --upgrade
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: pip in /usr/lib/python3.10/site-packages (21.0)
Collecting pip
  Downloading pip-22.0.4-py3-none-any.whl (2.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 1.2 MB/s eta 0:00:00
Installing collected packages: pip
Successfully installed pip-22.0.4
Updating 13 of 15 packages: resolvelib
2022-03-27 11:38:37,810 | INFO | Executing command: /usr/bin/pip3 install resolvelib --no-cache-dir --upgrade
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: resolvelib in ./.local/lib/python3.10/site-packages (0.8.1)
Updating 14 of 15 packages: TBB
2022-03-27 11:38:39,508 | INFO | Executing command: /usr/bin/pip3 install TBB --no-cache-dir --upgrade
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: TBB in ./.local/lib/python3.10/site-packages (2021.5.1)
Updating 15 of 15 packages: yt-dlp
2022-03-27 11:38:41,291 | INFO | Executing command: /usr/bin/pip3 install yt-dlp --no-cache-dir --upgrade
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: yt-dlp in ./.local/lib/python3.10/site-packages (2022.3.8.2)
Requirement already satisfied: brotli in ./.local/lib/python3.10/site-packages (from yt-dlp) (1.0.9)
Requirement already satisfied: websockets in ./.local/lib/python3.10/site-packages (from yt-dlp) (10.2)
Requirement already satisfied: mutagen in ./.local/lib/python3.10/site-packages (from yt-dlp) (1.45.1)
Requirement already satisfied: pycryptodomex in ./.local/lib/python3.10/site-packages (from yt-dlp) (3.14.1)

In your new log, seems like everything ran smoothly. No?

It seems so, ty for the response.
Sorry for the very late noticing.