We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think it's only a matter of making the wheel available for Python 3.12 on PyPI.
On Python 3.11.3, I'm able to install it via pip install rapidyaml, but on Python 3.12.0, it tries to build the wheel and fails.
Python 3.11.3
pip install rapidyaml
Python 3.12.0
I also tried with Poetry, but it complains that it's unable to find an installation candidate:
• Installing rapidyaml (0.5.0): Failed RuntimeError Unable to find installation candidates for rapidyaml (0.5.0)
Let me know if you need more information.
Thank you
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I think it's only a matter of making the wheel available for Python 3.12 on PyPI.
On
Python 3.11.3
, I'm able to install it viapip install rapidyaml
, but onPython 3.12.0
, it tries to build the wheel and fails.I also tried with Poetry, but it complains that it's unable to find an installation candidate:
Let me know if you need more information.
Thank you
The text was updated successfully, but these errors were encountered: