PathwayMerger / PathMe

Harmonizing pathway databases using Biological Expression Language (BEL)
https://pathme.scai.fraunhofer.de/
Apache License 2.0
19 stars 2 forks source link

other incompatibilities #41

Open flalix opened 1 year ago

flalix commented 1 year ago

next, I found incompatibilities running import SqlAlchemy and Pybel

how to fix

pip3 uninstall purge sqlalchemy python3 -m pip install SQLAlchemy==1.3.0 python3 -m pip install seaborn

python3 -m pip uninstall pybel python3 -m pip install pybel==0.13.2

ddomingof commented 4 months ago

Thank you again for posting this!