@AxelG Thank you, i finally got it to work but stumbled upon another problem during the installation in a virtual environment. The installer still uses setuptools from my main python install and the lowest version in portage is 62.6.0 which seems not to be compatible with the installer script that uninstalls it inside the virtual environment. After installing a lower version using pip (pip install setuptools==50.2.0) and installing pygobject as you mentioned in your post I was finally able to successfully install rpd.
Just in case someone wants to copy/paste the commands:
virtualenv --python=/usr/bin/python3.10 ~/RDP source ~/RDP/bin/activate ← change into the virtual environment python ./install.py ← this will remove the wrong setuptools pip install pygobject pip install setuptools==50.2.0 python ./install.py ← now it should sucessfully install rpd
today I ran into the exact same problem and it is still not solved, as now introspection is also needed. So atm I am not able to install RPD 0.9.34 on my laptop
The link provided in the first post in this thread in git does not contain description for virtual environment installation for Rapid Photo Downloader any more.
Is there a way to install right now RPD on Gentoo?
It seems that you did a very nice job you and @damonlynch in git! Unfortunately I had to return back to Tumbleweed. Gentoo is a very nice and well balanced distro which I would really like to have but even though I have managed to set up properly (with KDE Plasma6 and a very nice make.conf file for my laptop) I did not have the time to stay there and work more on its issues with several linux packages/installations.
Thank you once more for the interest and well done for bringing RPD to Gentoo!