Closed DhanshreeA closed 1 year ago
@miquelduranfrigola @GemmaTuron
Have you tried first installing Ersilia again? We made changes to the installation due to the bentoML slimming, so it might be the validators package is not installed in your current ersilia version. Validators package is specified as a req in the setup.py file
Try a python -m pip install -e .
in your ersilia env from the updated ersilia repo before fetching
Ah thanks for that @GemmaTuron I've installed ersilia again and while it does get installed, pip is flagging a dependency conflict. Have you run into this?
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
google-api-core 2.10.2 requires protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.19.5, but you have protobuf 3.18.3 which is incompatible.
I see the progress bar in blue is new :grin:
No dependency conflicts on my side, @miquelduranfrigola ?
Hi @DhanshreeA !
Are you able to run Ersilia normally? Can we close this issue?
Hi @GemmaTuron yes it is working! Good to close the issue.
Describe the bug.
I have an editable install of ersilia within the ersilia conda environment. I am at commit https://github.com/ersilia-os/ersilia/commit/77fb8c3dc8f2292647feb63e16fc0c6721bd3eab and this is the stack trace while running
ersilia -v fetch
Describe the steps to reproduce the behavior
ersilia -v fetch eosxxxx
Expected behavior.
No response
Screenshots.
No response
Operating environment
Ubuntu 22.04.1 LTS
Additional context
No response