SmuView is a GUI for sigrok that supports power supplies, electronic loads and all sorts of measurement devices like multimeters, LCR meters and so on.
Enviroment (please complete the following information):
SmuView 0.0.5
AppImage from github
OS: MacOS Monterey 12.1 on Apple M1 Pro
Additional context
From my initial analysis, it looks like there is a hard link from Python3.9 to path XYZ in the application.
I installed Python3.9 via brew and it is also set via the PATH variable. Suggestion would be either to deliver Python and the dependencies in the AppImage as a bundle, or to set the link to Python 3.9 generically to 'python3.9'.
Describe the bug Can't execute SmuView under MacOS Monterey 12.1 on Apple M1 Pro.
To Reproduce
Expected behavior The application should start up ;)
Screenshots or log
Enviroment (please complete the following information):
Additional context From my initial analysis, it looks like there is a hard link from Python3.9 to path XYZ in the application. I installed Python3.9 via brew and it is also set via the PATH variable. Suggestion would be either to deliver Python and the dependencies in the AppImage as a bundle, or to set the link to Python 3.9 generically to 'python3.9'.