-
Notifications
You must be signed in to change notification settings - Fork 918
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
Error running make compile-requirements #14973
Comments
Full error:
|
Note: having DMed with Alex, I can't repro using |
|
For comparison, my output:
|
The only difference I can see there is how my system unpacked @alexgibson It might be that there's a dodgy Docker image layer being cached somewhere. Could you remove your bedrock Docker images and |
Everything builds ok, and tests pass, but still the same error :/ |
It's v strange how I can't repro this. Maybe the Stopping any running docker containers and then |
@pmac Can you reproduce this on your local system? |
This still doesn't fix it for me unfortunately. Is there a way for me to add/update Python dependencies that does not also require Docker? |
The preferred way is via Docker so we 100% get deps that will build in our production containers, but you can also just run the script on your local machine and the edge case that things are incompatible will get caught in CI anyway You can run |
@janbrasna As someone who is a Docker-based contributor, I'm wondering if you've ever hit this issue? |
@stevejalim Never experienced. I've noticed this issue and would have chimed in if that sounded familiar — however I only consume the published images, not messing with deps locally unless trying out something stup*d (and that usually outside of containers as it's somewhat hard to change things in venvs there — I haven't studied too much how it may work without constant rebuilding). Also worth noting I'm running archaic Docker Desktop 4.15.0 (Engine 20.10.21, Compose v2.13.0) on x64 i.e. no compat mode, and definitely have several weeks old (I'll try to run it for another data point the next time I heat up the engine… I spin up a separate unprivileged account just for that.) EDIT: Nope I'm good. It's running from userspace though, and no venv is being used in the workdir itself so that's probably different from your case. |
Description
I'm seeing the following error when running
make compile-requirements
I have tried:
make pull
make clean build
Neither seem to have made a difference
Environment
macOS 14.2 (23C64)
The text was updated successfully, but these errors were encountered: