Installation problem of pypylon open source library for Bassler camera

Hello all!

I am trying to install pypylon open source library by using pip3 install (…whl) code but terminal warns me it is not true version. The installation files are here: https://github.com/Basler/pypylon/releases

Can anyone help me?

Hi there, does the package install ok with the warning? Are you able to import it from python3 interactive shell?

In addition since it is a library provided by Basler and perhaps not specific to Jetson, you might also want to ask them about the issue on their GitHub or by contacting their technical support.

Hi. I am sorry for late reply.
I cannont instal pypylon library. I tried all installation instructions but, It is not installed. The software pylon is working well. I can connect the camera but, python library is not installed. I asked this issue to Bassler technical support. If I got soultion, I type it here.

The problem is still on going. I did not understand something. The Bassler released pypylon for all platforms even ARM cpu. Nvidia Jetson Nano has arm cpu but I cannot install pypylon library. I need to solve this problem.

released versions:

pypylon-1.4.0-cp34-cp34m-linux_x86_64.whl
8.42 MB
pypylon-1.4.0-cp36-cp36m-linux_x86_64.whl
8.44 MB
pypylon-1.4.0-cp35-cp35m-linux_x86_64.whl
8.44 MB
pypylon-1.4.0-cp37-cp37m-linux_x86_64.whl
8.38 MB
pypylon-1.4.0-cp27-cp27m-win32.whl
3.51 MB
pypylon-1.4.0-cp27-cp27mu-linux_i686.whl
7.44 MB
pypylon-1.4.0-cp27-cp27m-win_amd64.whl
4.24 MB
pypylon-1.4.0-cp34-cp34m-linux_i686.whl
7.45 MB
pypylon-1.4.0-cp36-cp36m-linux_i686.whl
7.46 MB
pypylon-1.4.0-cp35-cp35m-linux_i686.whl
7.46 MB
pypylon-1.4.0-cp37-cp37m-linux_i686.whl
7.41 MB
pypylon-1.4.0-cp33-cp33m-win32.whl
3.52 MB
pypylon-1.4.0-cp33-cp33m-win_amd64.whl
4.24 MB
pypylon-1.4.0-cp34-cp34m-win32.whl
3.52 MB
pypylon-1.4.0-cp34-cp34m-win_amd64.whl
4.24 MB
pypylon-1.4.0-cp35-cp35m-win32.whl
3.53 MB
pypylon-1.4.0-cp35-cp35m-win_amd64.whl
4.22 MB
pypylon-1.4.0-cp36-cp36m-win32.whl
3.53 MB
pypylon-1.4.0-cp27-cp27mu-linux_armv7l.whl
6.3 MB
pypylon-1.4.0-cp36-cp36m-win_amd64.whl
4.22 MB
pypylon-1.4.0-cp34-cp34m-linux_armv7l.whl
6.3 MB
pypylon-1.4.0-cp37-cp37m-win32.whl
3.53 MB
pypylon-1.4.0-cp36-cp36m-linux_armv7l.whl
6.31 MB
pypylon-1.4.0-cp37-cp37m-linux_armv7l.whl
6.27 MB
pypylon-1.4.0-cp37-cp37m-win_amd64.whl
4.22 MB
pypylon-1.4.0-cp27-cp27mu-linux_aarch64.whl
7.72 MB
pypylon-1.4.0-cp34-cp34m-linux_aarch64.whl
7.73 MB
pypylon-1.4.0-cp36-cp36m-linux_aarch64.whl
7.73 MB
pypylon-1.4.0-cp35-cp35m-linux_aarch64.whl
7.73 MB
pypylon-1.4.0-cp37-cp37m-linux_aarch64.whl
7.7 MB
Source code
(zip)
Source code
(tar.gz)

I was able to install pypylon-1.4.0-cp36-cp36m-linux_aarch64.whl without issue using pip3.

Are you using this pip wheel for Python 3.6? [url]https://github.com/basler/pypylon/releases/download/1.4.0/pypylon-1.4.0-cp36-cp36m-linux_x86_64.whl[/url]

I installed it successfully 10 minutes ago. Firstly, I downloaded “pypylon-1.4.0-cp36-cp36m-linux_aarch64.whl” package, and then I installed it as manual using this code " pip3 install . It is working very well.

Thank you.