Recreate: ``` mkdir /tmp/test cd /tmp/test python3 -mvenv venv source venv/bin/activate pip3 install offat ``` Results in: ``` ERROR: Could not find a version that satisfies the requirement offat (from versions: none) ERROR: No matching distribution found for offat ```