[Libre-soc-dev] Getting an SSH access to the repositories

Jacob Lifshay programmerjake at gmail.com
Mon Jul 12 21:05:07 BST 2021


On Mon, Jul 12, 2021, 12:30 Dmitry Selyutin <dmitry.selyutin at 3mdeb.com>
wrote:

> 2. 6.7 power_instruction_analyzer (pia)
> $ python3 -m pip install --user target/wheels/*.whl
> power_instruction_analyzer-0.2.0-cp37-cp37m-manylinux_2_24_x86_64.whl is
> not a supported wheel on this platform.
>

hmm, which version of pip do you have? you probably need to upgrade it to
support PEP600:
https://www.python.org/dev/peps/pep-0600/

Upgrade with:
python3 -m pip install --upgrade pip

you can check which wheels your version of pip supports:
python3 -m pip debug --verbose

Jacob

>


More information about the Libre-soc-dev mailing list