-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
cannot install codecov-cli with uv #11253
Comments
That looks like an old uv Python install. Can you try reinstalling? |
I reinstalled python 3.12, 3.12.7, 3.13, deleted the venv, ran
|
It looks like you're missing some header file? Please refer to https://docs.astral.sh/uv/reference/troubleshooting/build-failures/ Does |
Looks like https://stackoverflow.com/questions/39199489/cannot-include-vector What does |
Thank you for the link, I'll have a read now. |
mm it's actually using Yeah sorry, you'd do |
It might be helpful to invoke the compiler to see what it "actually is", e.g.
|
I think it might be the On my machine, that directory does not have
It's in a subdirectory
|
I'm not sure how that LLVM directory is getting on your include path / how it's supposed to be correct populated. |
Steps that fixed the install for me:
But when I delete the venv and try to install codecov-cli with |
I need more than "it doesn't work", can you share details? |
Sorry, I mean that I get exactly the same error message. If I do step 4 but then |
Can you compare the |
In my understanding, the
|
I see. You can force a build there with It looks like in the other example we're building for cp312 but here you're using cp313? |
I commented out the following lines in my zshrc and now there's really nothing left that's llvm related:
Indeed, I made a new venv with a different Python, here are the outputs of the invocations:
|
You can see it's using the cached wheel..
You'll need to use the flags I suggested back in #11253 (comment) |
I fixed it by appending /c++/v1 to my
Thank you for your help, I'm not sure why this was the first thing that broke with the previous flag. |
Summary
I initially thought it was a bug on their end, but
pip install codecov-cli
works, anduv pip install codecov-cli
doesn't on my machine.Platform
macOS 15.3 arm
Version
uv 0.5.25 (Homebrew 2025-01-28)
Python version
3.12.7
The text was updated successfully, but these errors were encountered: