image-matching-benchmark-baselines icon indicating copy to clipboard operation
image-matching-benchmark-baselines copied to clipboard

about the system/*.yml

Open DIVE128 opened this issue 5 years ago • 7 comments

conda env create -f hardnet.yml about 60 packages not found

Solving environment: failed ResolvePackageNotFound:

  • pillow==5.2.0=py35heded4f4_0
  • openssl==1.0.2u=h516909a_0
  • expat==2.2.6=he6710b0_0
  • freeglut==3.0.0=hf484d3e_5
  • icu==58.2=h9c2bf20_1

......

DIVE128 avatar Oct 27 '20 12:10 DIVE128

Which OS are you running on?

ducha-aiki avatar Oct 27 '20 12:10 ducha-aiki

Which OS are you running on?

Thanks for your reply. It's windows 10

DIVE128 avatar Oct 27 '20 12:10 DIVE128

Which OS are you running on?

Thanks for your reply. It's windows 10

I try to move these packages to - pip of the hardnet.yml and run conda env create -f hardnet.yml again then some of them says the version is not found

DIVE128 avatar Oct 27 '20 12:10 DIVE128

Try to remove all hashes in .yml file, e.g.

pillow==5.2.0=py35heded4f4_0 -> pillow==5.2.0

The hashes are different for each OS. Anyway, it would be a miracle, if everything would work on Windows, as we never tried it ourselves...

ducha-aiki avatar Oct 27 '20 12:10 ducha-aiki

Try to remove all hashes in .yml file, e.g.

pillow==5.2.0=py35heded4f4_0 -> pillow==5.2.0

The hashes are different for each OS. Anyway, it would be a miracle, if everything would work on Windows, as we never tried it ourselves...

so,will it work if it's a linux system?

DIVE128 avatar Oct 27 '20 13:10 DIVE128

Conda yml as is? Yes, that is working on Ubuntu, also on Debian and afaik on CentOS.

ducha-aiki avatar Oct 27 '20 15:10 ducha-aiki

Conda yml as is? Yes, that is working on Ubuntu, also on Debian and afaik on CentOS.

thank you

DIVE128 avatar Oct 28 '20 02:10 DIVE128