juglab / HDN

This repository hosts the code for HDN (associated with the paper https://arxiv.org/pdf/2104.01374.pdf) for pixel and structured noise removal for microscopy and natural image datasets
Other
35 stars 7 forks source link

Installation via environment #3

Open LorenzoScipioni opened 2 years ago

LorenzoScipioni commented 2 years ago

I tried installing via .yml but got a "ResolvePackageNotFound" error on a bunch of libraries (file attached). Here's what I did:

  1. on the .yml link -> open this file in GitHub Desktop (the folder is cloned in my system)
  2. Anaconda prompt -> cd "....\HDN"
  3. conda env create -f HDN.yml
  4. Collecting package metadata (repodata.json): done -> Solving environment: failed
  5. Below the packages returned as not found

ResolvePackageNotFound:

CatEek commented 2 years ago

What OS and conda version are you using ?

STAR-811 commented 2 years ago

I met the same problem when using Windows 10 system. Can you offer some alternative methods? or can I use requirement.txt to install packages?