Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 22 April 2025 starting at approximately 9am PDT. It is expected to take around 30 minutes and there will be several periods of downtime throughout the maintenance. Please address any comments, concerns, or questions to the helpdesk. This maintenance will be upgrading the GitLab database in order to be ready for the migration.
When testing python 3.10, I found that following the deployment installation process exactly led to using pip from python3.9, i.e. pip install ...
checked the python3.9 libraries and concluded it had everything it needed. Switching to python -m pip
instead of just pip
fixes this issue.