I want to instrument my oscilloscope with a python script but I encounter a problem when executing the setup.py script needed to instatllate the driver.
I have installed the ps5000 library, which can be found in \opt in my computer.
When i execute the following command i have an error message
victor@victor-X455LJ:~$ sudo python3 setup.py install
[sudo] Mot de passe de victor :
running install
running build
running build_py
error: package directory 'picosdk' does not exist
I don't know why i have this error message
I use Ubuntu 20.4 and python 3.7
Currently the setup.py script will look for only the ps2000 files to check you have the drivers installed, you can change this to look for the ps5000 files by changing the name variable on line 16 of the script.