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
When trying to install the latest version 0.23.0 I get the following error:
...
[link library] librflxlang.so
error: [Errno 2] No such file or directory: 'cargo'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for RecordFlux
...
What is the cargo dependency here? Is this a new dependency on Rust? I previously had 0.19.0 installed. I'm not sure how to work around this at the moment. Please advise - thanks!
The text was updated successfully, but these errors were encountered:
We are rewriting some parts in Rust to enhance performance and enable new features, such as automatic test case generation, where Python would be too slow.
We provide wheels with precompiled libraries for systems with glibc 2.35+ (e.g., Ubuntu 22.04). So on these systems no Rust compiler is needed when installing RecordFlux from PyPI. Unfortunately, we cannot provide wheels for systems with older glibc at the moment.
Gotcha. I was wondering because my colleague uses an amd64 machine and didn't have the same issue whereas I use an arm64 machine and ran into this. I guess there is no precompiled library for arm64.
When trying to install the latest version
0.23.0
I get the following error:What is the
cargo
dependency here? Is this a new dependency on Rust? I previously had0.19.0
installed. I'm not sure how to work around this at the moment. Please advise - thanks!The text was updated successfully, but these errors were encountered: