Pypylon No module detected
I was wondering whether you could help me with an issue I'm having? I want to be able to import Pypylon and into a python script I'm writing, in order to execute camera commands. I've followed the online instructions of:
i) downloading pylon I've downloaded the Debian version. I've done this on my desktop (running Ubuntu 20.4) and I have also tried to do this on a Raspberry Pi. In both cases when I open the viewer it connects with the camera no problem. ii) downloading the binary wheel. For my desktop I downloaded the x86_manylinux version for Python 3.8 and for the Raspberry Pi I downloaded the ARM 3.8
Separately, I have also tried to compile it using swig
When I run the python script 'Import pypylon' in all cases above I get a 'module not found' error. I have downloaded a number of other applications successfully including OpenCV and have not come across this error before.
I don't have a huge amount of experience with Python so there may be something basic in the installation process that I'm missing. Looking online I have seen that some other users have had this issue too. Any suggestions you might have would be very welcome.