Problem updating today

type or paste code he[demo@manjaro ~]$ sudo pacman-mirrors --fasttrack && sudo pacman -Syuu && pamac update -a
::INFO Downloading mirrors from Manjaro
::INFO => Mirror pool: https://repo.manjaro.org/mirrors.json
::INFO => Mirror status: https://repo.manjaro.org/status.json
::INFO Using custom mirror file
::INFO Querying mirrors - This may take some time
  0.814 Global         : https://mirrors.manjaro.org/repo/
::INFO Writing mirror list
::Global          : https://mirrors.manjaro.org/repo/unstable/$repo/$arch
::INFO Mirror list generated and saved to: /etc/pacman.d/mirrorlist
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...

Packages (2) python-setuptools-1:64.0.0-1  rhash-1.4.3-1

Total Installed Size:  3.72 MiB
Net Upgrade Size:      0.16 MiB

:: Proceed with installation? [Y/n] y
(2/2) checking keys in keyring                                                  [#############################################] 100%
(2/2) checking package integrity                                                [#############################################] 100%
(2/2) loading package files                                                     [#############################################] 100%
(2/2) checking for file conflicts                                               [#############################################] 100%
error: failed to commit transaction (conflicting files)
python-setuptools: /usr/lib/python3.10/site-packages/setuptools/command/__pycache__/editable_wheel.cpython-310.pyc exists in filesystem
python-setuptools: /usr/lib/python3.10/site-packages/setuptools/command/editable_wheel.py exists in filesystem
Errors occurred, no packages were upgraded.
re

erm… why pacman and pamac together? :exploding_head:

Erm… what? python is part of filesystem package?

Anyway… just overwrite it:

pamac update --overwrite "/usr/lib/python3.10/*"

erm… why pacman and pamac together?

No reason just combining updates at the same time.

Erm… what? python is part of filesystem package?

Can’t answer this question.

Your solution worked
Thanks

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.