actionless / pikaur

AUR helper with minimal dependencies. Review PKGBUILDs all in once, next build them all without user interaction.
GNU General Public License v3.0
872 stars 89 forks source link

After the latest update in Manjaro-rpi4, Pikaur stopped working #802

Closed kerabromsmu closed 5 months ago

kerabromsmu commented 5 months ago
pikaur -Vq
[Optional] Prerequisites:

Running in Manjaro on Raspberry Pi 4 (6.9.1-1-MANJARO-RPI4) update the pikaur to the latest version (pikaur-1.21-1 or pikaur-git 1.21.r9.g4862e8a-1)

Description:

When I run pikaur with or without any parameters after the update, it shows a syntax error instead of doing anything

Attached log:
pikaur
Traceback (most recent call last):
  File "/usr/bin/pikaur", line 6, in <module>
    from pikaur.main import main
  File "/usr/lib/python3.11/site-packages/pikaur/main.py", line 40, in <module>
    from .install_cli import InstallPackagesCLI
  File "/usr/lib/python3.11/site-packages/pikaur/install_cli.py", line 292
    ),
    ^
SyntaxError: f-string expression part cannot include a backslash
amiga23 commented 5 months ago

Duplicate of #800