noonchen / STDF-Viewer

A free GUI tool to visualize STDF (semiconductor Standard Test Data Format) data files.
GNU General Public License v3.0
130 stars 45 forks source link

maturin fails if patchelf not installed #160

Open tgonzalez89 opened 1 week ago

tgonzalez89 commented 1 week ago

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 commented 1 week ago

Thanks for the info, looks like there's a dependency in the latest maturin, I'll try to specify maturin version in the requirements.txt.

---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: @.***>