Matplotlib / must install version 1.4.3 / Python 2.7









up vote
0
down vote

favorite












I received a python script from an archive from a former employee. It states that I need:



  • python 2.7

  • numpy 1.92

  • scipy 0.15.1

  • scikit-image 0.11.3

  • scikit-learn 0.16.1

  • tifffile 0.5

  • pandas 0.16.2

  • matplotlib 1.4.3

  • pylab 1.9.2

I built an UbuntuMATE virtual machine. This comes with python2.7.15. I then moved on to installing the packages using pip. This went pretty well up to the point where
matplotlib 1.4.3 had a bad "egg". Word on the street was that it was a bad install. I then installed matplotlib 1.5.3.



But I couldn't install pylab. (Could not find version...)



Advice was that with sufficient matplotlib and scipy, I shouldn't need pylab.



I ran the old python script and got lots of errors with matplotlibrc.



As an alternative I tried to install matplotlib 2.0.0. This results in still more complaints from pip, including: unsupport LaTEX, deprecated functions.



Is there a way out of this mess?



Why might my former colleague have indicated pylab 1.9.2 if it cannot be installed?



Why is matplotlib 1.4.3 uninstallable?



Should I wipe out my VM and start over or can I salvage the installation?










share|improve this question



























    up vote
    0
    down vote

    favorite












    I received a python script from an archive from a former employee. It states that I need:



    • python 2.7

    • numpy 1.92

    • scipy 0.15.1

    • scikit-image 0.11.3

    • scikit-learn 0.16.1

    • tifffile 0.5

    • pandas 0.16.2

    • matplotlib 1.4.3

    • pylab 1.9.2

    I built an UbuntuMATE virtual machine. This comes with python2.7.15. I then moved on to installing the packages using pip. This went pretty well up to the point where
    matplotlib 1.4.3 had a bad "egg". Word on the street was that it was a bad install. I then installed matplotlib 1.5.3.



    But I couldn't install pylab. (Could not find version...)



    Advice was that with sufficient matplotlib and scipy, I shouldn't need pylab.



    I ran the old python script and got lots of errors with matplotlibrc.



    As an alternative I tried to install matplotlib 2.0.0. This results in still more complaints from pip, including: unsupport LaTEX, deprecated functions.



    Is there a way out of this mess?



    Why might my former colleague have indicated pylab 1.9.2 if it cannot be installed?



    Why is matplotlib 1.4.3 uninstallable?



    Should I wipe out my VM and start over or can I salvage the installation?










    share|improve this question

























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I received a python script from an archive from a former employee. It states that I need:



      • python 2.7

      • numpy 1.92

      • scipy 0.15.1

      • scikit-image 0.11.3

      • scikit-learn 0.16.1

      • tifffile 0.5

      • pandas 0.16.2

      • matplotlib 1.4.3

      • pylab 1.9.2

      I built an UbuntuMATE virtual machine. This comes with python2.7.15. I then moved on to installing the packages using pip. This went pretty well up to the point where
      matplotlib 1.4.3 had a bad "egg". Word on the street was that it was a bad install. I then installed matplotlib 1.5.3.



      But I couldn't install pylab. (Could not find version...)



      Advice was that with sufficient matplotlib and scipy, I shouldn't need pylab.



      I ran the old python script and got lots of errors with matplotlibrc.



      As an alternative I tried to install matplotlib 2.0.0. This results in still more complaints from pip, including: unsupport LaTEX, deprecated functions.



      Is there a way out of this mess?



      Why might my former colleague have indicated pylab 1.9.2 if it cannot be installed?



      Why is matplotlib 1.4.3 uninstallable?



      Should I wipe out my VM and start over or can I salvage the installation?










      share|improve this question















      I received a python script from an archive from a former employee. It states that I need:



      • python 2.7

      • numpy 1.92

      • scipy 0.15.1

      • scikit-image 0.11.3

      • scikit-learn 0.16.1

      • tifffile 0.5

      • pandas 0.16.2

      • matplotlib 1.4.3

      • pylab 1.9.2

      I built an UbuntuMATE virtual machine. This comes with python2.7.15. I then moved on to installing the packages using pip. This went pretty well up to the point where
      matplotlib 1.4.3 had a bad "egg". Word on the street was that it was a bad install. I then installed matplotlib 1.5.3.



      But I couldn't install pylab. (Could not find version...)



      Advice was that with sufficient matplotlib and scipy, I shouldn't need pylab.



      I ran the old python script and got lots of errors with matplotlibrc.



      As an alternative I tried to install matplotlib 2.0.0. This results in still more complaints from pip, including: unsupport LaTEX, deprecated functions.



      Is there a way out of this mess?



      Why might my former colleague have indicated pylab 1.9.2 if it cannot be installed?



      Why is matplotlib 1.4.3 uninstallable?



      Should I wipe out my VM and start over or can I salvage the installation?







      python-2.7 ubuntu matplotlib virtual-machine






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 9 at 22:12









      ImportanceOfBeingErnest

      119k10117191




      119k10117191










      asked Nov 9 at 20:53









      user3533030

      174110




      174110






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote



          accepted










          pylab is part of matplotlib. It is essentially a small file that makes numpy, matplotlib.pyplot and some matplotlib.cbook and matplotlib.dates functions available under the same namespace.



          You cannot install pylab on its own. And there is no pylab-version.



          You might notice though that the list you got states numpy 1.92 and pylab 1.9.2. Since (a) There hasn't ever been a version 1.92 of numpy, and (b) there hasn't ever been a version 1.9.2 of matplotlib, what this probably means is



          numpy 1.9.2


          There are no details given as to why the installation fails. Therefore just note that I was able to install all versions, except tifffile, perfectly fine via conda(-forge)



          >conda create -n sometest python=2.7 numpy=1.9.2 scipy=0.15.1 scikit-image=0.11.3 scikit-learn=0.16.1 pandas=0.16.2 matplotlib=1.4.3





          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',
            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%2f53233131%2fmatplotlib-must-install-version-1-4-3-python-2-7%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








            up vote
            0
            down vote



            accepted










            pylab is part of matplotlib. It is essentially a small file that makes numpy, matplotlib.pyplot and some matplotlib.cbook and matplotlib.dates functions available under the same namespace.



            You cannot install pylab on its own. And there is no pylab-version.



            You might notice though that the list you got states numpy 1.92 and pylab 1.9.2. Since (a) There hasn't ever been a version 1.92 of numpy, and (b) there hasn't ever been a version 1.9.2 of matplotlib, what this probably means is



            numpy 1.9.2


            There are no details given as to why the installation fails. Therefore just note that I was able to install all versions, except tifffile, perfectly fine via conda(-forge)



            >conda create -n sometest python=2.7 numpy=1.9.2 scipy=0.15.1 scikit-image=0.11.3 scikit-learn=0.16.1 pandas=0.16.2 matplotlib=1.4.3





            share|improve this answer
























              up vote
              0
              down vote



              accepted










              pylab is part of matplotlib. It is essentially a small file that makes numpy, matplotlib.pyplot and some matplotlib.cbook and matplotlib.dates functions available under the same namespace.



              You cannot install pylab on its own. And there is no pylab-version.



              You might notice though that the list you got states numpy 1.92 and pylab 1.9.2. Since (a) There hasn't ever been a version 1.92 of numpy, and (b) there hasn't ever been a version 1.9.2 of matplotlib, what this probably means is



              numpy 1.9.2


              There are no details given as to why the installation fails. Therefore just note that I was able to install all versions, except tifffile, perfectly fine via conda(-forge)



              >conda create -n sometest python=2.7 numpy=1.9.2 scipy=0.15.1 scikit-image=0.11.3 scikit-learn=0.16.1 pandas=0.16.2 matplotlib=1.4.3





              share|improve this answer






















                up vote
                0
                down vote



                accepted







                up vote
                0
                down vote



                accepted






                pylab is part of matplotlib. It is essentially a small file that makes numpy, matplotlib.pyplot and some matplotlib.cbook and matplotlib.dates functions available under the same namespace.



                You cannot install pylab on its own. And there is no pylab-version.



                You might notice though that the list you got states numpy 1.92 and pylab 1.9.2. Since (a) There hasn't ever been a version 1.92 of numpy, and (b) there hasn't ever been a version 1.9.2 of matplotlib, what this probably means is



                numpy 1.9.2


                There are no details given as to why the installation fails. Therefore just note that I was able to install all versions, except tifffile, perfectly fine via conda(-forge)



                >conda create -n sometest python=2.7 numpy=1.9.2 scipy=0.15.1 scikit-image=0.11.3 scikit-learn=0.16.1 pandas=0.16.2 matplotlib=1.4.3





                share|improve this answer












                pylab is part of matplotlib. It is essentially a small file that makes numpy, matplotlib.pyplot and some matplotlib.cbook and matplotlib.dates functions available under the same namespace.



                You cannot install pylab on its own. And there is no pylab-version.



                You might notice though that the list you got states numpy 1.92 and pylab 1.9.2. Since (a) There hasn't ever been a version 1.92 of numpy, and (b) there hasn't ever been a version 1.9.2 of matplotlib, what this probably means is



                numpy 1.9.2


                There are no details given as to why the installation fails. Therefore just note that I was able to install all versions, except tifffile, perfectly fine via conda(-forge)



                >conda create -n sometest python=2.7 numpy=1.9.2 scipy=0.15.1 scikit-image=0.11.3 scikit-learn=0.16.1 pandas=0.16.2 matplotlib=1.4.3






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Nov 9 at 22:16









                ImportanceOfBeingErnest

                119k10117191




                119k10117191



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53233131%2fmatplotlib-must-install-version-1-4-3-python-2-7%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

                    How to how show current date and time by default on contact form 7 in WordPress without taking input from user in datetimepicker

                    Syphilis

                    Darth Vader #20