basler / pypylon

The official python wrapper for the pylon Camera Software Suite
http://www.baslerweb.com
BSD 3-Clause "New" or "Revised" License
558 stars 207 forks source link

Cannot install on Linux via pip #340

Open benknight135 opened 3 years ago

benknight135 commented 3 years ago

Trying to install with the following command:

pip3 install pypylon

But it fails to find a supported wheel for my platform. I had thought that as of 1.7.1 all common platforms were supported? I tried to directly install the wheel that looked correct for my platform: wheel link But I get the message:

ERROR: pypylon-1.7.2-cp38-cp38-manylinux_2_24_x86_64.whl is not a supported wheel on this platform.

I am running on Linux x64 running Ubuntu 16.04 with python v3.8.

thiesmoeller commented 3 years ago

See readme.md **) The linux binaries are manylinux_2_24 conformant. This is roughly equivalent to a minimum glibc version >= 2.24. ⚠️ You need at least pip 20.3 to install them.

So update your pip first