other incompatibilities
flalix opened this issue · 1 comments
flalix commented
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
Thank you again for posting this!