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: Error while running pip install -e #395

Closed pravina5 closed 1 year ago

pravina5 commented 1 year ago

Describe the bug.

I completed the pre-requisite and cloned Ersilia from Github. I was trying to run 'pip install -e .' and got these errors. It seems like there is a build error while installing grpcio package.

I could see this build error when I scrolled up:

This error originates from a subprocess and is likely not a problem with pip.

ERROR: Failed building wheel for grpcio

Describe the steps to reproduce the behavior

Expected behavior.

I Expect the pip command to run successfully. So that I can proceed with ersilia --help command.

Screenshots.

Screenshot 2022-10-20 at 8 17 41 AM

Screenshot 2022-10-20 at 8 12 05 AM

Operating environment

System Version: macOS 12.1 (M1 chip) , Kernel-Version: Darwin 21.2.0

Additional context

This is I think a known issue. Referring to the following issue : https://github.com/grpc/grpc/issues/30064 .

pravina5 commented 1 year ago

Hello,

The issue is resolved after running some commands, referring to this issue https://github.com/grpc/grpc/issues/30064:

I could complete the installation successfully. If there are multiple python3 version follow the issue https://github.com/grpc/grpc/issues/30064.