admin管理员组

文章数量:1403446

I'd like to revert my conda environment back a few stages. I see this can be done with conda activate envname then conda install --revision #. This fails with the error message: PackagesNotFoundError: The following packages are missing from the target environment:.... I see elsewhere that the correct way to fix this error is to revert the environment via a yaml file. For my target revision number, how do I actually generate this yaml file?

本文标签: anacondaPackage not found when reverting conda environmentStack Overflow