错误信息表明,当前安装的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 ...
Seems like conda-forge/ruamel_yaml-feedstock@8a5610b has the info where the _conda suffix was added. jezdez changed the title Fix name of ruamel_yaml_conda Python dependency Clean up use of ruamel_yaml(_conda) in favor of maintained ruamel.yaml project May 27, 2021 Member Author jezdez c...
使用本地存储库安装了Libyaml-Devel,Python-Devel,Python-PIP 下载了Ruamel.yaml-0.13.14.tar& PYPI的Ruamel.ordereddict-0.4.6.tar(依赖关系)。 现在,我能够使用PIP Install。可以安装Ruamel.orderedDict。但是,当我尝试以相同的方式安装Ruamel.yaml时,我得到了以下例外: [root@limulus ruamel.yaml-0.13.14]# pip ...
假设您可以使用 pip 扩展“conda”安装,您可以尝试正常安装 ruamel.yaml 使用: pip install ruamel_yaml==0.11.14 我通常不会推荐这样的旧版本,但它更有可能与 conda 在内部使用的版本结合使用。 另一种方法是切换到不使用 conda 的 python 和 pip,这样你就可以使用 PyPI 的最新版本软件。 原文由 Anthon 发布...
tests are busted due to something with setuptools and ruamel.yaml #5515 Closed Create 5517-fix-skeleton-patch.rst 8ee6c28 beckermr commented Oct 25, 2024 View reviewed changes conda_build/skeletons/pypi.py Outdated Show resolved fix: encoding keyword no longer working 253b635 codspeed...
return yaml.dump( object, Dumper=yaml.SafeDumper, block_seq_indent=2, default_flow_style=False, indent=2 ) def json_load(string):12 changes: 6 additions & 6 deletions 12 conda_env/env.py Original file line numberDiff line numberDiff line change @@ -11,15 +11,15 @@ from conda.bas...
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
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.