How can i install netCDF4?How do I find the location of my Python site-packages directory?How can I get the latest JRE / JDK as a zip file rather than EXE or MSI installer?How do I reload .bashrc without logging out and back in?Homebrew install specific version of formula?How do I install pip on Windows?How to CORRECTLY install gsl library in Linux?How do I install and use curl on Windows?Problems with the compilation and installation of the Apache HTTP Server on Unixejabberd installation issue for macMADlib apt install, how to?

Summoning A Technology Based Demon

Why tantalum for the Hayabusa bullets?

How do I find the FamilyGUID of an exsting database

What is more environmentally friendly? An A320 or a car?

Anti-cheating: should there be a limit to a number of toilet breaks per game per player?

Should I intervene when a colleague in a different department makes students run laps as part of their grade?

How to store my pliers and wire cutters on my desk?

How to efficiently shred a lot of cabbage?

In syntax, why cannot we say things like "he took walked at the park"? but can say "he took a walk at the park"?

How can Paypal know my card is being used in another account?

What Marvel character has this 'W' symbol?

What clothes would flying-people wear?

Why does the Rust compiler not optimize code assuming that two mutable references cannot alias?

What are the closest international airports in different countries?

8086 stack segment and avoiding overflow in interrupts

Can a US President, after impeachment and removal, be re-elected or re-appointed?

Is it possible for a particle to decay via gravity?

How do I say "this is why…"?

How should I quote American English speakers in a British English essay?

Can I attune a Circlet of Human Perfection to my animated skeletons to allow them to blend in and speak?

Piece of chess engine, which accomplishes move generation

Why does aggregate initialization not work anymore since C++20 if a constructor is explicitly defaulted or deleted?

90s/2000s TV show : man uses government time machine to fix national problems

Is it safe if the neutral lead is exposed and disconnected?



How can i install netCDF4?


How do I find the location of my Python site-packages directory?How can I get the latest JRE / JDK as a zip file rather than EXE or MSI installer?How do I reload .bashrc without logging out and back in?Homebrew install specific version of formula?How do I install pip on Windows?How to CORRECTLY install gsl library in Linux?How do I install and use curl on Windows?Problems with the compilation and installation of the Apache HTTP Server on Unixejabberd installation issue for macMADlib apt install, how to?






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








0















I tried the script here: https://gist.github.com/perrette/cd815d03830b53e24c82?fbclid=IwAR2loEbaawG9iOUd3yq3mFUUBUTHKLUJfTdU18umq9cJDF-fIlQqQ2PxATA



Then I downloaded hdf5-1.10.5 and netcdf-4.6.1 and stored on desktop. When I opened the terminal with the directory Desktop/hdf5-1.10.5 and ran this command



./configure --prefix=/usr/local --enable-shared --enable-hl make sudo make install


I received this error :



configure: WARNING: you should use --build, --host, --target
configure: WARNING: you should use --build, --host, --target
configure: WARNING: you should use --build, --host, --target
configure: WARNING: you should use --build, --host, --target
configure: WARNING: unrecognized options: --enable-hl
configure: netCDF 4.6.1
checking build system type... Invalid configuration `make': machine `make' not recognized
configure: error: /bin/bash ./config.sub make failed









share|improve this question


























  • Welcome to SO! It would help if you added more details about your platform and expected results.

    – Marc L.
    Mar 26 at 21:18











  • Sry but what kind of details can i give to you for you help me? i don't understand how can i install this but i need it for a university work. The professor told me to install this and the objective is to apply a modeling data method and plot the results.

    – João Vieira
    Mar 26 at 21:39

















0















I tried the script here: https://gist.github.com/perrette/cd815d03830b53e24c82?fbclid=IwAR2loEbaawG9iOUd3yq3mFUUBUTHKLUJfTdU18umq9cJDF-fIlQqQ2PxATA



Then I downloaded hdf5-1.10.5 and netcdf-4.6.1 and stored on desktop. When I opened the terminal with the directory Desktop/hdf5-1.10.5 and ran this command



./configure --prefix=/usr/local --enable-shared --enable-hl make sudo make install


I received this error :



configure: WARNING: you should use --build, --host, --target
configure: WARNING: you should use --build, --host, --target
configure: WARNING: you should use --build, --host, --target
configure: WARNING: you should use --build, --host, --target
configure: WARNING: unrecognized options: --enable-hl
configure: netCDF 4.6.1
checking build system type... Invalid configuration `make': machine `make' not recognized
configure: error: /bin/bash ./config.sub make failed









share|improve this question


























  • Welcome to SO! It would help if you added more details about your platform and expected results.

    – Marc L.
    Mar 26 at 21:18











  • Sry but what kind of details can i give to you for you help me? i don't understand how can i install this but i need it for a university work. The professor told me to install this and the objective is to apply a modeling data method and plot the results.

    – João Vieira
    Mar 26 at 21:39













0












0








0








I tried the script here: https://gist.github.com/perrette/cd815d03830b53e24c82?fbclid=IwAR2loEbaawG9iOUd3yq3mFUUBUTHKLUJfTdU18umq9cJDF-fIlQqQ2PxATA



Then I downloaded hdf5-1.10.5 and netcdf-4.6.1 and stored on desktop. When I opened the terminal with the directory Desktop/hdf5-1.10.5 and ran this command



./configure --prefix=/usr/local --enable-shared --enable-hl make sudo make install


I received this error :



configure: WARNING: you should use --build, --host, --target
configure: WARNING: you should use --build, --host, --target
configure: WARNING: you should use --build, --host, --target
configure: WARNING: you should use --build, --host, --target
configure: WARNING: unrecognized options: --enable-hl
configure: netCDF 4.6.1
checking build system type... Invalid configuration `make': machine `make' not recognized
configure: error: /bin/bash ./config.sub make failed









share|improve this question
















I tried the script here: https://gist.github.com/perrette/cd815d03830b53e24c82?fbclid=IwAR2loEbaawG9iOUd3yq3mFUUBUTHKLUJfTdU18umq9cJDF-fIlQqQ2PxATA



Then I downloaded hdf5-1.10.5 and netcdf-4.6.1 and stored on desktop. When I opened the terminal with the directory Desktop/hdf5-1.10.5 and ran this command



./configure --prefix=/usr/local --enable-shared --enable-hl make sudo make install


I received this error :



configure: WARNING: you should use --build, --host, --target
configure: WARNING: you should use --build, --host, --target
configure: WARNING: you should use --build, --host, --target
configure: WARNING: you should use --build, --host, --target
configure: WARNING: unrecognized options: --enable-hl
configure: netCDF 4.6.1
checking build system type... Invalid configuration `make': machine `make' not recognized
configure: error: /bin/bash ./config.sub make failed






terminal installation netcdf4






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 26 at 21:17









Marc L.

2,0761 gold badge21 silver badges36 bronze badges




2,0761 gold badge21 silver badges36 bronze badges










asked Mar 26 at 20:25









João VieiraJoão Vieira

1




1















  • Welcome to SO! It would help if you added more details about your platform and expected results.

    – Marc L.
    Mar 26 at 21:18











  • Sry but what kind of details can i give to you for you help me? i don't understand how can i install this but i need it for a university work. The professor told me to install this and the objective is to apply a modeling data method and plot the results.

    – João Vieira
    Mar 26 at 21:39

















  • Welcome to SO! It would help if you added more details about your platform and expected results.

    – Marc L.
    Mar 26 at 21:18











  • Sry but what kind of details can i give to you for you help me? i don't understand how can i install this but i need it for a university work. The professor told me to install this and the objective is to apply a modeling data method and plot the results.

    – João Vieira
    Mar 26 at 21:39
















Welcome to SO! It would help if you added more details about your platform and expected results.

– Marc L.
Mar 26 at 21:18





Welcome to SO! It would help if you added more details about your platform and expected results.

– Marc L.
Mar 26 at 21:18













Sry but what kind of details can i give to you for you help me? i don't understand how can i install this but i need it for a university work. The professor told me to install this and the objective is to apply a modeling data method and plot the results.

– João Vieira
Mar 26 at 21:39





Sry but what kind of details can i give to you for you help me? i don't understand how can i install this but i need it for a university work. The professor told me to install this and the objective is to apply a modeling data method and plot the results.

– João Vieira
Mar 26 at 21:39












1 Answer
1






active

oldest

votes


















0














If you are trying to install netCDF4 for python, you can do so from the command line using pip install netCDF4, it automatically takes care of any other dependencies such as the C libraries. If you mean another platform, you are going to need to specify which.






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/3.0/"u003ecc by-sa 3.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%2f55365673%2fhow-can-i-install-netcdf4%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














    If you are trying to install netCDF4 for python, you can do so from the command line using pip install netCDF4, it automatically takes care of any other dependencies such as the C libraries. If you mean another platform, you are going to need to specify which.






    share|improve this answer





























      0














      If you are trying to install netCDF4 for python, you can do so from the command line using pip install netCDF4, it automatically takes care of any other dependencies such as the C libraries. If you mean another platform, you are going to need to specify which.






      share|improve this answer



























        0












        0








        0







        If you are trying to install netCDF4 for python, you can do so from the command line using pip install netCDF4, it automatically takes care of any other dependencies such as the C libraries. If you mean another platform, you are going to need to specify which.






        share|improve this answer













        If you are trying to install netCDF4 for python, you can do so from the command line using pip install netCDF4, it automatically takes care of any other dependencies such as the C libraries. If you mean another platform, you are going to need to specify which.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered May 17 at 7:05









        J LossnerJ Lossner

        766 bronze badges




        766 bronze badges





















            Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.







            Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.



















            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%2f55365673%2fhow-can-i-install-netcdf4%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