bmild / nerf

Code release for NeRF (Neural Radiance Fields)
http://tancik.com/nerf
MIT License
9.83k stars 1.37k forks source link

ResolvePackageNotFound: - imagemagick #187

Open MOOM0001 opened 1 year ago

MOOM0001 commented 1 year ago

ResolvePackageNotFound: - imagemagick appears in the first step: conda env create -f environment.yml I don't know how to fix it

EdgeCaseLord commented 1 year ago

Are you trying this under Windows? Didn't work out for me as well, with the same error message. After doing some research, I found out that this package obviously doesn't exist for Windows (and yes, I do have ImageMagick installed and added it to my path - wouldn't get recognised). I'm currently trying to get it running in WSL and at least came further than the first step.