basler / pypylon

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

Problem: pip install pypylon #489

Open urlinuse123 opened 2 years ago

urlinuse123 commented 2 years ago

can not use "pip install pypylon" Error is: ERROR: Could not find a version that satisfies the requirement pypylon (from versions: none) ERROR: No matching distribution found for pypylon

pip -V is "pip 20.0.2" python3 -V is "Python 3.8.10"

System is Ubuntu 20.04 What could be the problem? Thanks

thiesmoeller commented 2 years ago

As we are a binary module... What is your platform ?

thiesmoeller commented 2 years ago

And upgrade your pip version as mentioned in readme.md

python -m pip install pip --upgrade

matt-VR commented 1 year ago

Same problem here. Ubuntu 18.04 on Jetson Nano (ARM 64) upgrading pip did not solve it. Does anybody have a solution to this?

MrtVisea commented 10 months ago

Did you find a solution?

AlexTLeo commented 9 months ago

Same issue... Solution: build it directly from source!

riccifab commented 6 months ago

Same issue, solved using python 3.11, i was using 3.12.2

thiesmoeller commented 6 months ago

Python 3.12 support will come short time

efine-vivodyne commented 3 months ago

Any update on python 3.12 support?

danielkonecny commented 3 months ago

I'm also interested in the Python 3.12 support.

AndreasLR commented 3 months ago

Also eager for 3.12 support