acconeer / acconeer-python-exploration

Acconeer Exploration Tool
https://docs.acconeer.com
Other
171 stars 62 forks source link

GUI alert Failed to setup streaming! #119

Closed jbenedictodatakorum closed 2 years ago

jbenedictodatakorum commented 2 years ago

Hi,

I'm trying to run the modules for a A111, on a new computer but for some reason in this new computer when I try to start the measurements, the GUI gives me an alert, and the module disconects. I'm using win 10.

image

image

Does anyone know how to solve this?

Thanks!

vackraetraed commented 2 years ago

Hello @JorgeBenedicto

Try running the file cmd_with_path.bat and enter the following into the cmd: python -m pip install PySide6==6.3.1 shiboken6==6.3.1

Then run the exploration tool again.

jbenedictodatakorum commented 2 years ago

It works perfectly now.

Thank you @vackraetraed.