altinstall errorImportError: No module named paramiko“make” error when bundling a packgeError message after 'make'mnisten make fails with error makefile:2: recipe for target 'mnisten' failed make: *** [mnisten] Error 1Error in make install: “cannot copy file”Make Error wth ceresORCA INSTALLING ERRORError while trying to install nvidia driversGetting a “*** [all] Error 2” error when executing make

Can I run a new neutral wire to repair a broken circuit?

Avoiding the "not like other girls" trope?

How does a predictive coding aid in lossless compression?

Can my sorcerer use a spellbook only to collect spells and scribe scrolls, not cast?

What does “the session was packed” mean in this context?

Size of subfigure fitting its content (tikzpicture)

How do I handle a potential work/personal life conflict as the manager of one of my friends?

Why do bosons tend to occupy the same state?

What about the virus in 12 Monkeys?

Detention in 1997

What is a romance in Latin?

Is there a hemisphere-neutral way of specifying a season?

How do conventional missiles fly?

Why is it a bad idea to hire a hitman to eliminate most corrupt politicians?

I would say: "You are another teacher", but she is a woman and I am a man

Why no variance term in Bayesian logistic regression?

How do I deal with an unproductive colleague in a small company?

Method Does Not Exist error message

ssTTsSTtRrriinInnnnNNNIiinngg

Assassin's bullet with mercury

Can a virus destroy the BIOS of a modern computer?

Do scales need to be in alphabetical order?

How seriously should I take size and weight limits of hand luggage?

Ambiguity in the definition of entropy



altinstall error


ImportError: No module named paramiko“make” error when bundling a packgeError message after 'make'mnisten make fails with error makefile:2: recipe for target 'mnisten' failed make: *** [mnisten] Error 1Error in make install: “cannot copy file”Make Error wth ceresORCA INSTALLING ERRORError while trying to install nvidia driversGetting a “*** [all] Error 2” error when executing make













0















Hello I have just install python as highlighted below there is an error for altinstall, should I use make install?



 ./configure
make
sudo make altinstall


or



./configure
make
sudo make install


I was following a tutorial and this was the error.



File "/home/plutes/Downloads/Python-3.6.6rc1/Lib/ensurepip/__init__.py", line 117, in _bootstrap
return _run_pip(args + [p[0] for p in _PROJECTS], additional_paths)
File "/home/plutes/Downloads/Python-3.6.6rc1/Lib/ensurepip/__init__.py", line 27, in _run_pip
import pip._internal
**zipimport.ZipImportError: can't decompress data; zlib not available
Makefile:1113: recipe for target 'altinstall' failed
make: *** [altinstall] Error 1**

plutes@plutes-Lenovo-G50-30:~/Downloads/Python-3.6.6rc1$ cd

plutes@plutes-Lenovo-G50-30:~$ python
python python3 python3.6m-config python3m
python2 python3.6 python3.7
python2.7 python3.6m python3.7m
plutes@plutes-Lenovo-G50-30:~$ python3.6

Python 3.6.6rc1 (default, Jun 17 2018, 21:36:49)
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> help()

Welcome to Python 3.6's help utility!

as you can see it works, but I am unsure about future uses. thanks for any guidance.

plutes@plutes-Lenovo-G50-30:~$ python3.6
Python 3.6.6rc1 (default, Jun 17 2018, 21:36:49)
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> print("Hello, World!")
Hello, World!
>>>









share|improve this question




























    0















    Hello I have just install python as highlighted below there is an error for altinstall, should I use make install?



     ./configure
    make
    sudo make altinstall


    or



    ./configure
    make
    sudo make install


    I was following a tutorial and this was the error.



    File "/home/plutes/Downloads/Python-3.6.6rc1/Lib/ensurepip/__init__.py", line 117, in _bootstrap
    return _run_pip(args + [p[0] for p in _PROJECTS], additional_paths)
    File "/home/plutes/Downloads/Python-3.6.6rc1/Lib/ensurepip/__init__.py", line 27, in _run_pip
    import pip._internal
    **zipimport.ZipImportError: can't decompress data; zlib not available
    Makefile:1113: recipe for target 'altinstall' failed
    make: *** [altinstall] Error 1**

    plutes@plutes-Lenovo-G50-30:~/Downloads/Python-3.6.6rc1$ cd

    plutes@plutes-Lenovo-G50-30:~$ python
    python python3 python3.6m-config python3m
    python2 python3.6 python3.7
    python2.7 python3.6m python3.7m
    plutes@plutes-Lenovo-G50-30:~$ python3.6

    Python 3.6.6rc1 (default, Jun 17 2018, 21:36:49)
    [GCC 7.3.0] on linux
    Type "help", "copyright", "credits" or "license" for more information.
    >>> help()

    Welcome to Python 3.6's help utility!

    as you can see it works, but I am unsure about future uses. thanks for any guidance.

    plutes@plutes-Lenovo-G50-30:~$ python3.6
    Python 3.6.6rc1 (default, Jun 17 2018, 21:36:49)
    [GCC 7.3.0] on linux
    Type "help", "copyright", "credits" or "license" for more information.
    >>> print("Hello, World!")
    Hello, World!
    >>>









    share|improve this question


























      0












      0








      0








      Hello I have just install python as highlighted below there is an error for altinstall, should I use make install?



       ./configure
      make
      sudo make altinstall


      or



      ./configure
      make
      sudo make install


      I was following a tutorial and this was the error.



      File "/home/plutes/Downloads/Python-3.6.6rc1/Lib/ensurepip/__init__.py", line 117, in _bootstrap
      return _run_pip(args + [p[0] for p in _PROJECTS], additional_paths)
      File "/home/plutes/Downloads/Python-3.6.6rc1/Lib/ensurepip/__init__.py", line 27, in _run_pip
      import pip._internal
      **zipimport.ZipImportError: can't decompress data; zlib not available
      Makefile:1113: recipe for target 'altinstall' failed
      make: *** [altinstall] Error 1**

      plutes@plutes-Lenovo-G50-30:~/Downloads/Python-3.6.6rc1$ cd

      plutes@plutes-Lenovo-G50-30:~$ python
      python python3 python3.6m-config python3m
      python2 python3.6 python3.7
      python2.7 python3.6m python3.7m
      plutes@plutes-Lenovo-G50-30:~$ python3.6

      Python 3.6.6rc1 (default, Jun 17 2018, 21:36:49)
      [GCC 7.3.0] on linux
      Type "help", "copyright", "credits" or "license" for more information.
      >>> help()

      Welcome to Python 3.6's help utility!

      as you can see it works, but I am unsure about future uses. thanks for any guidance.

      plutes@plutes-Lenovo-G50-30:~$ python3.6
      Python 3.6.6rc1 (default, Jun 17 2018, 21:36:49)
      [GCC 7.3.0] on linux
      Type "help", "copyright", "credits" or "license" for more information.
      >>> print("Hello, World!")
      Hello, World!
      >>>









      share|improve this question
















      Hello I have just install python as highlighted below there is an error for altinstall, should I use make install?



       ./configure
      make
      sudo make altinstall


      or



      ./configure
      make
      sudo make install


      I was following a tutorial and this was the error.



      File "/home/plutes/Downloads/Python-3.6.6rc1/Lib/ensurepip/__init__.py", line 117, in _bootstrap
      return _run_pip(args + [p[0] for p in _PROJECTS], additional_paths)
      File "/home/plutes/Downloads/Python-3.6.6rc1/Lib/ensurepip/__init__.py", line 27, in _run_pip
      import pip._internal
      **zipimport.ZipImportError: can't decompress data; zlib not available
      Makefile:1113: recipe for target 'altinstall' failed
      make: *** [altinstall] Error 1**

      plutes@plutes-Lenovo-G50-30:~/Downloads/Python-3.6.6rc1$ cd

      plutes@plutes-Lenovo-G50-30:~$ python
      python python3 python3.6m-config python3m
      python2 python3.6 python3.7
      python2.7 python3.6m python3.7m
      plutes@plutes-Lenovo-G50-30:~$ python3.6

      Python 3.6.6rc1 (default, Jun 17 2018, 21:36:49)
      [GCC 7.3.0] on linux
      Type "help", "copyright", "credits" or "license" for more information.
      >>> help()

      Welcome to Python 3.6's help utility!

      as you can see it works, but I am unsure about future uses. thanks for any guidance.

      plutes@plutes-Lenovo-G50-30:~$ python3.6
      Python 3.6.6rc1 (default, Jun 17 2018, 21:36:49)
      [GCC 7.3.0] on linux
      Type "help", "copyright", "credits" or "license" for more information.
      >>> print("Hello, World!")
      Hello, World!
      >>>






      python make






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Oct 7 '18 at 12:03









      abu_bua

      4,14981630




      4,14981630










      asked Jun 17 '18 at 21:05









      plutesciplutesci

      6916




      6916




















          2 Answers
          2






          active

          oldest

          votes


















          0














          Use the following commands in this order:



          1. ./configure

          2. make clean

          3. make

          4. sudo make install





          share|improve this answer
































            0














            Just in case somebody reads this thread, the issue is actually that a dependency is missing. In this case, zlib headers.



            Basically, you must:



            1.- Enable the deb-src http://archive.ubuntu.com/ubuntu/.



            I.e echo "deb-src http://archive.ubuntu.com/ubuntu/ bionic main" >> /etc/apt/sources.list



            2.- apt update



            3.- Install python deps
            apt-get build-dep python3.6



            Now you can run "make altinstall"



            You can read more details at https://bugs.python.org/issue36135.






            share|improve this answer








            New contributor




            Jose Flores is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.




















              Your Answer








              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "89"
              ;
              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%2faskubuntu.com%2fquestions%2f1047445%2faltinstall-error%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              0














              Use the following commands in this order:



              1. ./configure

              2. make clean

              3. make

              4. sudo make install





              share|improve this answer





























                0














                Use the following commands in this order:



                1. ./configure

                2. make clean

                3. make

                4. sudo make install





                share|improve this answer



























                  0












                  0








                  0







                  Use the following commands in this order:



                  1. ./configure

                  2. make clean

                  3. make

                  4. sudo make install





                  share|improve this answer















                  Use the following commands in this order:



                  1. ./configure

                  2. make clean

                  3. make

                  4. sudo make install






                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Oct 7 '18 at 12:03









                  abu_bua

                  4,14981630




                  4,14981630










                  answered Oct 7 '18 at 11:40









                  desertSniper87desertSniper87

                  1012




                  1012























                      0














                      Just in case somebody reads this thread, the issue is actually that a dependency is missing. In this case, zlib headers.



                      Basically, you must:



                      1.- Enable the deb-src http://archive.ubuntu.com/ubuntu/.



                      I.e echo "deb-src http://archive.ubuntu.com/ubuntu/ bionic main" >> /etc/apt/sources.list



                      2.- apt update



                      3.- Install python deps
                      apt-get build-dep python3.6



                      Now you can run "make altinstall"



                      You can read more details at https://bugs.python.org/issue36135.






                      share|improve this answer








                      New contributor




                      Jose Flores is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.
























                        0














                        Just in case somebody reads this thread, the issue is actually that a dependency is missing. In this case, zlib headers.



                        Basically, you must:



                        1.- Enable the deb-src http://archive.ubuntu.com/ubuntu/.



                        I.e echo "deb-src http://archive.ubuntu.com/ubuntu/ bionic main" >> /etc/apt/sources.list



                        2.- apt update



                        3.- Install python deps
                        apt-get build-dep python3.6



                        Now you can run "make altinstall"



                        You can read more details at https://bugs.python.org/issue36135.






                        share|improve this answer








                        New contributor




                        Jose Flores is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                        Check out our Code of Conduct.






















                          0












                          0








                          0







                          Just in case somebody reads this thread, the issue is actually that a dependency is missing. In this case, zlib headers.



                          Basically, you must:



                          1.- Enable the deb-src http://archive.ubuntu.com/ubuntu/.



                          I.e echo "deb-src http://archive.ubuntu.com/ubuntu/ bionic main" >> /etc/apt/sources.list



                          2.- apt update



                          3.- Install python deps
                          apt-get build-dep python3.6



                          Now you can run "make altinstall"



                          You can read more details at https://bugs.python.org/issue36135.






                          share|improve this answer








                          New contributor




                          Jose Flores is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.










                          Just in case somebody reads this thread, the issue is actually that a dependency is missing. In this case, zlib headers.



                          Basically, you must:



                          1.- Enable the deb-src http://archive.ubuntu.com/ubuntu/.



                          I.e echo "deb-src http://archive.ubuntu.com/ubuntu/ bionic main" >> /etc/apt/sources.list



                          2.- apt update



                          3.- Install python deps
                          apt-get build-dep python3.6



                          Now you can run "make altinstall"



                          You can read more details at https://bugs.python.org/issue36135.







                          share|improve this answer








                          New contributor




                          Jose Flores is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.









                          share|improve this answer



                          share|improve this answer






                          New contributor




                          Jose Flores is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.









                          answered 1 hour ago









                          Jose FloresJose Flores

                          1




                          1




                          New contributor




                          Jose Flores is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.





                          New contributor





                          Jose Flores is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.






                          Jose Flores is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.



























                              draft saved

                              draft discarded
















































                              Thanks for contributing an answer to Ask Ubuntu!


                              • 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%2faskubuntu.com%2fquestions%2f1047445%2faltinstall-error%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

                              Virtualbox - Configuration error: Querying “UUID” failed (VERR_CFGM_VALUE_NOT_FOUND)“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxVirtual Box Kernel errorFailed to open a seesion for the virtual machineFailed to open a session for the virtual machineUbuntu 14.04 LTS Virtualbox errorcan't use VM VirtualBoxusing virtualboxI can't run Linux-64 Bit on VirtualBoxUnable to insert the virtual optical disk (VBoxguestaddition) in virtual machine for ubuntu server in win 10VirtuaBox in Ubuntu 18.04 Issues with Win10.ISO Installation

                              Are there any comparative studies done between Ashtavakra Gita and Buddhim?How is it wrong to believe that a self exists, or that it doesn't?Can you criticise or improve Ven. Bodhi's description of MahayanaWas the doctrine of 'Anatta', accepted as doctrine by modern Buddhism, actually taught by the Buddha?Relationship between Buddhism, Hinduism and Yoga?Comparison of Nirvana, Tao and Brahman/AtmaIs there a distinction between “ego identity” and “craving/hating”?Are there many differences between Taoism and Buddhism?Loss of “faith” in buddhismSimilarity between creation in Abrahamic religions and beginning of life in Earth mentioned Agganna Sutta?Are there studies about the difference between meditating in the morning versus in the evening?Can one follow Hinduism and Buddhism at the same time?Are there any prohibitions on participating in other religion's practices?Psychology of 'flow'

                              Where is the suspend/hibernate button in GNOME Shell? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)No suspend option in UI on Bionic BeaverHow can I set sleep mode in ubuntu18.04 LTS and what is the short cut key to do so?17.10 suspend not availableUbuntu 18.04 LTS missing sleep optionUbuntu 18.04 LTS - missing suspend option when power button is pressedHow to put Thinkpad X1 Extreme to sleep in Ubuntu 18.10?Suspend Button in interactive power button menu18.04 - Keep programs running after logging outway to disable Hibernate from within gconf-editor so button disappears?How can I hibernate from GNOME Shell?How can I hibernate/suspend from the command line and do so at a specific timeNo permission to suspend/hibernate after upgrading to 12.10MATE - Missing Suspend and Hibernate buttons, pressing power button shutdowns system immediatelyUbuntu 14.04: Suspend, Hibernate and Suspend-hybrid in the menu?Change “power-button-action” comand for “hibernate” option in GNOME 3.18Shutdown / Power off button does always go to suspend on 17.10Hibernate after suspend stopped working in 17.10Why doesn't the keyboard screenshot button work on Ubuntu with GNOME shell?