cauldron / activity-browser

GUI for Brightway
GNU Lesser General Public License v3.0
0 stars 2 forks source link

Upgrade QT library to pyside6 #12

Open cmutel opened 3 months ago

cmutel commented 3 months ago

Feature request

Allows for more modern Python versions and could make AB pip-installable

mrvisscher commented 3 months ago

Relevant issues:

jsvgoncalves commented 3 months ago

https://github.com/cauldron/activity-browser/pull/11

cmutel commented 3 months ago

@jsvgoncalves Some context here: @mrvisscher already looked into this, and while everything in your PR would work for a pip-installable package, it would break in the other direction, as there is no Anaconda build of QT web engine for pyside6 available yet. There is a WIP PR on this but it seems to be going slowly.

We definitely don't want to have two forks of the AB, one only installable via pip and the other only installable via conda, so for now I think we have to either support the conda-forge maintainers or just be patient.