Closed lucabtz closed 3 years ago
The solution is:
pip install SQLAlchemy~=1.3.0
See https://github.com/archlinux/arch-security-tracker/pull/186/files
Indeed that fixed it. Maybe adding the version as indicated by the PR would be a good idea for newcomers
Hello, After following the instructions for running the tracker
make
,make run
andmake user
all fail with the same errorI suspect the API for
sqlalchemy_continuum
has changed in later versions and installing it from therequirements.txt
got the lastest as no version is specified there. Maybe specifying the package versions in therequirements.txt
would fix this and possible future issues of the same kind.