acconeer / acconeer-python-exploration

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

Missing pip packages for Arch Linux #129

Closed noahbliss closed 1 year ago

noahbliss commented 1 year ago

Running this on Arch required the following prerequisites in addition to those on the readme:

pip3 install pyside6 pyqtdarktheme qtawesome pyperclip

pyside6 was necessary to get any GUI window. The others were necessary after clicking A121. Without them, the program quietly crashes.

noahbliss commented 1 year ago

While on the topic of arch, "dialout" is not the group for this distribution, it is "uucp" and "tty"

If arch isn't supported, that's fine, but could be worth mentioning in the readme or allowing the user to modify the group name from the default during the setup.

noahbliss commented 1 year ago

Ah nevermind, this was a bug resulting from zsh parameter expansion.