mhamilton723 / STEGO

Unsupervised Semantic Segmentation by Distilling Feature Correspondences
MIT License
712 stars 143 forks source link

Creating conda environment failing #9

Closed smohammad-de closed 2 years ago

smohammad-de commented 2 years ago

Unable to create conda environment using environment.yml file on ubuntu.

It is stuck in solving environment.

Pls check

SMSD75 commented 2 years ago

I have the same issue.

Dont-Care-Didnt-Ask commented 2 years ago

Me too.

PazAranyi commented 2 years ago

Hi, I had the same issue, and I solved it by adding the next two lines to the "environment.yml" file: under pip, add: " -setuptools==59.5.0 -pyDeprecate==0.3.1 " I hope it could help the others.

mhamilton723 commented 2 years ago

thank you @PazAranyi I will add this to the setup!