[07:53:48] <chrysn> When using a 64bit Python3.7 on Linux (Debian default Python) in a venv, what can make a `pip install "pc-ble-driver-py == 0.13.0" --verbose` fail with a "Skipping link [...] (requires-python:!=2.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, <4); it is not compatible with this Python" error?
[07:54:35] <chrysn> The wheel of the above line was disambiguated as "pc_ble_driver_py-0.13.0-cp37-cp37m-manylinux2010_x86_64.whl"
[07:58:12] <chrysn> Had I just looked on one more search result page -- manylinux2010 packages were not suppored by the installed pip version, a `pip install --upgrade pip` did the trick.