echonet / dynamic

EchoNet-Dynamic is a deep learning model for assessing cardiac function in echocardiogram videos.
https://echonet.github.io/dynamic
Other
456 stars 163 forks source link

Echonet #80

Closed Alicoo1907 closed 6 months ago

Alicoo1907 commented 11 months ago

Does echonet package removed from pip ?

alexgcsa commented 10 months ago

I am currently experiencing the same issue here. I can't find the package.

adikrishnanucd commented 6 months ago

Has there been a fix for this issue? @alexgcsa @Alicoo1907

Alicoo1907 commented 6 months ago

@adikrishnanucd Unfortunately, same "ERROR: No matching distribution found for echonet" . I wonder if the owners removed the package?

alexgcsa commented 6 months ago

Hi, as far as I know, there has never been a pip package available.

You should download the project and install it using pip install on the respective folder.

I think there's a misunderstanding on the documentation of the project

alexgcsa commented 6 months ago

git clone https://github.com/echonet/dynamic.git cd dynamic pip install --user .

adikrishnanucd commented 6 months ago

@Alicoo1907 and @alexgcsa Thank you both very much for the clarification. I figured out that I needed to install the repository with pip. The problem has been resolved for me.

Just to clarify, to get rid of this issue:

  1. Navigate to the cloned repository (i.e. dynamic/ folder)
  2. Run pip install .
  3. The echonet package should be installed and you can very by checking your installed Python packages with pip list or pip show echonet.

Thank you very much.

Alicoo1907 commented 6 months ago

Oh, I just tried to install echonet with pip. I must have read or misunderstood. I'm closing the issue. Thanks both @alexgcsa @adikrishnanucd