-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Hi,
I was trying to use your plugin, and I cannot manage to use it with circleci.
Locally, it is working very well (Thanks for making it !), but when running on circleci I am getting this:
Serverless: [serverless-package-python-functions] Packaging using Docker container...
Serverless: [serverless-package-python-functions] Using Docker Server Version 17.09.0-ce & Client Version 17.05.0-ceServerless: [serverless-package-python-functions] Creating Docker container "serverless-package-python-functions-latest"...
Serverless: [serverless-package-python-functions] Container created
Serverless: [serverless-package-python-functions] Docker setup completed
Serverless: [serverless-package-python-functions] Packaging serverless-image-processing-python-prod-thumbnail...
[serverless-package-python-functions] Could not open requirements file: [Errno 2] No such file or directory: '/var/task/_build/serverless-image-processing-python-prod-thumbnail/requirements.txt'
If I try to not use Docker, I am getting this error :
[serverless-package-python-functions] Cache entry deserialization failed, entry ignored
Cache entry deserialization failed, entry ignored
Cache entry deserialization failed, entry ignored
Cache entry deserialization failed, entry ignored
Cache entry deserialization failed, entry ignored
Cache entry deserialization failed, entry ignored
Cache entry deserialization failed, entry ignored
Cache entry deserialization failed, entry ignored
Cache entry deserialization failed, entry ignored
Cache entry deserialization failed, entry ignored
You are using pip version 9.0.1, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Could it be a docker in docker issue for the first one ? For the second, even if with pip install --upgrade pip, it is not working
If anyone knows a workaround, thanks !