ZoneMinder / pyzm

Python API, Log, Event Server and Memory wrapper for ZoneMinder
GNU General Public License v2.0
31 stars 20 forks source link

Is there a roadmap to support recent SQLAlchemy versions? #47

Open tabascoz opened 6 months ago

tabascoz commented 6 months ago

Hi There,

Is there any plans to have support to 2.0.x SQLAlchemy versions? I am running dependency conflicts with some other tools and it would be nice to have.

Thanks

baudneo commented 6 months ago

Install zmes pyzm mlapi etc in its own virtual environment and set the sjebangs to point to the venv binary.

tabascoz commented 6 months ago

thanks, will think about that, now i manually installed sqlalchemy in python 3.10 and it's the only thing that is using it on my system. i'll wait a little more, but would be nice to have updated support anyway.

baudneo commented 6 months ago

Idk if sqlalchemy upgrade will break this. No one is working on this code base, it's not even in dep upgrade mode.

That said, you can always fork and put in a PR.

I'm restarting work on my public ml stuff for zm in January. This repo will be obsolete then.

New system builds its own venv as to not pollute system env.