-
-
Notifications
You must be signed in to change notification settings - Fork 610
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
pip-compile doesn't work when home directory isn't writeable #395
Comments
FWIW |
Maybe i rise into the same Problem with
I'm not sure where piptools will create the file |
Cache dir is customizable since
|
I'm using pip-compile on AWS Lambda to automate spotting when my requirements file needs updating. It always tries to write the cache and there's no way to disable it. It thus ends up dying
Steps to replicate
Expected result
It works, but maybe reports that the home directory isn't writeable so caching is broken
Actual result
I'm working around this by doing the following, as
/tmp
is writeable on AWS Lambda, but it's not a general solutionThe text was updated successfully, but these errors were encountered: