Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

about the system/*.yml #7

Open
DIVE128 opened this issue Oct 27, 2020 · 7 comments
Open

about the system/*.yml #7

DIVE128 opened this issue Oct 27, 2020 · 7 comments

Comments

@DIVE128
Copy link

DIVE128 commented Oct 27, 2020

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

......

@ducha-aiki
Copy link
Collaborator

Which OS are you running on?

@DIVE128
Copy link
Author

DIVE128 commented Oct 27, 2020

Which OS are you running on?

Thanks for your reply. It's windows 10

@DIVE128
Copy link
Author

DIVE128 commented Oct 27, 2020

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

@ducha-aiki
Copy link
Collaborator

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...

@DIVE128
Copy link
Author

DIVE128 commented Oct 27, 2020

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?

@ducha-aiki
Copy link
Collaborator

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

@DIVE128
Copy link
Author

DIVE128 commented Oct 28, 2020

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

thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants