superduper icon indicating copy to clipboard operation
superduper copied to clipboard

[REL-CLT][CONTRIBUTE] Remarks

Open Lalith-Sagar-Devagudi opened this issue 9 months ago • 0 comments

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.

Lalith-Sagar-Devagudi avatar May 10 '24 08:05 Lalith-Sagar-Devagudi