Syntool installation - syntool-meta2sql problem
#4
Hi Pete,

The problem is indeed the version of SQLAlchemy: the Syntool packages found in https://ftp.odl.bzh/odl/syntool have been published around 2018 if I remember correctly, so they worked with the latest SQLAlchemy version available at that time but incompatible changes have been introduced with later versions.

A simple workaround would be to downgrade SQLAlchemy to a version that doesn't contain these changes:

Code:
pip uninstall -y sqlalchemy
pip install "sqlalchemy<1.3.0"

Alternatively, you can install the syntool-exporter package available in the attachments of this message, it is an unreleased version but it should be compatible with the 1.4.11 version of SQLAlchemy.

Please let me know if one of these methods solved the problem.

Cheers,

Sylvain


Attached Files
.gz   syntool_exporter-0.1.19.tar.gz (Size: 5.68 KB / Downloads: 0)
Reply


Messages In This Thread
RE: Syntool installation - syntool-meta2sql problem - by Sylvain Herlédan - 2021-04-29T08:55 AM

Forum Jump: