StudentCV / PyPylon

pylon wrapper for Python
Other
5 stars 3 forks source link

Wheel for Raspbery Pi 3 and Python 3.5.2 #6

Open ghost opened 6 years ago

ghost commented 6 years ago

Hi :)

I would like install pypylon for python 3.5.2 on Raspbian. I tried install wheel cp34-cp34m but I obtain errors. What should I do ?

Thanks for help :)

oliver02 commented 6 years ago

Hi, try the cp35-cp35m .whl. That should work out.

ghost commented 6 years ago

This one: pypylon-1.0.7+pylon5.0.5.9000-cp35-cp35m-linux_x86_64.whl ?

oliver02 commented 6 years ago

Yes. after 'cp' the number specifies your python version.

ghost commented 6 years ago

Yes, I know it. What about linux_x86_64.whl? It is a wheel for traditional processors. Raspbery PI uses ARM. I found information that package for RPI should be named linux_armv7l.