-
Notifications
You must be signed in to change notification settings - Fork 390
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
Installation of 6.0.x fails with ChefBuildError #854
Comments
Crazy. I was literally just opening this same issue. I'm having the same issue. I am not using poetry but am using pip. I see this: What makes my issue extra weird is this whole thing started due to me trying to upgrade opencv. If I install EDIT - I'm install this in a Docker container with Not sure what's up here. |
FYI I had the same issue but I would not say this is |
So until today, I'd never seen this, and our prior builds said they used 6.0.1 |
Not sure this would work in my case. I will try it, but opencv locked setuptools to a bizarrely specific version - 52 dot something, not at my PC. The link suggests keeping setuptools under version 72, so I should be good there. |
Hi, thank you for this great project and all the effort put into it!
I am trying to install vcrpy 6.0.x via poetry in the following environment:
with the following command:
sudo poetry add vcrpy
which fails with the following error message:Running the command in the error message gives me the following:
I tried to update related tools as suggested in this SO post with:
pip install --upgrade pip setuptools wheel
and installing system packagessudo apt-get install python3-wrapt python3-setuptools
to no avail.However, installing
sudo poetry add vcrpy@5.1.0
works without any issue.Any help to further debug or resolve this issue would be much appreciated! Thank you.
The text was updated successfully, but these errors were encountered: