ersilia
ersilia copied to clipboard
🐛 Bug: Exception eosbase-bentoml-0.11.0-py37 source environment does not exist
Describe the bug.
Exception: eosbase-bentoml-0.11.0-py37 source environment does not exist
This bug pops up when I try to fetch any model. example: ersilia -v fetch eos4e41 > eos4e41.log
This a log file: eos4e41.log
Describe the steps to reproduce the behavior
- got to ersilia with : cd ersilia
- activate ersilia with: conda activate ersilia
- fetch a model with: ersilia -v fetch eos4e41 > eos4e41.log
Expected behavior.
When I execute this last command which allows us to fetch a model after a few minutes of installing the packages, the terminal displays this:
$ conda update -n base -c defaults conda
CondaHTTPError: HTTP 000 CONNECTION FAILED for url https://repo.anaconda.com/pkgs/main/linux-64/python-3.7.13-h12debd9_0.conda Elapsed: -
An HTTP error occurred when trying to retrieve this URL. HTTP errors are often intermittent, and a simple retry will get you on your way.
Could not find conda environment: eosbase-bentoml-0.11.0-py37
You can list all discoverable environments with conda info --envs
.
13:23:06 | INFO | Cloning base conda environment and adding model dependencies
Traceback (most recent call last):
File "/home/ing/anaconda3/envs/ersilia/bin/ersilia", line 33, in
Screenshots.
ubuntu 22.04 LTS
Operating environment
Ubuntu 22.04 LTS
Additional context
No response
Seems like there is a problem with your conda installation, can you run conda env list
and paste the output here? (it will show all the envs available to you)
@GemmaTuron After run conda env list
This is the output
Thanks, you see how you don't have the eosbase environment listed there? This should have been created during ersilia's installation...
- Update pip
- Delete ersilia's conda environment and create it again (make sure its python=3.7)
- Pull latest changes from ersilia's git repository (I don't see where you are clonning the Git Repo, but I assume you have the latest version clonned?)
- and pip install ersilia again
Ah okay I see Thanks so much @GemmaTuron
Hello @donaldte
Have you been able to make progress?
Thanks!
I'll close this issue due to inactivity