PathwayMerger / PathMe

Harmonizing pathway databases using Biological Expression Language (BEL)

Home Page:https://pathme.scai.fraunhofer.de/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

other incompatibilities

flalix opened this issue · comments

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

Thank you again for posting this!