Open tgensol opened 6 years ago
Hey @tgensol Can you please share your serverless.yml config with me? (Minus any sensitive information in it)
I'm unfamiliar with the first error but the second one looks similar to a pip error I came across recently on my own personal machine but haven't found a resolution for yet.
Does running the command pip install -t . requests
return an error similar to the 2nd error?
Thanks for the info
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:
If I try to not use Docker, I am getting this error :
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 !