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

                              Möglingen Índice Localización Historia Demografía Referencias Enlaces externos Menú de navegación48°53′18″N 9°07′45″E / 48.888333333333, 9.129166666666748°53′18″N 9°07′45″E / 48.888333333333, 9.1291666666667Sitio web oficial Mapa de Möglingen«Gemeinden in Deutschland nach Fläche, Bevölkerung und Postleitzahl am 30.09.2016»Möglingen

                              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

                              Antonio De Lisio Carrera Referencias Menú de navegación«Caracas: evolución relacional multipleja»«Cuando los gobiernos subestiman a las localidades: L a Iniciativa para la Integración de la Infraestructura Regional Suramericana (IIRSA) en la frontera Colombo-Venezolana»«Maestría en Planificación Integral del Ambiente»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«Conózcanos»«Caracas: evolución relacional multipleja»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»