Docker build failed - PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE
Project ID: d604ae57-452b-43f3-9f81-fb085605c65a
Project has issues pip installing
google-api-python-client
on my prod environment but not the test one. Not sure what leads to this issue.8 Replies
Have you set the same Nixpacks env variable in both environments?
yeah I deploy regularly to both envs and have the nixpack python version set
this has happened once before
Odd what's the error message?
log snippet
only nixpacks variable I have set is
NIXPACKS_PYTHON_VERSION
Huh that's super weird
Try setting a NIXPACKS_PKGS variable, one of these should do the trick
https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=google+api+python
At least then both will be consistent. Otherwise I have no idea
I redeployed and it worked again. I think it's got to be some issue with how certain packages are locally cached
Glad to hear it
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View