Open balhoff opened 3 years ago
Two different versions of networkx needed: Importing 'gcd' module from 'fractions' requires networkx==2.5 but 2.5 version of networkx conflicts with ontobio==2.7.6. Ontobio 2.7.6 requires networkx 2.3.
Screenshot of error when networkx==2.5 is installed:
Screenshot of error when networkx==2.3 is installed:
@rajshruti18 Thanks, those screenshots are awesome! I just switched the underlying GO-CAM emitter to ontobio
a few weeks ago to fix some things. I'll try reproducing this error and hopefully straighten out the dependency conflict.
@rajshruti18 and I are trying out signor2gocam. I am trying to install requirements and have problems after following these steps in a fresh checkout:
python3 -m venv pyenv
source pyenv/bin/activate
pip install wheel
(did this after some complaints from pip on the first try)pip install -r requirements.txt