Closed kjeel-dev closed 4 months ago
You probably need to install libkrb5-dev
to be able to build the wheel. Not sure how that is done as regular user on TGX nodes. If you were on a Debian/Ubuntu system, it would be sudo apt-get install libkrb5-dev
.
Hmm, don't think that will be possible as a regular user. I can ask the admins, but the answer will probably be no.
I try to install tagreader using poetry add. I am on a Equinor RHEL8 TGX node. The error messages ends with:
Note: This error originates from the build backend, and is likely not a problem with poetry but with krb5 (0.5.1) not supporting PEP 517 builds. You can verify this by running 'pip wheel --no-cache-dir --use-pep517 "krb5 (==0.5.1)"'.
Running the following: pip wheel --no-cache-dir --use-pep517 "krb5 (==0.5.1)"' then leads to to errors taht ends with:
note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for krb5 Failed to build krb5 ERROR: Failed to build one or more wheels