astro
astro copied to clipboard
The web framework for content-driven websites. ⭐️ Star to support our work!
i want to install only specific package instead of installing whole lambda_packages. How to do this?
I am working aws lambda function but i got this error "Unable to import module 'lambda_function': cannot import name 'cygrpc' from 'grpc._cython' (/var/task/grpc/_cython/__init__.py)", how to solve ??
Is there a prebuilt cryptography for python 3.6?
If not, please instruct everyone using zappa to have this in their `zappa_settings.json` ``` "use_precompiled_packages": false ``` There are many important pull requests that are just sitting there. Merge it...
When trying to use the `dateparser` module w/ AWS Lambda (Python 3.6, Zappa 0.44.3), I'm seeing an error in CloudWatch, after trying to import dateparser (the upper portion of this...
# UPDATE: this is unlikely to ever be merged in. Please use the more modern version here: https://github.com/FlipperPA/django-s3-sqlite This upgrades to the latest/greatest version. Django 2.2 deploys using SQLite (or...
Hi, Following to instructions, simple installing this package, or letting zappa install it does not seem to give me mysqldb within my lambda function. I get [1489527885652] ImportError: No module...
The precompiled SQLite package 3.6.0 is incompatible with Django 2.2+. Django 2.2+ requires SQLite 3.8.3+. Details in the Django release notes: https://docs.djangoproject.com/en/2.2/releases/2.2/
Trying to use pyodbc driver but getting error: ImportError: libodbc.so.2: cannot open shared object file: No such file or directory
I see you have pyodbc with unixodbc but in order to actually use pyodbc with things like sqlalchemy the actual odbc driver from Microsoft is required. In my experience nothing...