You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
---Original---
From: "Tomas Gonzalez ***@***.***>
Date: Wed, Oct 23, 2024 17:26 PM
To: ***@***.***>;
Cc: ***@***.***>;
Subject: [noonchen/STDF-Viewer] maturin fails if patchelf not installed (Issue#160)
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.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
While building, in step 3 (Build
rust_stdf_helper
),maturin
fails with the following message ifpatchelf
is not installed:This is solved by installing
patchelf
. This can be done viapip
.Please update the build instructions to include this step or simply add
patchelf
to therequirements.txt
.The text was updated successfully, but these errors were encountered: