-
Notifications
You must be signed in to change notification settings - Fork 126
PyQt conflicting version bug? #3533
Copy link
Copy link
Open
Labels
BugIssues that describe a bug and possibly a suggested solutionIssues that describe a bug and possibly a suggested solutionDependencyPull requests that update a dependency filePull requests that update a dependency fileDevOpsFor everything related to logistics of codeFor everything related to logistics of codeDifficulty - 7Well-defined tasks that require some understanding about the relevant system and toolsWell-defined tasks that require some understanding about the relevant system and tools
Metadata
Metadata
Assignees
Labels
BugIssues that describe a bug and possibly a suggested solutionIssues that describe a bug and possibly a suggested solutionDependencyPull requests that update a dependency filePull requests that update a dependency fileDevOpsFor everything related to logistics of codeFor everything related to logistics of codeDifficulty - 7Well-defined tasks that require some understanding about the relevant system and toolsWell-defined tasks that require some understanding about the relevant system and tools
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description of the task
For some wild reason, the version of PyQt that pyqtgraph runs on is 6.6.1, when at a minimum we should be using PyQt 6.8.0 according to the documentation.
Also, PyQt is currently grabbed from the local machine and not the Bazel remote. Either figure out a way to wrap it into the Bazel container (ideal) or update the version used in
setup_software.shAcceptance criteria
Blocked By