-
-
Notifications
You must be signed in to change notification settings - Fork 121
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
Failure to install using pip on mac #2484
Comments
As a follow-up question, what is the intended way to use the wrappers in the |
i'm now seeing general failure building either old or new python on our macOS ci. happy friday to me! |
@alexhsamuel , any chance you could look into this? =] |
Sure. But... I just factory-reset my MacBook last night and installed Monterey. Will probably take me a couple days to get everything installed again. |
Are there any updates on this? I am still encountering the same problem today |
This worked for me: brew install notcurses Then: CFLAGS=-I/opt/homebrew/include pip install notcurses However, this package seems broken. It is basically empty: #2803 |
I think I'm running in circles here. This issue seems to be the reason it's empty, because the CI job does not build it anymore 💡 : #2803 (comment) Publishing empty packages is sending people new to this library on wild goose chases. Maybe just take it down? |
I wanted to try out some of the Python examples but on a mac but upon trying to install via pip I get:
Full error
I guess there is an
-I
that is missing to the temp directory where the project is built? I don't know shit about fuck when it comes to Python packaging though.#2391 seems related.
The text was updated successfully, but these errors were encountered: