serverless-python-requirements icon indicating copy to clipboard operation
serverless-python-requirements copied to clipboard

⚡️🐍📦 Serverless plugin to bundle Python packages

Results 155 serverless-python-requirements issues
Sort by recently updated
recently updated
newest added

### Are you certain it's a bug? - [X] Yes, it looks like a bug ### Is the issue caused by a plugin? - [X] It is not a plugin...

If `module` is set to something like `src/functions` the plugin fails as the package zip filename has a '/' within it

### Are you certain it's a bug? - [X] Yes, it looks like a bug ### Is the issue caused by a plugin? - [X] It is not a plugin...

bug

### Issue description I've also opened an issue in Serverless Compose: https://github.com/serverless/compose/issues/152 I think this is ultimately an issue with this plugin though, with the expectation that the `pyproject.toml` file...

When I run `sls deploy` I get the following error multiple times in a row: _Error: ENOENT: no such file or directory, scandir '.serverless/requirements'_ Each time, I verify that `.serverless/requirements`...

Hi, I am using your npm package and get into issue that serverless-python-requirements is still using cached requirements even if invalidateCaches is set to true. I am trying to install...

So I added gevent as requirement and then removed it from requirements.txt but the package is not getting removed. The size of that package is too much which has increased...

If one tries to load a package in a requirements file by specifying a path such as: ``` /my_packages/my_package ``` static cache is always used as the source for the...

Shuffling of dependencies in requirements.txt inside .serverless directory causing a dependency error while installing other dependency during sls deploy. Could you please resolve this or is there any solution for...

bug

I ended up following this this to the letter on two different PCs: https://serverless.com/blog/serverless-python-packaging/ But I still get the same error everywhere: ``` Error -------------------------------------------------- Error: STDOUT: STDERR: ERROR: Invalid...

bug
Windows