Open cahaya42 opened 1 year ago
This is probably an issue with the python version. Should be 3.9 or higher.
The version of python that ships with Ubuntu 20.04 LTS is 3.8.2. Currently on my system I have:
python3 --version
Python 3.8.10
Alright, we have found the issue! I would recommend upgrading to a newer LTS version like Jammy Jellyfish 22.04. If you don't want to, we could create an issue for that instead. Maybe there is a workaround for it.
Since it was a new VM dedicated to LibrePhotos, I've tossed it away and started afresh with Ubuntu 22.04.1 LTS. After making the changes described in issue #54 and issue #55. The installation ran successfully, the services started and the first setup page was displayed. :smile:
Based on this I would recommend:
To install librephotos, I made a fresh install of Ubuntu 20.04.5 LTS in VirtualBox. I solved a couple of issues (postgresql user & secret.key) but now I'm stuck on
TypeError: 'type' object is not subscriptable
error.The same error occurs in the
/var/log/librephotos/gunicorn_django.log
file when launch the site for the first time in a web browser.Any suggestions on how to investigate this further?