secp256k1 and its dependencies as one packageHow to import a module given its name as string?How to upgrade all Python packages with pip?Installing specific package versions with pipNo module named pkg_resourcesmysql_config not found when installing mysqldb python interfaceHow to import a globally installed package to virtualenv folderHow to use a different version of python during NPM install?How can I manage to install packages within python-dev on windows systems just like that on Linux?“OSError: [Errno 1] Operation not permitted” when installing Scrapy in OSX 10.11 (El Capitan) (System Integrity Protection)Why doesn't Python 3 find installed packages (e.g. BeautifulSoup4)?

What is the purpose of this single box found in Rome B&B room?

How to start toward financial independence

Is it a good idea to contact a candidate?

Explanatory vs Non-explanatory Proofs

Are there "fewer independent theaters than ever"?

Well-known American figure with Roman numerals

Does an envoy warforged have to choose a specific vehicle?

Meaning of "Nur so anbei."

Calculate the sum of interior angles of a polygon

How do I find the unknown program enabled during Start-Up?

8500 W generator with L14-30 plug.. How to access full capacity for house?

Bash to check if directory exist. If not create with an array

What's the name of the role of characters who buff teammates?

Was the whistle-blower's (12 Aug 2019) complaint deemed credible?

What would happen to the world if all lightning stopped?

Need Good OOP Design For World and Countries Problem

I somehow "proved" that given any LTI system, its transfer function has to be constant. What am I missing?

Pi to the power y, for small y's

Why is it “Cat in the Hat”?

Famous conjecture or unsolved problem that could be plausibly proven/solved by freshman mathematician?

Check the validity of a 10-digit telephone number

HR trying to sabotage my wife's work because we're married

Is it possible to write a short story in 500 words?

What would make the internet go away?



secp256k1 and its dependencies as one package


How to import a module given its name as string?How to upgrade all Python packages with pip?Installing specific package versions with pipNo module named pkg_resourcesmysql_config not found when installing mysqldb python interfaceHow to import a globally installed package to virtualenv folderHow to use a different version of python during NPM install?How can I manage to install packages within python-dev on windows systems just like that on Linux?“OSError: [Errno 1] Operation not permitted” when installing Scrapy in OSX 10.11 (El Capitan) (System Integrity Protection)Why doesn't Python 3 find installed packages (e.g. BeautifulSoup4)?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









0

















I use the secp256k1 library in my Python project. Now, I install it using pip3 with the following command — pip3 install secp256k1. Also, it requires the following OS level dependency — apt-get install -y libsecp256k1-dev.



The main point is - I want to migrate to AWS Lambda. It means there is no operating system. So, I just need a binary/source/one_folder for secp256k1 that will have the libsecp256k1-dev dependency inside to be no needed to install to the OS via apt-get.



How can I compose it to one folder?










share|improve this question


































    0

















    I use the secp256k1 library in my Python project. Now, I install it using pip3 with the following command — pip3 install secp256k1. Also, it requires the following OS level dependency — apt-get install -y libsecp256k1-dev.



    The main point is - I want to migrate to AWS Lambda. It means there is no operating system. So, I just need a binary/source/one_folder for secp256k1 that will have the libsecp256k1-dev dependency inside to be no needed to install to the OS via apt-get.



    How can I compose it to one folder?










    share|improve this question






























      0












      0








      0








      I use the secp256k1 library in my Python project. Now, I install it using pip3 with the following command — pip3 install secp256k1. Also, it requires the following OS level dependency — apt-get install -y libsecp256k1-dev.



      The main point is - I want to migrate to AWS Lambda. It means there is no operating system. So, I just need a binary/source/one_folder for secp256k1 that will have the libsecp256k1-dev dependency inside to be no needed to install to the OS via apt-get.



      How can I compose it to one folder?










      share|improve this question

















      I use the secp256k1 library in my Python project. Now, I install it using pip3 with the following command — pip3 install secp256k1. Also, it requires the following OS level dependency — apt-get install -y libsecp256k1-dev.



      The main point is - I want to migrate to AWS Lambda. It means there is no operating system. So, I just need a binary/source/one_folder for secp256k1 that will have the libsecp256k1-dev dependency inside to be no needed to install to the OS via apt-get.



      How can I compose it to one folder?







      python aws-lambda






      share|improve this question
















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 30 at 16:59









      Bennett Brown

      3,9281 gold badge21 silver badges32 bronze badges




      3,9281 gold badge21 silver badges32 bronze badges










      asked Mar 28 at 21:25









      Dmytro StriletskyiDmytro Striletskyi

      62 bronze badges




      62 bronze badges

























          1 Answer
          1






          active

          oldest

          votes


















          0


















          AWS Lambda internally uses an EC2 Instance with the AMI ID "amzn-ami-hvm-2017.03.1.20170812-x86_64-gp2", as stated in the official AWS Lambda documentaton[a].
          To ensure that a piece of code works in Lambda as expected, you could spin up an EC2 Instance, install the required package using the following command:



          pip3 install secp256k1 -t .


          After that, you could install your OS level dependency(libsecp256k1-dev), and manually fetch the .so and .a compiled files. You can further include these compiled files in your deployment package, and ensure that your code works as expected.



          References



          [a]. https://docs.aws.amazon.com/lambda/latest/dg/current-supported-versions.html






          share|improve this answer



























            Your Answer






            StackExchange.ifUsing("editor", function ()
            StackExchange.using("externalEditor", function ()
            StackExchange.using("snippets", function ()
            StackExchange.snippets.init();
            );
            );
            , "code-snippets");

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "1"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );














            draft saved

            draft discarded
















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55407073%2fsecp256k1-and-its-dependencies-as-one-package%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown


























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0


















            AWS Lambda internally uses an EC2 Instance with the AMI ID "amzn-ami-hvm-2017.03.1.20170812-x86_64-gp2", as stated in the official AWS Lambda documentaton[a].
            To ensure that a piece of code works in Lambda as expected, you could spin up an EC2 Instance, install the required package using the following command:



            pip3 install secp256k1 -t .


            After that, you could install your OS level dependency(libsecp256k1-dev), and manually fetch the .so and .a compiled files. You can further include these compiled files in your deployment package, and ensure that your code works as expected.



            References



            [a]. https://docs.aws.amazon.com/lambda/latest/dg/current-supported-versions.html






            share|improve this answer






























              0


















              AWS Lambda internally uses an EC2 Instance with the AMI ID "amzn-ami-hvm-2017.03.1.20170812-x86_64-gp2", as stated in the official AWS Lambda documentaton[a].
              To ensure that a piece of code works in Lambda as expected, you could spin up an EC2 Instance, install the required package using the following command:



              pip3 install secp256k1 -t .


              After that, you could install your OS level dependency(libsecp256k1-dev), and manually fetch the .so and .a compiled files. You can further include these compiled files in your deployment package, and ensure that your code works as expected.



              References



              [a]. https://docs.aws.amazon.com/lambda/latest/dg/current-supported-versions.html






              share|improve this answer




























                0














                0










                0









                AWS Lambda internally uses an EC2 Instance with the AMI ID "amzn-ami-hvm-2017.03.1.20170812-x86_64-gp2", as stated in the official AWS Lambda documentaton[a].
                To ensure that a piece of code works in Lambda as expected, you could spin up an EC2 Instance, install the required package using the following command:



                pip3 install secp256k1 -t .


                After that, you could install your OS level dependency(libsecp256k1-dev), and manually fetch the .so and .a compiled files. You can further include these compiled files in your deployment package, and ensure that your code works as expected.



                References



                [a]. https://docs.aws.amazon.com/lambda/latest/dg/current-supported-versions.html






                share|improve this answer














                AWS Lambda internally uses an EC2 Instance with the AMI ID "amzn-ami-hvm-2017.03.1.20170812-x86_64-gp2", as stated in the official AWS Lambda documentaton[a].
                To ensure that a piece of code works in Lambda as expected, you could spin up an EC2 Instance, install the required package using the following command:



                pip3 install secp256k1 -t .


                After that, you could install your OS level dependency(libsecp256k1-dev), and manually fetch the .so and .a compiled files. You can further include these compiled files in your deployment package, and ensure that your code works as expected.



                References



                [a]. https://docs.aws.amazon.com/lambda/latest/dg/current-supported-versions.html







                share|improve this answer













                share|improve this answer




                share|improve this answer










                answered Mar 30 at 16:27









                Arka MukherjeeArka Mukherjee

                1,0306 silver badges15 bronze badges




                1,0306 silver badges15 bronze badges

































                    draft saved

                    draft discarded















































                    Thanks for contributing an answer to Stack Overflow!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55407073%2fsecp256k1-and-its-dependencies-as-one-package%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown









                    Popular posts from this blog

                    Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

                    Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

                    Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript