Optimus-manager vs bumblebee

he have it already installed

added the line to grub.
Updated grub
Rebooted

GRUB_CMDLINE_LINUX_DEFAULT="quiet pci=nocrs acpi=force acpi_osi='Windows 2022' ibt=off"

[demo@manjaro Downloads]$ find /etc/X11/ -name "*.conf"
/etc/X11/mhwd.d/nvidia.conf
/etc/X11/xorg.conf.d/30-touchpad.conf
/etc/X11/xorg.conf.d/00-keyboard.conf

ok, so no leftovers, so install this, thats what im using:
pamac build envycontrol
when its done, run this:
sudo envycontrol -s nvidia
and reboot, and finger crossed, that you dont end up with a blackscreen… :sunglasses:

Didn’t get far

[demo@manjaro Downloads]$ pamac build envycontrol
Preparing...
Cloning envycontrol build files...
Generating envycontrol information...
Checking envycontrol dependencies...
Resolving dependencies...
Checking inter-conflicts...

To build (1):
  envycontrol  2.1.1-1    AUR


Edit build files : [e] 
Apply transaction ? [e/y/N] y


Building envycontrol...
==> Making package: envycontrol 2.1.1-1 (Sun 30 Oct 2022 11:12:16 AM EDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating envycontrol git repo...
remote: Enumerating objects: 7, done.
remote: Counting objects: 100% (7/7), done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 7 (delta 0), reused 0 (delta 0), pack-reused 0
Unpacking objects: 100% (7/7), 4.29 KiB | 877.00 KiB/s, done.
From https://github.com/geminis3/envycontrol
 + 5b3bd75...f49b997 refs/pull/25/merge -> refs/pull/25/merge  (forced update)
 + 0456bda...9e5bd76 refs/pull/47/merge -> refs/pull/47/merge  (forced update)
 + 2bc749c...f63ad32 refs/pull/63/merge -> refs/pull/63/merge  (forced update)
==> Validating source files with sha256sums...
    envycontrol ... Skipped
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Creating working copy of envycontrol git repo...
Cloning into 'envycontrol'...
done.
Switched to a new branch 'makepkg'
==> Removing existing $pkgdir/ directory...
==> Entering fakeroot environment...
==> Starting package()...
Traceback (most recent call last):
  File "/var/tmp/pamac-build-demo/envycontrol/src/envycontrol/setup.py", line 2, in <module>
    from setuptools import setup
  File "/usr/lib/python3.10/site-packages/setuptools/__init__.py", line 16, in <module>
    import setuptools.version
  File "/usr/lib/python3.10/site-packages/setuptools/version.py", line 1, in <module>
    import pkg_resources
  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 74, in <module>
    from jaraco.text import (
  File "/usr/lib/python3.10/site-packages/jaraco/text/__init__.py", line 11, in <module>
    from jaraco.functools import compose, method_cache
ModuleNotFoundError: No module named 'jaraco.functools'
==> ERROR: A failure occurred in package().
    Aborting...

so either there is something wrong with your system;
or its because you are on unstable branch (more likely this is the reason);
do you have this installed:
pacman -Qs jaraco.functools
if yes, try reinstalling it:
sudo pacman -S python-jaraco.functools
and are there any errors when reinstalling?

It seems you may have mixed local and system Python packages. What’s the output of:

which python

Also see: [root tip] [How To] Avoid common pitfalls as developer

Looks like I have other issues.
Is there a way to maybe clean things up without reinstalling the whole system:

[demo@manjaro Downloads]$ pacman -Qs jaraco.functools
local/python-jaraco.functools 3.5.2-1
    Functools like those found in stdlib
[demo@manjaro Downloads]$ sudo pacman -S python-jaraco.functools
[sudo] password for demo: 
warning: python-jaraco.functools-3.5.2-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Packages (1) python-jaraco.functools-3.5.2-1

Total Download Size:   0.01 MiB
Total Installed Size:  0.05 MiB
Net Upgrade Size:      0.00 MiB

:: Proceed with installation? [Y/n] y
:: Retrieving packages...
 python-jaraco.functools-3.5.2-1-any          12.9 KiB  33.9 KiB/s 00:00 [#########################################] 100%
(1/1) checking keys in keyring                                           [#########################################] 100%
(1/1) checking package integrity                                         [#########################################] 100%
(1/1) loading package files                                              [#########################################] 100%
(1/1) checking for file conflicts                                        [#########################################] 100%
(1/1) checking available disk space                                      [#########################################] 100%
warning: could not get file information for usr/lib/python3.10/site-packages/jaraco.functools-3.5.2.dist-info/
warning: could not get file information for usr/lib/python3.10/site-packages/jaraco.functools-3.5.2.dist-info/LICENSE
warning: could not get file information for usr/lib/python3.10/site-packages/jaraco.functools-3.5.2.dist-info/METADATA
warning: could not get file information for usr/lib/python3.10/site-packages/jaraco.functools-3.5.2.dist-info/RECORD
warning: could not get file information for usr/lib/python3.10/site-packages/jaraco.functools-3.5.2.dist-info/WHEEL
warning: could not get file information for usr/lib/python3.10/site-packages/jaraco.functools-3.5.2.dist-info/top_level.txt
warning: could not get file information for usr/lib/python3.10/site-packages/jaraco/__pycache__/
warning: could not get file information for usr/lib/python3.10/site-packages/jaraco/__pycache__/functools.cpython-310.opt-1.pyc
warning: could not get file information for usr/lib/python3.10/site-packages/jaraco/__pycache__/functools.cpython-310.pyc
warning: could not get file information for usr/lib/python3.10/site-packages/jaraco/functools.py
:: Processing package changes...
(1/1) reinstalling python-jaraco.functools                               [#########################################] 100%
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Refreshing PackageKit...

[demo@manjaro Downloads]$ which python
/usr/bin/python

well you have these, so your system is messed up…


rerun the reinstall again:
sudo pacman -S python-jaraco.functools
are there again errors?

Must be something else:

[demo@manjaro Downloads]$ sudo pacman -S python-jaraco.functools
[sudo] password for demo: 
warning: python-jaraco.functools-3.5.2-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Packages (1) python-jaraco.functools-3.5.2-1

Total Installed Size:  0.05 MiB
Net Upgrade Size:      0.00 MiB

:: Proceed with installation? [Y/n] y
(1/1) checking keys in keyring                                           [#########################################] 100%
(1/1) checking package integrity                                         [#########################################] 100%
(1/1) loading package files                                              [#########################################] 100%
(1/1) checking for file conflicts                                        [#########################################] 100%
(1/1) checking available disk space                                      [#########################################] 100%
:: Processing package changes...
(1/1) reinstalling python-jaraco.functools                               [#########################################] 100%
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Refreshing PackageKit...
[demo@manjaro Downloads]$ pamac build envycontrol
Preparing...
Cloning envycontrol build files...
Generating envycontrol information...
Checking envycontrol dependencies...
Resolving dependencies...
Checking inter-conflicts...

To build (1):
  envycontrol  2.1.1-1    AUR


Edit build files : [e] 
Apply transaction ? [e/y/N] y


Building envycontrol...
==> Making package: envycontrol 2.1.1-1 (Sun 30 Oct 2022 11:30:29 AM EDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating envycontrol git repo...
==> Validating source files with sha256sums...
    envycontrol ... Skipped
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Creating working copy of envycontrol git repo...
Cloning into 'envycontrol'...
done.
Switched to a new branch 'makepkg'
==> Removing existing $pkgdir/ directory...
==> Entering fakeroot environment...
==> Starting package()...
Traceback (most recent call last):
  File "/var/tmp/pamac-build-demo/envycontrol/src/envycontrol/setup.py", line 2, in <module>
    from setuptools import setup
  File "/usr/lib/python3.10/site-packages/setuptools/__init__.py", line 16, in <module>
    import setuptools.version
  File "/usr/lib/python3.10/site-packages/setuptools/version.py", line 1, in <module>
    import pkg_resources
  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 74, in <module>
    from jaraco.text import (
  File "/usr/lib/python3.10/site-packages/jaraco/text/__init__.py", line 12, in <module>
    from jaraco.context import ExceptionTrap
ModuleNotFoundError: No module named 'jaraco.context'
==> ERROR: A failure occurred in package().
    Aborting...

now its jaraco.context…
so reinstall it:
sudo pacman -S python-jaraco.context

Do you think we are getting closer to the issue?

[demo@manjaro Downloads]$ sudo pacman -S python-jaraco.context
[sudo] password for demo: 
warning: python-jaraco.context-4.1.2-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Packages (1) python-jaraco.context-4.1.2-1

Total Download Size:   0.01 MiB
Total Installed Size:  0.02 MiB
Net Upgrade Size:      0.00 MiB

:: Proceed with installation? [Y/n] y
:: Retrieving packages...
 python-jaraco.context-4.1.2-1-any             9.2 KiB  22.5 KiB/s 00:00 [#########################################] 100%
(1/1) checking keys in keyring                                           [#########################################] 100%
(1/1) checking package integrity                                         [#########################################] 100%
(1/1) loading package files                                              [#########################################] 100%
(1/1) checking for file conflicts                                        [#########################################] 100%
(1/1) checking available disk space                                      [#########################################] 100%
warning: could not get file information for usr/lib/python3.10/site-packages/jaraco.context-4.1.2.dist-info/
warning: could not get file information for usr/lib/python3.10/site-packages/jaraco.context-4.1.2.dist-info/LICENSE
warning: could not get file information for usr/lib/python3.10/site-packages/jaraco.context-4.1.2.dist-info/METADATA
warning: could not get file information for usr/lib/python3.10/site-packages/jaraco.context-4.1.2.dist-info/RECORD
warning: could not get file information for usr/lib/python3.10/site-packages/jaraco.context-4.1.2.dist-info/WHEEL
warning: could not get file information for usr/lib/python3.10/site-packages/jaraco.context-4.1.2.dist-info/top_level.txt
warning: could not get file information for usr/lib/python3.10/site-packages/jaraco/__pycache__/context.cpython-310.opt-1.pyc
warning: could not get file information for usr/lib/python3.10/site-packages/jaraco/__pycache__/context.cpython-310.pyc
warning: could not get file information for usr/lib/python3.10/site-packages/jaraco/context.py
:: Processing package changes...
(1/1) reinstalling python-jaraco.context                                 [#########################################] 100%
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Refreshing PackageKit...

so rerun it again:
sudo pacman -S python-jaraco.context
are there any errors?
dont install again envycontrol, your system is messed up, we need to fix it first

Looks like no errors installing this:

[demo@manjaro Downloads]$ sudo pacman -S python-jaraco.context
warning: python-jaraco.context-4.1.2-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Packages (1) python-jaraco.context-4.1.2-1

Total Installed Size:  0.02 MiB
Net Upgrade Size:      0.00 MiB

:: Proceed with installation? [Y/n] y
(1/1) checking keys in keyring                                           [#########################################] 100%
(1/1) checking package integrity                                         [#########################################] 100%
(1/1) loading package files                                              [#########################################] 100%
(1/1) checking for file conflicts                                        [#########################################] 100%
(1/1) checking available disk space                                      [#########################################] 100%
:: Processing package changes...
(1/1) reinstalling python-jaraco.context                                 [#########################################] 100%
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Refreshing PackageKit...

yes it looks like reinstalling fixes the:

warning: could not get file information for

so since a lot of packages are affected with it, try running this:
sudo pacman -Qqn | sudo pacman -S -
it will reinstall everyhting…

Whoa…
This kinds of scares me.
Is this really necessary?
Should I do some kind of system backup first? What would you suggest?
Can we focus in a some part of this first before we reinstall everything?

I do appreciate all the help you are giving here.
thanks
Dan

you are doing with this what you did with the:
sudo pacman -S python-jaraco.context command, but with all packages that are listed in sudo pacman -Qqn
you have a lot of packages affected, which is obvious, from when we tried running optimus, there was the issue with the dbus packages…
and i have no idea how to check what packages are messed up …
post output from:
sudo ldconfig
does it list anything?

[demo@manjaro Downloads]$ sudo ldconfig
[sudo] password for demo: 

good, it should be empty…
so try reinstalling only python:
sudo pacman -Qqn | grep python | sudo pacman -S -
since so far, it was all related to it…

[demo@manjaro Downloads]$ sudo pacman -Qqn | grep python | sudo pacman -S -
warning: dbus-python-1.2.18-3 is up to date -- reinstalling
warning: python-3.10.8-2 is up to date -- reinstalling
warning: python-appdirs-1.4.4-7 is up to date -- reinstalling
warning: python-attrs-22.1.0-1 is up to date -- reinstalling
warning: python-autocommand-2.2.1-1 is up to date -- reinstalling
warning: python-babel-2.10.3-1 is up to date -- reinstalling
warning: python-beautifulsoup4-4.11.1-1 is up to date -- reinstalling
warning: python-cairo-1.21.0-1 is up to date -- reinstalling
warning: python-certifi-2022.09.24-1 is up to date -- reinstalling
warning: python-cffi-1.15.1-1 is up to date -- reinstalling
warning: python-chardet-5.0.0-1 is up to date -- reinstalling
warning: python-click-8.1.3-1 is up to date -- reinstalling
warning: python-configobj-5.0.6.r110.g3e2f4cc-3 is up to date -- reinstalling
warning: python-cryptography-38.0.1-1 is up to date -- reinstalling
warning: python-cssselect-1.1.0-9 is up to date -- reinstalling
warning: python-dateutil-2.8.2-4 is up to date -- reinstalling
warning: python-distro-1.7.0-1 is up to date -- reinstalling
warning: python-dnspython-1:2.2.1-1 is up to date -- reinstalling
warning: python-docopt-0.6.2-11 is up to date -- reinstalling
warning: python-fabulous-0.4.0-3 is up to date -- reinstalling
warning: python-flask-2.2.2-1 is up to date -- reinstalling
warning: python-getkey-0.6.5-3 is up to date -- reinstalling
warning: python-gobject-3.42.2-1 is up to date -- reinstalling
warning: python-html5lib-1.1-11 is up to date -- reinstalling
warning: python-httplib2-0.20.4-1 is up to date -- reinstalling
warning: python-idna-3.4-1 is up to date -- reinstalling
warning: python-inflect-6.0.2-1 is up to date -- reinstalling
warning: python-itsdangerous-2.1.2-2 is up to date -- reinstalling
warning: python-jaraco.context-4.1.2-1 is up to date -- reinstalling
warning: python-jaraco.functools-3.5.2-1 is up to date -- reinstalling
warning: python-jaraco.text-3.10.0-1 is up to date -- reinstalling
warning: python-jarowinkler-1.2.3-1 is up to date -- reinstalling
warning: python-jedi-0.18.1-1 is up to date -- reinstalling
warning: python-jinja-1:3.1.2-2 is up to date -- reinstalling
warning: python-joblib-1.2.0-1 is up to date -- reinstalling
warning: python-keyutils-0.6-8 is up to date -- reinstalling
warning: python-levenshtein-0.20.7-1 is up to date -- reinstalling
warning: python-lxml-4.9.1-1 is up to date -- reinstalling
warning: python-manjaro-sdk-0.8-2 is up to date -- reinstalling
warning: python-markdown-3.4.1-2 is up to date -- reinstalling
warning: python-markdown-it-py-2.1.0-1 is up to date -- reinstalling
warning: python-markupsafe-2.1.1-1 is up to date -- reinstalling
warning: python-mdurl-0.1.2-1 is up to date -- reinstalling
warning: python-more-itertools-9.0.0-1 is up to date -- reinstalling
warning: python-natsort-8.2.0-1 is up to date -- reinstalling
warning: python-npyscreen-4.10.5-7 is up to date -- reinstalling
warning: python-numpy-1.23.4-1 is up to date -- reinstalling
warning: python-ordered-set-4.1.0-1 is up to date -- reinstalling
warning: python-packaging-21.3-1 is up to date -- reinstalling
warning: python-pandas-1.4.4-1 is up to date -- reinstalling
warning: python-parso-1:0.8.3-1 is up to date -- reinstalling
warning: python-pillow-9.3.0-1 is up to date -- reinstalling
warning: python-pillowfight-0.3.0-6 is up to date -- reinstalling
warning: python-pip-22.3-1 is up to date -- reinstalling
warning: python-ply-3.11-10 is up to date -- reinstalling
warning: python-psutil-5.9.3-1 is up to date -- reinstalling
warning: python-pybluez-0.23-4 is up to date -- reinstalling
warning: python-pycountry-22.3.5-1 is up to date -- reinstalling
warning: python-pycparser-2.21-3 is up to date -- reinstalling
warning: python-pycryptodomex-3.12.0-1 is up to date -- reinstalling
warning: python-pycups-2.0.1-5 is up to date -- reinstalling
warning: python-pycurl-7.45.1-1 is up to date -- reinstalling
warning: python-pydantic-1.10.2-1 is up to date -- reinstalling
warning: python-pydbus-0.6.0-9 is up to date -- reinstalling
warning: python-pyelftools-0.29-1 is up to date -- reinstalling
warning: python-pygments-2.13.0-1 is up to date -- reinstalling
warning: python-pyinotify-0.9.6-11 is up to date -- reinstalling
warning: python-pyocr-0.8.3-1 is up to date -- reinstalling
warning: python-pyopenssl-22.1.0-1 is up to date -- reinstalling
warning: python-pyparsing-3.0.9-1 is up to date -- reinstalling
warning: python-pyqt5-5.15.7-2 is up to date -- reinstalling
warning: python-pyqt5-sip-12.11.0-1 is up to date -- reinstalling
warning: python-pysmbc-1.0.23-3 is up to date -- reinstalling
warning: python-pytz-2022.1-1 is up to date -- reinstalling
warning: python-pyxdg-0.28-1 is up to date -- reinstalling
warning: python-rapidfuzz-2.10.2-1 is up to date -- reinstalling
warning: python-reportlab-3.6.11-1 is up to date -- reinstalling
warning: python-requests-2.28.1-1 is up to date -- reinstalling
warning: python-scikit-learn-1.1.2-1 is up to date -- reinstalling
warning: python-scipy-1.9.3-1 is up to date -- reinstalling
warning: python-setuptools-1:63.4.3-1 is up to date -- reinstalling
warning: python-shiboken2-5.15.6-1 is up to date -- reinstalling
warning: python-simplebayes-1.5.8-1 is up to date -- reinstalling
warning: python-simplejson-3.17.6-4 is up to date -- reinstalling
warning: python-six-1.16.0-6 is up to date -- reinstalling
warning: python-soupsieve-2.3.2.post1-1 is up to date -- reinstalling
warning: python-systemd-235-1 is up to date -- reinstalling
warning: python-threadpoolctl-3.1.0-1 is up to date -- reinstalling
warning: python-tomli-2.0.1-1 is up to date -- reinstalling
warning: python-trove-classifiers-2022.10.19-1 is up to date -- reinstalling
warning: python-typing_extensions-4.4.0-1 is up to date -- reinstalling
warning: python-uc-micro-py-1.0.1-3 is up to date -- reinstalling
warning: python-urllib3-1.26.12-1 is up to date -- reinstalling
warning: python-validate-pyproject-0.10.1-1 is up to date -- reinstalling
warning: python-webencodings-0.5.1-9 is up to date -- reinstalling
warning: python-websocket-client-1.4.1-1 is up to date -- reinstalling
warning: python-werkzeug-2.2.2-1 is up to date -- reinstalling
warning: python-wheel-0.37.1-1 is up to date -- reinstalling
warning: python-whoosh-2.7.4-9 is up to date -- reinstalling
warning: python-wxpython-1:4.1.1-3 is up to date -- reinstalling
warning: python-yaml-6.0-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Packages (101) dbus-python-1.2.18-3  python-3.10.8-2  python-appdirs-1.4.4-7  python-attrs-22.1.0-1
               python-autocommand-2.2.1-1  python-babel-2.10.3-1  python-beautifulsoup4-4.11.1-1  python-cairo-1.21.0-1
               python-certifi-2022.09.24-1  python-cffi-1.15.1-1  python-chardet-5.0.0-1  python-click-8.1.3-1
               python-configobj-5.0.6.r110.g3e2f4cc-3  python-cryptography-38.0.1-1  python-cssselect-1.1.0-9
               python-dateutil-2.8.2-4  python-distro-1.7.0-1  python-dnspython-1:2.2.1-1  python-docopt-0.6.2-11
               python-fabulous-0.4.0-3  python-flask-2.2.2-1  python-getkey-0.6.5-3  python-gobject-3.42.2-1
               python-html5lib-1.1-11  python-httplib2-0.20.4-1  python-idna-3.4-1  python-inflect-6.0.2-1
               python-itsdangerous-2.1.2-2  python-jaraco.context-4.1.2-1  python-jaraco.functools-3.5.2-1
               python-jaraco.text-3.10.0-1  python-jarowinkler-1.2.3-1  python-jedi-0.18.1-1  python-jinja-1:3.1.2-2
               python-joblib-1.2.0-1  python-keyutils-0.6-8  python-levenshtein-0.20.7-1  python-lxml-4.9.1-1
               python-manjaro-sdk-0.8-2  python-markdown-3.4.1-2  python-markdown-it-py-2.1.0-1
               python-markupsafe-2.1.1-1  python-mdurl-0.1.2-1  python-more-itertools-9.0.0-1  python-natsort-8.2.0-1
               python-npyscreen-4.10.5-7  python-numpy-1.23.4-1  python-ordered-set-4.1.0-1  python-packaging-21.3-1
               python-pandas-1.4.4-1  python-parso-1:0.8.3-1  python-pillow-9.3.0-1  python-pillowfight-0.3.0-6
               python-pip-22.3-1  python-ply-3.11-10  python-psutil-5.9.3-1  python-pybluez-0.23-4
               python-pycountry-22.3.5-1  python-pycparser-2.21-3  python-pycryptodomex-3.12.0-1  python-pycups-2.0.1-5
               python-pycurl-7.45.1-1  python-pydantic-1.10.2-1  python-pydbus-0.6.0-9  python-pyelftools-0.29-1
               python-pygments-2.13.0-1  python-pyinotify-0.9.6-11  python-pyocr-0.8.3-1  python-pyopenssl-22.1.0-1
               python-pyparsing-3.0.9-1  python-pyqt5-5.15.7-2  python-pyqt5-sip-12.11.0-1  python-pysmbc-1.0.23-3
               python-pytz-2022.1-1  python-pyxdg-0.28-1  python-rapidfuzz-2.10.2-1  python-reportlab-3.6.11-1
               python-requests-2.28.1-1  python-scikit-learn-1.1.2-1  python-scipy-1.9.3-1  python-setuptools-1:63.4.3-1
               python-shiboken2-5.15.6-1  python-simplebayes-1.5.8-1  python-simplejson-3.17.6-4  python-six-1.16.0-6
               python-soupsieve-2.3.2.post1-1  python-systemd-235-1  python-threadpoolctl-3.1.0-1  python-tomli-2.0.1-1
               python-trove-classifiers-2022.10.19-1  python-typing_extensions-4.4.0-1  python-uc-micro-py-1.0.1-3
               python-urllib3-1.26.12-1  python-validate-pyproject-0.10.1-1  python-webencodings-0.5.1-9
               python-websocket-client-1.4.1-1  python-werkzeug-2.2.2-1  python-wheel-0.37.1-1  python-whoosh-2.7.4-9
               python-wxpython-1:4.1.1-3  python-yaml-6.0-1

Total Download Size:    61.92 MiB
Total Installed Size:  529.69 MiB
Net Upgrade Size:        0.00 MiB

:: Proceed with installation? [Y/n] y
:: Retrieving packages...
 python-pandas-1.4.4-1-x86_64                 10.2 MiB  1210 KiB/s 00:09 [#########################################] 100%
 python-wxpython-1:4.1.1-3-x86_64              8.9 MiB  1072 KiB/s 00:08 [#########################################] 100%
 python-scikit-learn-1.1.2-1-x86_64            6.2 MiB   899 KiB/s 00:07 [#########################################] 100%
 python-babel-2.10.3-1-any                     6.1 MiB  1229 KiB/s 00:05 [#########################################] 100%
 python-pyqt5-5.15.7-2-x86_64                  4.4 MiB  1201 KiB/s 00:04 [#########################################] 100%
 python-pycountry-22.3.5-1-any                 4.0 MiB  1250 KiB/s 00:03 [#########################################] 100%
 dbus-python-1.2.18-3-x86_64                   2.8 MiB  1032 KiB/s 00:03 [#########################################] 100%
 python-reportlab-3.6.11-1-x86_64              2.4 MiB   820 KiB/s 00:03 [#########################################] 100%
 python-pygments-2.13.0-1-any                  2.1 MiB  1296 KiB/s 00:02 [#########################################] 100%
 python-pydantic-1.10.2-1-x86_64            1865.1 KiB  1221 KiB/s 00:02 [#########################################] 100%
 python-pycryptodomex-3.12.0-1-x86_64       1354.7 KiB   923 KiB/s 00:01 [#########################################] 100%
 python-lxml-4.9.1-1-x86_64                 1162.3 KiB   915 KiB/s 00:01 [#########################################] 100%
 python-jedi-0.18.1-1-any                   1032.7 KiB   174 KiB/s 00:06 [#########################################] 100%
 python-rapidfuzz-2.10.2-1-x86_64           1011.9 KiB   801 KiB/s 00:01 [#########################################] 100%
 python-cryptography-38.0.1-1-x86_64         824.4 KiB   208 KiB/s 00:04 [#########################################] 100%
 python-whoosh-2.7.4-9-any                   664.4 KiB   409 KiB/s 00:02 [#########################################] 100%
 python-fabulous-0.4.0-3-any                 584.4 KiB   198 KiB/s 00:03 [#########################################] 100%
 python-joblib-1.2.0-1-any                   406.4 KiB   316 KiB/s 00:01 [#########################################] 100%
 python-werkzeug-2.2.2-1-any                 337.8 KiB   270 KiB/s 00:01 [#########################################] 100%
 python-dnspython-1:2.2.1-1-any              309.0 KiB   200 KiB/s 00:02 [#########################################] 100%
 python-dateutil-2.8.2-4-any                 289.6 KiB   280 KiB/s 00:01 [#########################################] 100%
 python-pyelftools-0.29-1-any                274.5 KiB   369 KiB/s 00:01 [#########################################] 100%
 python-gobject-3.42.2-1-x86_64              254.0 KiB   374 KiB/s 00:01 [#########################################] 100%
 python-chardet-5.0.0-1-any                  227.6 KiB   148 KiB/s 00:02 [#########################################] 100%
 python-cffi-1.15.1-1-x86_64                 222.3 KiB   227 KiB/s 00:01 [#########################################] 100%
 python-jinja-1:3.1.2-2-any                  218.0 KiB   215 KiB/s 00:01 [#########################################] 100%
 python-html5lib-1.1-11-any                  211.5 KiB   171 KiB/s 00:01 [#########################################] 100%
 python-npyscreen-4.10.5-7-any               210.8 KiB   112 KiB/s 00:02 [#########################################] 100%
 python-beautifulsoup4-4.11.1-1-any          204.6 KiB   111 KiB/s 00:02 [#########################################] 100%
 python-pycparser-2.21-3-any                 194.3 KiB   369 KiB/s 00:01 [#########################################] 100%
 python-urllib3-1.26.12-1-any                186.2 KiB   552 KiB/s 00:00 [#########################################] 100%
 python-shiboken2-5.15.6-1-x86_64            177.4 KiB   138 KiB/s 00:01 [#########################################] 100%
 python-yaml-6.0-1-x86_64                    173.1 KiB  85.0 KiB/s 00:02 [#########################################] 100%
 python-parso-1:0.8.3-1-any                  157.9 KiB  67.0 KiB/s 00:02 [#########################################] 100%
 python-click-8.1.3-1-any                    154.8 KiB   167 KiB/s 00:01 [#########################################] 100%
 python-pyparsing-3.0.9-1-any                152.6 KiB   150 KiB/s 00:01 [#########################################] 100%
 python-flask-2.2.2-1-any                    141.3 KiB   207 KiB/s 00:01 [#########################################] 100%
 python-markdown-3.4.1-2-any                 126.9 KiB   355 KiB/s 00:00 [#########################################] 100%
 python-httplib2-0.20.4-1-any.pkg.tar.zst failed to download
 Total (39/82)                                61.9 MiB   579 KiB/s 01:49 [#########################################] 100%
error: failed retrieving file 'python-httplib2-0.20.4-1-any.pkg.tar.zst' from mirrors.manjaro.org : The requested URL returned error: 404
warning: failed to retrieve some files
error: failed to commit transaction (failed to retrieve some files)
Errors occurred, no packages were upgraded.