错误信息表明,当前安装的conda版本4.12.0需要一个版本大于或等于0.11.14的ruamel_yaml_conda包,但是系统中未安装这个版本的包。理解错误信息: conda是一个包管理器,它依赖于ruamel_yaml_conda包来处理YAML文件。如果ruamel_yaml_conda的版本不满足要求,conda将无法正常工作。查找...
python -c'__requires__ = ["ruamel_yaml_conda >= 0.11.14"]; import pkg_resources'||exit1 conda deactivate py.test tests -m"not integration and not installed"-vv 4 changes: 2 additions & 2 deletions4setup.py Original file line numberDiff line numberDiff line change ...
#10441 renamed the names of the ruamel_yaml/ruamel.yaml to ruamel_yaml_conda to both which effectively breaks Python packaging of conda. Steps to Reproduce pip install -e . $ pip install -e . Obtaining file:///Users/jezdez/Code/git/conda Collecting pycosat>=0.6.3 Using cached pycosat...
模块ruamel.yaml.comments 通常会从 site-packages/ruamel/yaml/comments.py 加载,而不是从 site-packages/ruamel_yaml/comments.py Conda 似乎在正确支持名称空间( ruamel. )方面存在问题,我只能归因于(尚未)完全 pip 兼容。尽管 “名称空间是个好主意” ,但包名称空间已经存在多年。 假设您可以使用 pip 扩展“c...
Current Behavior conda checks if something is a list, but since it is loaded by ruamel_yaml it is a CommentedSeq, which now no longer subclasses from list but from MutableSequence. Traceback (most recent call last): File "/opt/conda/lib/...
For awareness, it seems ruamel.yaml is changing it's behavior w.r.t. duplicate keys. Adding in variants from /tmp/tmp5zh1zkj7_recipe/recipe/conda_build_config.yaml /app/.conda/lib/python3.6/site-packages/ruamel/yaml/constructor.py:263: D...
A place to submit conda recipes before they become fully fledged conda-forge feedstocks - Change dependency from `ruamel_yaml` to `ruamel.yaml` · conda-forge/staged-recipes@6b28d33
fix: update pypi skeleton patch to use latest ruamel.yaml syntax c784137 conda-bot added the cla-signed label Oct 25, 2024 beckermr mentioned this pull request Oct 25, 2024 tests are busted due to something with setuptools and ruamel.yaml #5515 Closed Create 5517-fix-skeleton-patch...
I read the conda-forge documentation and could not find the solution for my problem there. Issue: after installing ruamel.yaml package, there is still no ruamel.yaml module: from bash history: 2144 conda create -c conda-forge -n dandi-ru...
conda-forge cdt builds. Contribute to conda-forge/cdt-builds development by creating an account on GitHub.