-
Notifications
You must be signed in to change notification settings - Fork 75
Backend dependency issue: patchelf-wrapper not found #52
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
Comments
So the issue seems to be that |
Hmm no, it's not installable on Python 3.8 and 3.9 either. https://pypi.org/project/patchelf-wrapper does have a tarball, but somehow Pip refuses to find it. I don't understand the dependency though, it's abandonware - while https://pypi.org/project/patchelf/ seems well-maintained. |
You can reproduce the same error with a simple |
|
@FFY00 will look at which packages will actually need it (based on build files), and then inject only |
Also move to the patchelf package instead of patchelf-wrapper as the it's functionality is no longer needed and patchelf is better maintained. Fixed #52 Signed-off-by: Filipe Laíns <[email protected]>
Also move to the patchelf package instead of patchelf-wrapper as the it's functionality is no longer needed and patchelf is better maintained. Fixed #52 Signed-off-by: Filipe Laíns <[email protected]>
I don't immediately see what is going on here, but it's a bug in
meson-python
I think. Apply this patch on top of SciPy's main branch:Then
pip install .
is very unhappy (on Arch Linux, in the standardscipy-dev
conda env):Verbose
pip
output in case it helps:The text was updated successfully, but these errors were encountered: