fastobo / fastobo-py

Faultless AST for Open Biomedical Ontologies in Python.
http://fastobo.readthedocs.io
MIT License
24 stars 4 forks source link

Install fails on Python 3.11 #319

Closed joeflack4 closed 1 year ago

joeflack4 commented 1 year ago

Overview

I am trying to pip install on Python 3.11, but I get an error.

System

Error

Short error

ERROR: Failed building wheel for fastobo

Log

/Library/Frameworks/Python.framework/Versions/3.11/bin/python3 -m pip install fastobo -vv: pipfail.txt

althonos commented 1 year ago

@joeflack4 : Please re-run with pip -vv and post the output again, the log contains no information helpful for debugging the error. In addition, on what platform are you trying to install the library?

joeflack4 commented 1 year ago

@althonos My bad, shoulda done that. I updated the OP with system info and the full log with -vv.

althonos commented 1 year ago

Thanks! I have added Python 3.11 wheels for MacOS, could you try them out please? Try installing with pip install fastobo --pre.

joeflack4 commented 1 year ago

Yay! Successfully installed fastobo-0.12.2rc2

That was fast, thanks a lot.

althonos commented 1 year ago

Happy to hear!