Open hanjie-chen opened 1 year ago
i have the same problem, it's cause by sqlalchemy version is too high, you can follow this way pip install sqlalchemy~=1.4.48
hey, I have the same issue. Do you know if the issue will be fixed ? Or is there another maintained library that support latest version of SQL Alchemy. Thanks a lot.
the code last update time is 2019, It's been a long time since no one has been maintaining it, there is no way to solve this problem
Yes, but I saw there is a pr for that still waiting for validation
Do you know if there is other maintained lib providing tree structure management ?
@corentinclichy , if you want to use pr just install sqlalchemy_mptt from pr's branch: https://github.com/lowatt/sqlalchemy_mptt/tree/sqlalchemy
In requirements.txt it will look like: sqlalchemy_mptt @ git+https://github.com/lowatt/sqlalchemy_mptt@sqlalchemy
@tszyan Are you sure that its ok to do that ? seems pretty risky to take deps from a pr IMO
Do you know other lib that provides same feature for sqlalchemy ?
when I try to insert the root node in flask shell, there is something wrong happened
and my python code is here
and my python package is here
I can't figure out where is problem is, did that because the version of Flask-SQLAlchemy?