I am working on Linux-Ubuntu 64-bit.
While Installing Ersilia, I encountered two dependency-related conflicts:
ersilia and isaura require different versions of h5py and loguru. I get the following error:
isaura 0.0.1 requires h5py==3.4.0, but you have h5py 3.7.0 which is incompatible.isaura 0.0.1 requires loguru==0.5.3, but you have loguru 0.6.0 which is incompatible.
Bentoml and sqlalchemy:
bentoml 0.11.0 requires sqlalchemy<1.4.0,>=1.3.0, but you have sqlalchemy 1.4.36 which is incompatible.
Describe the steps to reproduce the behavior
Install Anaconda, Docker, Git and Git-lfs
Create Anaconda environment with python version 3.7:
conda create -n ersilia python=3.7
Activate the environment and install ersilia:
conda activate ersiliagit clone https://github.com/ersilia-os/ersilia.gitcd ersiliapip install -e .
Describe the bug.
I am working on Linux-Ubuntu 64-bit. While Installing Ersilia, I encountered two dependency-related conflicts:
ersilia and isaura require different versions of h5py and loguru. I get the following error:
isaura 0.0.1 requires h5py==3.4.0, but you have h5py 3.7.0 which is incompatible.
isaura 0.0.1 requires loguru==0.5.3, but you have loguru 0.6.0 which is incompatible.
Bentoml and sqlalchemy:
bentoml 0.11.0 requires sqlalchemy<1.4.0,>=1.3.0, but you have sqlalchemy 1.4.36 which is incompatible.
Describe the steps to reproduce the behavior
conda create -n ersilia python=3.7
conda activate ersilia
git clone https://github.com/ersilia-os/ersilia.git
cd ersilia
pip install -e .
git clone https://github.com/ersilia-os/isaura.git
cd isaura
pip install -e .
Expected behavior.
No response
Screenshots.
Operating environment
Ubuntu 20.04.3
Additional context
No response