SuperSupermoon / MedViLL

MedViLL official code. (Published IEEE JBHI 2021)
MIT License
83 stars 11 forks source link

Error installing environment #15

Open Zickbad opened 1 year ago

Zickbad commented 1 year ago

Hey, I tried to follow your steps for medville installation and I had some erros installing packages in Windows 11 with 3.8 python environment and conda 22.9.0.

I create a new environment with: conda create -n medvill python=3.8 and update environment conda env update --name medvill --file medvill.yaml --prune

those throw me the following error:

Solving environment: failed

ResolvePackageNotFound:

Also tried install with pip in the environment (medvill) throwing numpy dependencies issues and after manually install 1.19, then torch have conflicting dependencies. Any help would be appreciated ty.