I download the Github SDK to use it with the ADC-24 data logger, followed the install steps without any trouble.
Also changed setup.py to picohrdl
Code: Select all
if not os.path.exists(signalfile):
name = 'picohrdl'
Code: Select all
File "/usr/local/lib/python3.10/dist-packages/picosdk/library.py", line 71, in _load
raise CannotFindPicoSDKError("PicoSDK (%s) not found, check %s" % (self.name, env_var_name))
picosdk.errors.CannotFindPicoSDKError: PicoSDK (picohrdl) not found, check LD_LIBRARY_PATH
I'm using Ubuntu 20 on WSL with virtual env
Thank you