Justin Lewis
2018-08-31 13:25:11 UTC
I'm running into the error below when trying to create an environment. I
created env.yml by doing conda env export > env.yml from an environment I
created a few days ago.
(base) C:\>conda env create -f env.yml --name myenv
Solving environment: failed
ResolvePackageNotFound:
- vs2015_runtime==15.5.2=3
- package_has_been_revoked
- vc==14.1=h21ff451_3
- vs2015_runtime[version='>=15.5.2']
- package_has_been_revoked
Any idea what a revoked package is? The only thing I've been able to find
from google on revoking is this PR which doesn't really describe it too
much https://github.com/kalefranz/conda-build/pull/5
Does this mean the conda channel I got these packages from deleted or
"revoked" them? If that's the case, is the best solution to make sure this
doesn't happen in the future to keep my own conda-channel and only install
things from there so I won't depend on state in public conda channels that
can change?
Thanks,
Justin
created env.yml by doing conda env export > env.yml from an environment I
created a few days ago.
(base) C:\>conda env create -f env.yml --name myenv
Solving environment: failed
ResolvePackageNotFound:
- vs2015_runtime==15.5.2=3
- package_has_been_revoked
- vc==14.1=h21ff451_3
- vs2015_runtime[version='>=15.5.2']
- package_has_been_revoked
Any idea what a revoked package is? The only thing I've been able to find
from google on revoking is this PR which doesn't really describe it too
much https://github.com/kalefranz/conda-build/pull/5
Does this mean the conda channel I got these packages from deleted or
"revoked" them? If that's the case, is the best solution to make sure this
doesn't happen in the future to keep my own conda-channel and only install
things from there so I won't depend on state in public conda channels that
can change?
Thanks,
Justin
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/81a5366c-e41d-4135-bdf7-73e38ccad591%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/81a5366c-e41d-4135-bdf7-73e38ccad591%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.