superduper
superduper copied to clipboard
[REL-CLT][CONTRIBUTE] Remarks
When I do python3 -m pip install -r deploy/testenv/optional_requirements.txt
I get this error
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
superduperdb 0.1.1 requires sqlalchemy>=2.0.28, but you have sqlalchemy 1.4.52 which is incompatible.
Successfully installed sqlalchemy-1.4.52
Because some of the ibis-framework
is changing it again to sqlalchemy-1.4.52
where as the python3 -m pip install -e '.'
installs sqlalchemy>=2.0.28
.