Closed florolf closed 11 months ago
JS220
other
Linux Ubuntu amd64 (PC)
When trying to open the calibration widget, the UI crashes because it cannot find current_offset.png (and voltage_offset.png).
current_offset.png
voltage_offset.png
They are present in the source, but do not get installed into the appropriate paths when pip install is executed.
pip install
The referenced files should get installed and the UI should not crash.
python -m pip install -U --upgrade-strategy=eager joulescope_ui
No response
Fixed in 1.0.46
Joulescope model
JS220
UI version
other
What OS are you seeing the problem on?
Linux Ubuntu amd64 (PC)
What happened?
When trying to open the calibration widget, the UI crashes because it cannot find
current_offset.png
(andvoltage_offset.png
).They are present in the source, but do not get installed into the appropriate paths when
pip install
is executed.What was expected?
The referenced files should get installed and the UI should not crash.
How to reproduce?
python -m pip install -U --upgrade-strategy=eager joulescope_ui
Extra information
No response