Closed pravina5 closed 2 years ago
Hello @pravina5
Have you completed the necessary checks before? Running ersilia --help and testing the model eos3b5e
Hello Mentor Gemma
I had ran ersilia --help
and ersilia catalog
which worked for me . But for Model eos3b5e I got the same errors .
HEllo @pravina5 ,
I'd ask you to please look at your error files and check other issues that have already been solved, since many of your peers have been doing a lot of progress in the tasks assigned to them.
As you can see if you try to understand the log files, you don't have git lfs installed.
git: 'lfs' is not a git command. See 'git --help'.
Make sure you install it appropriately as explained in the requisites to run ersilia before attempting any more models
Thanks Mentor Gemma closing the issue .
Describe the bug.
I was to fetch models after the installation of Ersilia. I got some errors related to grpcio build failing and No modules bentoml found.
Previously I had faced a problem with grpcio package so I downloaded it explicitly using :
conda install grpcio
I have seen that bentoml also exists. Not sure why I am getting No module found. Attaching the log files for better understanding. The Errors are more or less the same in the logs for all the models that I have tried.
eos7pw8.log eos69p9.log eos3ae6.log
Describe the steps to reproduce the behavior
I ran these commands to fetch the model :
cd ersilia
conda activate ersilia
ersilia -v fetch modelno > my.log 2>&1
Expected behavior.
Successfully fetch model after running command .
Screenshots.
Operating environment
System Version: macOS 12.1 (M1 chip) , Kernel-Version: Darwin 21.2.0
Additional context
I am using the following versions of the packages :