-
Notifications
You must be signed in to change notification settings - Fork 40
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
Comments
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 |
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. |
so,will it work if it's a linux system? |
Conda yml as is? Yes, that is working on Ubuntu, also on Debian and afaik on CentOS. |
thank you |
conda env create -f hardnet.yml
about 60 packages not found
Solving environment: failed
ResolvePackageNotFound:
......
The text was updated successfully, but these errors were encountered: