-
Notifications
You must be signed in to change notification settings - Fork 10
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
pip install failure #71
Comments
pytomlpp wheels builds were failing on some platforms: bobfang1992/pytomlpp#71 :(:(
Hey sorry I completely missed this message, let me take a look. |
Nevermind i'm too tired to read. |
@Carreau I thought that is what we are doing right now. |
https://github.com/bobfang1992/pytomlpp/blob/master/.github/workflows/dists.yml#L52 |
Sorry my bad, I'm not sure why I get an error message that there are no wheel avail in my project. Let me check. They are indeed present on PyPI... |
Nevermind I'm too tired to read CI logs properly. |
Ah ! I was actually not crazy.. I't missing wheels for Python 3.11 :-) |
Hi I've just made a new release 1.0.12 can you give it a try? It should now support 3.11 |
Hi @marzer I don't think I fully understand this issue, so this is in toml++'s CI and you are building pytomlpp from scratch? I wonder what's the setup? Thanks! |
👍 ❤️ |
Yeah it was in TOML++'s ci for the doxygen stuff, but I wasn't explicitly doing anything special to build pytomlpp. All I was doing was I've implemented a workaround in the mean-time so I think I'll just close this one. If it happens again I'll try to get some more info for you :) |
Hola,
As of today I've been getting this error in CI when installing pytomlpp:
Looks like it's a classic "warning treated as error" situation, though I don't know enough about pip and setuptools to know for sure. Any ideas?Oh, scratch that. It doesn't know what
x86_64-linux-gnu-gcc
is O_o. Guess that means it is likely an issue with the github actions CI images?The text was updated successfully, but these errors were encountered: