MedViLL
MedViLL copied to clipboard
Error installing environment
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:
- pandas==1.1.3=py38he6710b0_0
- setuptools==50.3.0=py38hb0f4dca_1
- libffi==3.3=he6710b0_2
- pytorch==1.7.0=py3.8_cuda11.0.221_cudnn8.0.3_0
- pillow==8.0.1=py38he98fc37_0
- mkl_fft==1.2.0=py38h23d657b_0
- cudatoolkit==11.0.221=h6bb024c_0
- zlib==1.2.11=h7b6447c_3
- sqlite==3.33.0=h62c20be_0
- readline==8.0=h7b6447c_0
- xz==5.2.5=h7b6447c_0
- python==3.8.5=h7579374_1
- libpng==1.6.37=hbc83047_0
- numpy-base==1.19.2=py38hfa32c7d_0
- libuv==1.40.0=h7b6447c_0
- tk==8.6.10=hbc83047_0
- ld_impl_linux-64==2.33.1=h53a641e_7
- freetype==2.10.4=h5ab3b9f_0
- mkl_random==1.1.1=py38h0573a6f_0
- numpy==1.19.2=py38h54aff64_0
- libstdcxx-ng==9.1.0=hdf63c60_0
- lz4-c==1.9.2=heb0550a_3
- certifi==2020.11.8=py38h06a4308_0
- libtiff==4.1.0=h2733197_1
- libgcc-ng==9.1.0=hdf63c60_0
- jpeg==9b=h024ee3a_2
- ncurses==6.2=he6710b0_1
- mkl-service==2.3.0=py38he904b0f_0
- openssl==1.1.1h=h7b6447c_0
- lcms2==2.11=h396b838_0
- libedit==3.1.20191231=h14c3975_1
- zstd==1.4.5=h9ceee32_0
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.