Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: maturin-action to build wheels #135

Closed
wants to merge 13 commits into from
Closed

WIP: maturin-action to build wheels #135

wants to merge 13 commits into from

Conversation

bluegenes
Copy link
Contributor

@bluegenes bluegenes commented Oct 3, 2023

currently same error as was fixed by moving to mamba build in #80

error: failed to run custom build command for `librocksdb-sys v0.11.0+8.1.1`

Caused by:
  process didn't exit successfully: `/home/runner/work/pyo3_branchwater/pyo3_branchwater/target/release/build/librocksdb-sys-e9b3922463827209/build-script-build` (exit status: 101)
  --- stderr
  thread 'main' panicked at 'Unable to find libclang: "couldn't find any valid shared libraries matching: ['libclang.so', 'libclang-*.so', 'libclang.so.*', 'libclang-*.so.*'], set the `LIBCLANG_PATH` environment variable to a path where one of these files can be found (invalid: [])"', /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.65.1/lib.rs:603:31
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...
💥 maturin failed
  Caused by: Failed to build a native library through cargo
  Caused by: Cargo build finished with "exit status: 101": `PYO3_ENVIRONMENT_SIGNATURE="cpython-3.8-64bit" PYO3_PYTHON="/usr/local/bin/python3.8" PYTHON_SYS_EXECUTABLE="/usr/local/bin/python3.8" "cargo" "rustc" "--target" "x86_64-unknown-linux-gnu" "--message-format" "json-render-diagnostics" "--manifest-path" "/home/runner/work/pyo3_branchwater/pyo3_branchwater/Cargo.toml" "--release" "--lib"`
Error: The process '/usr/bin/docker' failed with exit code 1
    at ExecState._setResult (/home/runner/work/_actions/PyO3/maturin-action/v1/dist/index.js:1702:25)
    at ExecState.CheckComplete (/home/runner/work/_actions/PyO3/maturin-action/v1/dist/index.js:1685:18)
    at ChildProcess.<anonymous> (/home/runner/work/_actions/PyO3/maturin-action/v1/dist/index.js:1579:27)
    at ChildProcess.emit (node:events:513:28)
    at maybeClose (node:internal/child_process:1100:16)
    at Process.ChildProcess._handle.onexit (node:internal/child_process:304:5)
Error: The process '/usr/bin/docker' failed with exit code 1

@ctb
Copy link
Collaborator

ctb commented Oct 3, 2023

🤩

@bluegenes bluegenes changed the title EXP: maturin-action to build wheels MRG: maturin-action to build wheels Oct 3, 2023
@bluegenes bluegenes changed the title MRG: maturin-action to build wheels WIP: maturin-action to build wheels Oct 3, 2023
@bluegenes bluegenes closed this Dec 1, 2023
@ctb ctb deleted the maturin-wheels branch June 11, 2024 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants