Lee-Gihun / MEDIAR

(NeurIPS 2022 CellSeg Challenge - 1st Winner) Open source code for "MEDIAR: Harmony of Data-Centric and Model-Centric for Multi-Modality Microscopy"
MIT License
137 stars 30 forks source link

ERROR: Could not find a version that satisfies the requirement MEDIAR #10

Closed rmd13 closed 6 months ago

rmd13 commented 8 months ago

Hi, I am tring to intall MEDIAR into Anaconda3 using:

conda create --name Mediar python=3.8
conda activate Mediar
(base) C:\Users\rmd>conda activate Mediar
 (Mediar) C:\Users\rmd>python -m pip install MEDIAR

ERROR: Could not find a version that satisfies the requirement MEDIAR (from vers ions: none) ERROR: No matching distribution found for MEDIAR

How can this be solved? Thank you.

Lee-Gihun commented 6 months ago

The previous version of the our code contained numerous unusual package version mappings. I have now realigned these mappings. Please check again and reopen this issue if the problem recurs.