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: Difficulty installing ersilia model due error in checking the latest pip version and bentoml==0.11.0 requirement not being met #373

Closed faith-zuby closed 1 year ago

faith-zuby commented 1 year ago

Describe the bug.

I'm receiving the following errors while trying to install the ersilia model hub:

  1. An error that states that it could not find a version that satisfies the requirement betoml==0.11.0
  2. An error that states no matching distribution found for bentoml==0.11.0
  3. And a warning that states there was an error in checking the latest version of pip

Describe the steps to reproduce the behavior

  1. open the wsl command line or ubuntu for windows
  2. create the ersilia environment, then git clone the git link
  3. cd ersilia then type pip install -e . it was at this point i received the error Screenshot 2022-10-17 013935

Expected behavior.

No response

Screenshots.

Screenshot 2022-10-17 013935

Operating environment

wsl

Additional context

No response

carcablop commented 1 year ago

Hello @faith-zuby. Maybe you should also check your internet connection. This connection should be stable.

ZakiaYahya commented 1 year ago

@faith-zuby i've encountered the same problem while installing ersilia model. I did these steps and i got rid of these error, plz follow theses steps and check whether it's working for you or not, do this inside the ersilia environment, sudo apt-get update sudo apt-get upgrade sudo apt install python3-pip pip3 --version after that deactivate the ersilia conda environment & rerun the terminal. I hope this works for u too.

GemmaTuron commented 1 year ago

Thanks @ZakiaYahya for the suggestions

I'd suggest also upgrading pip since the last line in your screenshot is showing that the pip version cannot be found

faith-zuby commented 1 year ago

Thank you for your support and @ZakiaYahya it actually worked thank you so much