LCA-ActivityBrowser / activity-browser

GUI for brightway2
GNU Lesser General Public License v3.0
146 stars 57 forks source link

Update to python3.12 with PySide6 #1395

Open guidoca opened 1 week ago

guidoca commented 1 week ago

Feature request

Activity-browser seems to fail in python3.12 because it requires PySide6. Could it be updated for compatibility with newer python versions?

mrvisscher commented 1 week ago

Hi @guidoca ,

Thank you for your idea and for pr #1396 . We would very much like to move to PySide6 for other reasons as well. However, some core libraries are still missing in the PySide6 distribution on Anaconda, most importantly the QtWebengine is completely absent.

We are in the process of finding solutions for this. One of which would be dual support for Pyside2 & Pyside6 through QtPy, so we can at least be up to date when we distribute through PyPI.

Also see:

Let me know if you have any additional ideas or suggestions!

Kind regards,

Marin