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?
anaconda - Package not found when reverting conda environment - Stack Overflow
评论列表(0)
- 暂无评论