Closed natividadesusana closed 2 years ago
@natividadesusana I advise to always output into a log file for easy debugging, you can run your fetch as ersilia -v fetch eos3b5e > my.log 2>&1
. The log file simply saves your output which you can upload to the issue here for easy debugging as the error might be missed.
Hi @natividadesusana indeed please paste the error log or I can't help
@natividadesusanaEu aconselho sempre a saída em um arquivo de log para facilitar a depuração, você pode executar sua busca como arquivos
ersilia -v fetch eos3b5e > my.log 2>&1
. O arquivo de log simplesmente salva sua saída, que você pode enviar para o problema aqui para facilitar a depuração, pois o erro pode ser perdido.
I tried but it didn't work ):
ok, from the little I can see in these errors ersilia is not installed, because even bentoML can't be found.
Can you write down exactly the steps that you took to install ersilia? with versions etc.
Also, do you have git-lfs installed?
And what pops up when you do conda env list
hello @natividadesusana if you don't answer the questions I posted above cant help you out I'm sorry. I need to see the log of the error which can be collected through the command line at fetch time, or alternatively a detailed explanation of what steps did you take to install ersilia, and which conda environments do you have-
When I do conda env list
:
I installed Git LFS:
conda install git-lfs -c conda-forge
git-lfs install
Then the isaura:
git clone https://github.com/ersilia-os/isaura.git
cd isaura
pip install -e .
Then it was Ersilia:
conda create -n ersilia python=3.9
conda activate ersilia
git clone https://github.com/ersilia-os/ersilia.git
cd ersilia
pip install -e .
I'm with the anaconda environment. conda version 22.9.0
Thanks @natividadesusana !
I see the conda environment for ersilia is python 3.9 when it should be 3.7, I also see you have both miniconda and anaconda installed?
Thanks @natividadesusana !
I see the conda environment for ersilia is python 3.9 when it should be 3.7, I also see you have both miniconda and anaconda installed?
Looks like so.. I'll fix it!
Hi @natividadesusana !
Let's work on #411 and when this is solved we can tackle model fetching and predicting. I'll close that issue for the time being.
Right!! Thank you!!
Describe the bug.
I successfully installed ersilia until I encountered these errors when running the eos9be7 model. On
ersilia -v fetch eos9be7
I got warnings and error:Describe the steps to reproduce the behavior
Expected behavior.
Fetch the model.
Screenshots.
Operating environment
MacOS M1
Additional context
All steps of Ersilia Model Hub installed.