Python SDK : Device open failed with PICO_INFO_UNAVAILABLE

Post general discussions on using our drivers to write your own software here
Post Reply
amess
Newbie
Posts: 0
Joined: Tue Mar 13, 2018 5:14 pm

Python SDK : Device open failed with PICO_INFO_UNAVAILABLE

Post by amess »

Hi, I'm trying to run the block_capture.py example in the Python SDK .. but I get this:

Code: Select all

ERRO: Device open failed with PICO_INFO_UNAVAILABLE
With some print statements prior to this my driver : serial is as follows:

Code: Select all

ps4000a: CU640/144
I have a model 4824. Not sure how to debug from here ...
Also, are there any plans to have a Python 3.x version of the SDK? Thanks!

Hitesh

Re: Python SDK : Device open failed with PICO_INFO_UNAVAILAB

Post by Hitesh »

Hi amess,

Which operating system are you using?

Have you installed the python files from our GitHub repository?

We are looking to provide Python 3 code but it might be some time before this is available. You can try using a tool to convert the code from Python 2 to 3.

Update: We have resolved an issue in the Python bindings. Please update the files from GitHub and try again.

Regards,

Post Reply