38 / d4-format

The D4 Quantitative Data Format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't install latest pyd4 release

cademirch opened this issue · comments

Trying to install the latest pyd4 release:
pip install pyd4

Get this: (full error trace attached) pyd4_pip_err.txt

Some errors have detailed explanations: E0405, E0412, E0425, E0463, E0531.
      error: could not compile `memchr` (lib) due to 663 previous errors

      Caused by:
        process didn't exit successfully: `/Users/cade/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name memchr --edition=2021 /Users/cade/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=db9c73f321ff6fda -C extra-filename=-db9c73f321ff6fda --out-dir /private/var/folders/3k/ffyrjn4x7px101x_wvrk5q9h0000gn/T/pip-install-sla0gbdt/pyd4_0c025111068e4e10adff02e9aa87fa05/target/x86_64-apple-darwin/release/deps --target x86_64-apple-darwin -L dependency=/private/var/folders/3k/ffyrjn4x7px101x_wvrk5q9h0000gn/T/pip-install-sla0gbdt/pyd4_0c025111068e4e10adff02e9aa87fa05/target/x86_64-apple-darwin/release/deps -L dependency=/private/var/folders/3k/ffyrjn4x7px101x_wvrk5q9h0000gn/T/pip-install-sla0gbdt/pyd4_0c025111068e4e10adff02e9aa87fa05/target/release/deps --cap-lints allow` (exit status: 1)
      cargo rustc --lib --message-format=json-render-diagnostics --manifest-path Cargo.toml --target x86_64-apple-darwin --release -v --features pyo3/extension-module --crate-type cdylib -- -C link-args=-undefined dynamic_lookup -Wl,-install_name,@rpath/pyd4.cpython-38-darwin.so
      error: `cargo rustc --lib --message-format=json-render-diagnostics --manifest-path Cargo.toml --target x86_64-apple-darwin --release -v --features pyo3/extension-module --crate-type cdylib -- -C 'link-args=-undefined dynamic_lookup -Wl,-install_name,@rpath/pyd4.cpython-38-darwin.so'` failed with code 101
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for pyd4
Failed to build pyd4
ERROR: Could not build wheels for pyd4, which is required to install pyproject.toml-based projects

Same here, would be nice to have a fix for this issue.