You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First install locally built wheels and then all other dependencies
NOTE: using --no-index to workaround the fact that older versions of pip
used to prefer these local packages rather than downloading them from
the Internet. See pypa/pip#12110
In previous builds pip may have actually downloaded wheels from PyPI
(when they were available) instead of installing the locally built ones
without us even knowing about it!
The fact that the latest xmlsec v1.3.15 is missing it's wheels for
Python 3.11 Linux (as they claim having issues with their build infra
ATM) is just exposing the issue.
0 commit comments