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

maturin fails if patchelf not installed #160

Open
tgonzalez89 opened this issue Oct 23, 2024 · 1 comment
Open

maturin fails if patchelf not installed #160

tgonzalez89 opened this issue Oct 23, 2024 · 1 comment

Comments

@tgonzalez89
Copy link

While building, in step 3 (Build rust_stdf_helper), maturin fails with the following message if patchelf is not installed:

maturin failed
  Caused by: Failed to parse patchelf version
  Caused by: empty string, expected a semver version

This is solved by installing patchelf. This can be done via pip.
Please update the build instructions to include this step or simply add patchelf to the requirements.txt.

@noonchen
Copy link
Owner

noonchen commented Oct 23, 2024 via email

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

No branches or pull requests

2 participants