bhowiebkr / laser-level-webcam

A tool for measuring height in microns of arbitrary sized objects using a webcam and a laser level.
MIT License
141 stars 13 forks source link

Binary install doesn't run on mac. #26

Open nanoplane opened 3 months ago

nanoplane commented 3 months ago

When starting, I get an error of:

Traceback (most recent call last): File "/Users/marcel/.local/bin/laser-level-webcam", line 8, in sys.exit(start()) ^^^^^^^ File "/Users/marcel/.local/pipx/venvs/laser-level-webcam/lib/python3.12/site-packages/src/main.py", line 400, in start qdarktheme.setup_theme(additional_qss="QToolTip {color: black;}") ^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'qdarktheme' has no attribute 'setup_theme'