altinstall errorImportError: No module named paramiko“make” error when bundling a packgeError message...

Do UK voters know if their MP will be the Speaker of the House?

Arrow those variables!

Is it acceptable for a professor to tell male students to not think that they are smarter than female students?

What is the idiomatic way to say "clothing fits"?

Why do bosons tend to occupy the same state?

Why can't we play rap on piano?

Is it logically or scientifically possible to artificially send energy to the body?

What's the in-universe reasoning behind sorcerers needing material components?

One verb to replace 'be a member of' a club

What about the virus in 12 Monkeys?

Bullying boss launched a smear campaign and made me unemployable

Unlock My Phone! February 2018

Short story with a alien planet, government officials must wear exploding medallions

Detention in 1997

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

How dangerous is XSS?

iPad being using in wall mount battery swollen

How do I gain back my faith in my PhD degree?

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

Examples of smooth manifolds admitting inbetween one and a continuum of complex structures

Should I cover my bicycle overnight while bikepacking?

Plagiarism or not?

CAST throwing error when run in stored procedure but not when run as raw query

Probability that a draw from a normal distribution is some number greater than another draw from the same distribution



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 13 mins 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