Python 3.9 update rolled in. It might take a while until we have rebuild our packages as needed. We recommend to switch to testing branch if you need a working system
KDE-Git packages got updated as usual
We simplified Nvidia driver installation
If you like following latest Plasma development you may also like to check out our current version of manjaro-kde-dev, which we build on a regular basis against kde-git master packages. Also check out our latest Manjaro Nibia 20.2 release candidate! KDE, XFCE and Gnome
Our current supported kernels
linux44 4.4.246
linux49 4.9.246
linux414 4.14.209
linux419 4.19.160
linux54 5.4.80
linux57 5.7.19 [EOL]
linux58 5.8.18 [EOL]
linux59 5.9.11
linux510 5.10-rc6
linux54-rt 5.4.78_rt44
linux59-rt 5.9.1_rt19
Packages Changes (Wed Dec 2 09:16:47 CET 2020)
unstable core x86_64: 22 new and 21 removed package(s)
unstable extra x86_64: 293 new and 293 removed package(s)
unstable community x86_64: 2089 new and 2089 removed package(s)
unstable community x86_64: 25 new and 25 removed package(s)
Traceback (most recent call last):
File "/usr/bin/pacman-mirrors", line 20, in <module>
from pacman_mirrors import pacman_mirrors
ModuleNotFoundError: No module named 'pacman_mirrors'
Something seems to be wrong with the new pacman-mirrors 4.18.2-2 package.
Upgrading pacman-mirrors (4.16.4-2 -> 4.18.2-2)...
Running post-transaction hooks...
Arming ConditionNeedsUpdate...
Configuring pacman-mirrors ...
/usr/share/libalpm/scripts/pacman-mirrors-upgrade: line 3: pacman-mirrors: command not found
hint: use `pacman-mirrors` to generate and update your pacman mirrorlist.
Transaction successfully finished.
METoo - > looks like python 3.9 breaks everything
.
sudo pacman-mirrors --api --set-branch testing
casts error:
Traceback (most recent call last):
File “/usr/bin/pacman-mirrors”, line 28, in
pm.run()
File “/usr/lib/python3.9/site-packages/pacman_mirrors/pacman_mirrors.py”, line 93, in run
cliFn.parse_command_line(self, gtk_available=GTK_AVAILABLE)
File “/usr/lib/python3.9/site-packages/pacman_mirrors/functions/cliFn.py”, line 325, in parse_command_line
api_handler.set_config(self, set_pfx=args.prefix,
File “/usr/lib/python3.9/site-packages/pacman_mirrors/api/api_handler.py”, line 67, in set_config
util.i686_check(self=self, write=False)
AttributeError: module ‘pacman_mirrors.functions.util’ has no attribute ‘i686_check’
.
Set branch manually to testing in /etc/pacman-mirrors.conf and /etc/pacman.d/mirrorlist
.
EDIT. system working again after TTY 3 pacman -Syyuu
EDIT2: “We recommend to switch to testing branch if you need a working system”
Some Python libraries from AUR needs to be rebuilt manually. For me, they are python-numpy-mkl and python-pymunk. Note that the check process of python-numpy-mkl would fail when numpy for Python 3.9 is not installed, but a recent comment on AUR (en) - python-numpy-mkl provides a solution.
BTW, the Chinese mirrors got me into a partially updated state, where some Python-related packages are not rebuilt against Python 3.9. I had to use an Australian mirror to get these packages updated.