pyqt5 not working in linux #2050
-
Not sure why, but new users cannot open new issues nor respond to issues in linuxbrew-core. I want to respond to https://github.com/Homebrew/linuxbrew-core/pull/23174 Thanks for the fix. I can confirm that qt@5 is now working for me, but pyqt@5 is broken. Here are the error message from the terminal
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I think we disabled QtWebEngine in Linux, which probably means we need to figure out how to disable it for |
Beta Was this translation helpful? Give feedback.
-
I've opened a PR to fix this: Homebrew/homebrew-core#84181. It turns out we were disabling QtWebEngine on macOS ARM64 but not Linux. This was easy enough to fix and only one other change was needed to build this on Linux. |
Beta Was this translation helpful? Give feedback.
I've opened a PR to fix this: Homebrew/homebrew-core#84181. It turns out we were disabling QtWebEngine on macOS ARM64 but not Linux. This was easy enough to fix and only one other change was needed to build this on Linux.