You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am creating a layer with gdal (3.0.1) , sklearn (0.22.2.post1) . While everything works fine and layer is created successfully, however some of the files always gets missed . One file in particular is pipeline.py inside sklearn which never shows up in sklearn folder inside layer.
This is the content inside python dir in zip
This is inside sklearn folder
I tried explicitly adding the file but that created some more dependency issue which was also not present in skearn. Just need some help in this.
OS: Amazon Linux AMI release 2018.03 on AWS
Python Version for Layer: 3.7
The text was updated successfully, but these errors were encountered:
Hey @matthewhanson Couldn't find a solution for this, tried different version of sklearn. Finally copied the missing files and add it to the zip explicitly.
Sorry for late reply, I tried again and it again miss one specific file pipeline.py from sklearn. Later I found EXCLUDE="boto3* botocore* pip* docutils* in python-package.sh and it might excluding because it matches pip* filter.
I am creating a layer with gdal (3.0.1) , sklearn (0.22.2.post1) . While everything works fine and layer is created successfully, however some of the files always gets missed . One file in particular is
pipeline.py
inside sklearn which never shows up in sklearn folder inside layer.This is the content inside
python dir
in zipThis is inside sklearn folder
I tried explicitly adding the file but that created some more dependency issue which was also not present in skearn. Just need some help in this.
OS:
Amazon Linux AMI release 2018.03
on AWSPython Version for Layer: 3.7
The text was updated successfully, but these errors were encountered: