I just did a clean install of v63 on Ubuntu 22.04, and ran into this old favourite when trying to restore a backup:
BackendException: Could not initialize backend: No module named 'boto'
I know this has come up many times before, and I fixed it with apt install python3-boto
, but shouldn’t this be fixed out of the box anyway? I’m happy to do a PR for it, but I’m just wondering if there’s some reason it’s not been done already?