lambda-packages
lambda-packages copied to clipboard
The web framework for content-driven websites. ⭐️ Star to support our work!
Have also updated Travis config to only run (the minimal tests) on lambda only python versions.
Can we also add Pillow for Python 3.6?
geolibs
Anyone working on postgis geolibs?
As Github Markdown previewer treats "\`" as an inline-code block, inner code \`pwd\` is used as an end of the code block and creates a new code block. So "```...
It would be great if the latest changes landing in master released to PyPI at the same time. This process can be automated once and for all.
I'm trying to use a python library, [Korean NLP in Python](http://konlpy.org/en/v0.4.4/) as below. ``` from konlpy.tag import Twitter ``` It works fine on local environment but it fails on lambda...
When importing numpy in lambda following error seen `dynamic module does not define module export function (PyInit_multiarray)` Please let me know if you need more information. I copied the numpy...
PyYAML should be made available.
Latest OpenCV version = 3.1.4 Latest Numpy version = 1.15.0
the `libodbc.so.2` from #73 appears to be using unixODBC's defaults which means `odbcinst -j` produces ```bash DRIVERS............: /etc/odbcinst.ini SYSTEM DATA SOURCES: /etc/odbc.ini ``` but since `/etc/` isn't modifiable in Lambda,...