Simon Booth
Simon Booth
Maybe add a pyqt5 component?
I'll go find a selection of handy modules to add to the collection as there are others that are obvious (keras springs to the top of the list but then...
> pyqt5 Should have assigned to me - doing it now (want rembg + boto3 for personal uses) I can do simple stuff like this without problem (the more esoteric...
Crap - QT5 non MIT PyQt5 is dual licensed on all platforms under the Riverbank Commercial License and the GPL v3. Your PyQt5 license must be compatible with your Qt...
I just wrote the pyqt5 component and tested it with this demo - result was an assertion error This test was simply a case of dropping the component on the...
@unununununununun https://github.com/Embarcadero/P4D-Data-Sciences/pull/16 makes it work There is still an error on starting but I think this is just not having initialised QT5 or something. After the initial issue charts now...
I've made alternate versions of the project files for 10.2 and 10.3 which are on https://github.com/peardox/P4DLegacy/tree/main/Packages/Delphi Some small modifications were required to Source - basically removing some small features but...
I've worked out the method to allow Macs to work with models from local copies Just going to run a model to double check it works and compare to previously...
As a note I've identified the specific Python that was triggering this issue so trying to call the following (extracted + untested) will upset all Macs... ``` from collections import...