Skip to content

README: add pyqt6-dev-tools to Debian deps#130

Merged
Huibean merged 1 commit into
dronecan:masterfrom
tridge:pr-qt6-deps
May 22, 2026
Merged

README: add pyqt6-dev-tools to Debian deps#130
Huibean merged 1 commit into
dronecan:masterfrom
tridge:pr-qt6-deps

Conversation

@tridge

@tridge tridge commented May 22, 2026

Copy link
Copy Markdown
Member

pyqtgraph imports from PyQt6 import sip, uic at module load time. On Debian/Ubuntu the uic submodule is split out of python3-pyqt6 into the pyqt6-dev-tools package, so without it the app crashes on startup with "ImportError: cannot import name 'uic' from 'PyQt6'".

pyqtgraph imports `from PyQt6 import sip, uic` at module load time. On
Debian/Ubuntu the uic submodule is split out of python3-pyqt6 into the
pyqt6-dev-tools package, so without it the app crashes on startup with
"ImportError: cannot import name 'uic' from 'PyQt6'".

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@Huibean

Huibean commented May 22, 2026

Copy link
Copy Markdown
Member

LGTM

@Huibean Huibean merged commit 4eda5d8 into dronecan:master May 22, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants