Open Npaffen opened 1 year ago
I think this should be sorted as part of https://github.com/AlphaGenes/AlphaFamImpute/issues/2, but will leave this open so we can test this at some point
I have the same issue, although some of the lines where the installation fails are different. Here is the message I get:
(first_env) [p309374@login2 AlphaImpute2]$ python3 -m pip install alphaplinkpython Collecting alphaplinkpython Using cached alphaplinkpython-0.0.5.tar.gz (283 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [12 lines of output]
Traceback (most recent call last):
File "
note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed
× Encountered error while generating package metadata. ╰─> See above for output.
note: This is an issue with the package mentioned above, not pip. hint: See above for details.
@sergiogonmoll we are aware of this issue and have looked at how to support this going onwards - see above links. It will not happen soon because we don't have dedicated funding just now for AlphaFamImpute so it's low on our priority. You can of course use other file format too!
When I try to install alphaplinkpython via pip I recieve the follwoing error message. I was unable to fix this. Reproducible under Python 3.10 with Linux Kernel 5.15.0-56-generic by running:
pip install alphaplinkpython
Stacktrace of the error: