The version of PyQt on Ubuntu 22.04 is 5.15.6, and it is a lot more picky about the types being passed into API calls. In particular, trying to pass in float values to API calls like setPointSize(self, int) result in an exception now. We've fixed some of these, but more need to be fixed. See #108 for more information.