ersilia-os / ersilia

The Ersilia Model Hub, a repository of AI/ML models for infectious and neglected disease research.
https://ersilia.io
GNU General Public License v3.0
203 stars 131 forks source link

🐛 Bug: ERROR: Command errored out with exit status 1: error: command 'gcc' failed: No such file or directory #309

Closed Hauwarh closed 1 year ago

Hauwarh commented 1 year ago

Describe the bug.

I'm unable to install the Ersilia python package, after using this commands git clone https://github.com/ersilia-os/ersilia.git cd ersilia pip install -e . I got this errors

image

image

Describe the steps to reproduce the behavior

Expected behavior.

To install the Ersilia tool

Screenshots.

No response

Operating environment

WSL Ubuntu 22,04 LTS

Additional context

No response

Hauwarh commented 1 year ago

Looking through the issue again, I realized I didnt activate ersilia's conda environment 😅 I activated it using conda activate ersilia and tried installed installing it. It started installing but threw some errors again image image

alaminumar commented 1 year ago

`i think you skipped astep`


# create a conda environment
conda create -n ersilia python=3.7
# activate the environment
conda activate ersilia.

but it seems you've realized that.

As for your second issue. I also had the same problem, I retried a second time and it worked
GemmaTuron commented 1 year ago

Hi @Hauwarh and @alaminumar

The error seems a connection error (read timed out) which might be due to internet connection issues, which is why downloading a second time worked. @Hauwarh were you able to run it again?

Hauwarh commented 1 year ago

Yes I was able to run it again. Thank you.