istvanUniv
istvanUniv
Update: trying: /PyPylon-master/PyPylon$ sudo python3.6 setup.py also gives an error: No module named 'setuptools'
Thank you for the reply. I installed python 3.6 by sudo apt-get install python3.6 and then changed the python to python3 (alias python=python3). This is the version I must use...
UPDATE: Ok, I think it installed. The solution was installing cython and numpy separately, by: $ sudo pip install --upgrade cython $ sudo pip install numpy Then install pypylon by...
another way it to make sure you have python3, pip3 installed and run $ python3 -m pip install -e .
you also need matplotlib: $ python3 -mpip install -U matplotlib
you also need tqdm: $ pip3 install tqdm ...now you can run the example file: $ python3 list_cameras.py