ruaml.yaml.clib for arm64 and python 3.12 missing
C version of reader, parser and emitter for ruamel.yaml
Brought to you by:
anthon
I'm unable to install ruamel yaml with python 3.12 and use the cpython implementation for arm64:
python3.12 -m pip install "ruamel.yaml==0.18.6" --target .dependency_layer --platform manylinux2014_aarch64 --implementation cp --only-binary=:all:
Collecting ruamel.yaml==0.18.6
Using cached ruamel.yaml-0.18.6-py3-none-any.whl.metadata (23 kB)
INFO: pip is looking at multiple versions of ruamel-yaml to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement ruamel.yaml.clib>=0.2.7; platform_python_implementation == "CPython" and python_version < "3.13" (from ruamel-yaml) (from versions: none)
ERROR: No matching distribution found for ruamel.yaml.clib>=0.2.7; platform_python_implementation == "CPython" and python_version < "3.13"
It works fine with 3.11
Just install without the dependency, (it will be removed in a future version of
ruamel.yaml
anyway.)Sorry for the delay, so many rude people wasting my time by double posting in incorrect projects that there is little time left