-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Had an issue when attempting to perform pip install hopswork
.
Installing collected packages: sqlalchemy Attempting uninstall: sqlalchemy Found existing installation: SQLAlchemy 2.0.31 Uninstalling SQLAlchemy-2.0.31: Successfully uninstalled SQLAlchemy-2.0.31 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. ipython-sql 0.5.0 requires sqlalchemy>=2.0, but you have sqlalchemy 1.4.48 which is incompatible. Successfully installed sqlalchemy-1.4.48
So I attempted to upgrade sqlalchemy's version in a bid to resolve this issue, and I got another issue
Requirement already satisfied: sqlalchemy in /usr/local/lib/python3.10/dist-packages (1.4.48) Collecting sqlalchemy Downloading SQLAlchemy-2.0.31-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 39.2 MB/s eta 0:00:00 Requirement already satisfied: typing-extensions>=4.6.0 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy) (4.12.2) Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy) (3.0.3) Installing collected packages: sqlalchemy Attempting uninstall: sqlalchemy Found existing installation: SQLAlchemy 1.4.48 Uninstalling SQLAlchemy-1.4.48: Successfully uninstalled SQLAlchemy-1.4.48 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. hsfs 3.7.6 requires sqlalchemy<=1.4.48, but you have sqlalchemy 2.0.31 which is incompatible. Successfully installed sqlalchemy-2.0.31
I kinda need more advise on what shall I do