sklearn-build-lambda | Build the numpy/scipy/scikitlearn packages | Data Manipulation library
kandi X-RAY | sklearn-build-lambda Summary
kandi X-RAY | sklearn-build-lambda Summary
Build the numpy/scipy/scikitlearn packages and strip them down to run in Lambda
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of sklearn-build-lambda
sklearn-build-lambda Key Features
sklearn-build-lambda Examples and Code Snippets
Community Discussions
Trending Discussions on sklearn-build-lambda
QUESTION
I'm trying to use Docker to create a dependency package for AWS Lambda using this repository, but whenever I try to run the build.sh file, I end up with the message:
no such option: --use-wheel
Then when I try to use pip install wheel
(outside of Docker), I'm told that it's already on my local machine, which it is. How do I install Wheel in the Docker container?
If it's helpful, this appears to be the line of code in build.sh that is giving the issue:
...ANSWER
Answered 2018-May-04 at 09:32--use-wheel
is deprecated since pip 7 (in favor of --only-binary
) and removed since pip 10 beta 1.
To fix all scripts in a git repo:
git grep -l -- --use-wheel | while read f; do sed -i -e 's|use-wheel|only-binary=:all:|g' ${f}; done
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install sklearn-build-lambda
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page