Unable to install from Manjaro AUR

It is available in Manjaro as well but that version is not compatible with Python 3.7.

Virtually all the packages in the Manjaro repos are the same as as the arch packages.

This is the package in the manjaro repos:
Repository      : community
Name            : rapid-photo-downloader
Version         : 0.9.11-1
Description     : Photo and video downloader
Architecture    : any
URL             : https://www.damonlynch.net/rapid/
Licenses        : GPL3
Groups          : None
Provides        : None
Depends On      : desktop-file-utils  gstreamer  hicolor-icon-theme  libgexiv2  libnotify  perl-image-exiftool  python-arrow  python-colour  python-dateutil  python-easygui  python-gobject  python-gphoto2  python-psutil  python-pymediainfo  python-pyqt5  python-pyzmq  python-rawkit  python-requests
                 python-sortedcontainers  python-tornado  python-xdg  qt5-imageformats  udisks2
Optional Deps   : None
Conflicts With  : None
Replaces        : None
Download Size   : 6.59 MiB
Installed Size  : 22.31 MiB
Packager        : Balló György <ballogyor+arch@gmail.com>
Build Date      : Wed 12 Sep 2018 02:49:36 PM CDT
Validated By    : MD5 Sum  SHA-256 Sum  Signature

It just doesn’t work because it isn’t compatible with Python 3.7. I am sure the same is true in arch

Okay. Under arch I have no problems with python. But there seemed to be differences in the repository versions between arch & Manjaro.

Try to change your custom file naming scheme.

That’s all the output I get!

Is your system updated?

Tell me how, Manjaro is new to me!

There are different graphical updaters that depend on what edition you installed.

The kde & lxqt edition come with octopi and all the gtk-based editions come with “Add/Remove Software” which is pamac.

However, this command will work no matter what edition you are on.

Open up a terminal and type:

sudo pacman -Syyu

I’m on the XFCE flavour and have been using pamac, I just tried your suggestion but still get the old version displayed on pamac 0.4.11-5.

pamac in stable is currently version 7.1.

Did you get any errors when you ran pacman -Syyu

What do you get in the terminal with:
sudo pacman -Ssy rapid-photo-downloader
?

:: Synchronising package databases…
core is up to date
extra is up to date
community is up to date
multilib is up to date
community/rapid-photo-downloader 0.4.11-5
Photo and video downloader

None!

Try this:

sudo pacman-mirrors -f 5 
sudo pacman -Syyu

My best guess is that you are connected to a mirror that is not up-to-date.

Sorry, I get the same result:
:: Synchronising package databases…
core is up to date
extra is up to date
community is up to date
multilib is up to date
community/rapid-photo-downloader 0.4.11-5
Photo and video downloader

What was the output of this command:

sudo pacman-mirrors -f 5 

.: INFO Downloading mirrors from repo.manjaro.org
.: INFO: Querying mirrors - This may take some time
.: INFO Using default mirror file
.: INFO Querying mirrors - This may take some time
0.359 Germany : Index of /manjaro/
1.402 South_Africa : http://manjaro.mirror.ac.za/
… South_Africa : ftp://manjaro.mirror.ac.za/
.: ERROR ftp error: error_perm(“550 Can’t change directory to stable/core/x86_64: No such file or directory”) ‘ftp://manjaro.mirror.ac.za/

1.582 Costa_Rica : Listing Directory: mirrors.ucr.ac.cr/manjaro/
1.445 Philippines : Rise Mirror
0.343 Denmark : mirrors.dotsrc.org
.: INFO Writing mirror list
Denmark : https://mirrors.dotsrc.org/manjaro/stable
Germany : https://mirror.netcologne.de/manjaro/stable
Philippines : http://mirror.rise.ph/manjaro/stable
Costa_Rica : https://mirrors.ucr.ac.cr/manjaro/stable
South_Africa : http://manjaro.mirror.ac.za/stable
.: INFO Mirror list generated and saved to: /etc/pacman.d/mirrorlist

That all looks fine.

The version of rapid-photo-downloader in stable is 0.4.11-5. The never version is in unstable but will make it’s way to stable soon. Either way, it will still have the issues with Python 3.7 which is fixed in 9.12.

Can you try installing rapid-photo-downloader-bzr from AUR again now that we have confirmed that your system is up to date.

could not satisfy dependencies:
unable to satisfy dependency ‘python-colour’ required by rapid-photo-downloader-bzr
unable to satisfy dependency ‘python-easygui’ required by rapid-photo-downloader-bzr
unable to satisfy dependency ‘python-gphoto2’ required by rapid-photo-downloader-bzr
unable to satisfy dependency ‘python-rawkit’ required by rapid-photo-downloader-bzr

I see the problem. Those packages are not in stable yet. They are all in testing. They must have been aur packages which were recently promoted to the repos.

There are a couple of ways to solve the issue.

You could temporarily switch to the testing branch in manjaro or you could just wait until they hit stable.

1 Like

Hey @dalto, thank you for your time, much appreciated. I think I’ll wait, I thought I was going mad! (well madder actually) I have also learned a lot!

1 Like