ModuleNotFoundError: No module named 'kivy'












0














A Noob here to python.
I am running Ubuntu 16.04 (64bit) and I cant get Kivy to install properly for python3. I have tried (https://kivy.org/docs/installation/installation-linux.html) the installation process, but it doesn't pick up.

I wonder if I should try to install it via a .whl package (any source)? Please help, thanks!










share|improve this question



























    0














    A Noob here to python.
    I am running Ubuntu 16.04 (64bit) and I cant get Kivy to install properly for python3. I have tried (https://kivy.org/docs/installation/installation-linux.html) the installation process, but it doesn't pick up.

    I wonder if I should try to install it via a .whl package (any source)? Please help, thanks!










    share|improve this question

























      0












      0








      0







      A Noob here to python.
      I am running Ubuntu 16.04 (64bit) and I cant get Kivy to install properly for python3. I have tried (https://kivy.org/docs/installation/installation-linux.html) the installation process, but it doesn't pick up.

      I wonder if I should try to install it via a .whl package (any source)? Please help, thanks!










      share|improve this question













      A Noob here to python.
      I am running Ubuntu 16.04 (64bit) and I cant get Kivy to install properly for python3. I have tried (https://kivy.org/docs/installation/installation-linux.html) the installation process, but it doesn't pick up.

      I wonder if I should try to install it via a .whl package (any source)? Please help, thanks!







      python3 kivy






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Apr 30 '17 at 5:14









      Banana Republic

      111




      111






















          2 Answers
          2






          active

          oldest

          votes


















          0














          Kivy - Multimedia / Multitouch framework in Python (Python 3) (python3-kivy) is in the default repositories in Ubuntu 16.04 and later releases. To install it, open the terminal and type:



          sudo apt install python3-kivy  


          This package contains the Python 3 compatible version of the library. There is also another Python 2 compatible version of the library named python-kivy. It is a common naming convention in Ubuntu to preface the Python 2 compatible version of a package with python- and the Python 3 compatible version of a package with python3-.






          share|improve this answer































            0














            I am having this problem, and despite following the installation instructions to the T, I get the following:



            ModuleNotFoundError: No module named 'kivy'


            I'm running Linux Mint 18.3.






            share|improve this answer

















            • 1




              Hi @data_reagar! Welcome to AskUbuntu! This doesn't appear to be an answer but a comment (and a 'Me too!' comment, at that). Both of these are discouraged. You can leave comments when you gain a small amount of reputation. For now, please look around, and do the tour! askubuntu.com/tour
              – tudor
              Feb 26 '18 at 5:44











            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%2f910361%2fmodulenotfounderror-no-module-named-kivy%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














            Kivy - Multimedia / Multitouch framework in Python (Python 3) (python3-kivy) is in the default repositories in Ubuntu 16.04 and later releases. To install it, open the terminal and type:



            sudo apt install python3-kivy  


            This package contains the Python 3 compatible version of the library. There is also another Python 2 compatible version of the library named python-kivy. It is a common naming convention in Ubuntu to preface the Python 2 compatible version of a package with python- and the Python 3 compatible version of a package with python3-.






            share|improve this answer




























              0














              Kivy - Multimedia / Multitouch framework in Python (Python 3) (python3-kivy) is in the default repositories in Ubuntu 16.04 and later releases. To install it, open the terminal and type:



              sudo apt install python3-kivy  


              This package contains the Python 3 compatible version of the library. There is also another Python 2 compatible version of the library named python-kivy. It is a common naming convention in Ubuntu to preface the Python 2 compatible version of a package with python- and the Python 3 compatible version of a package with python3-.






              share|improve this answer


























                0












                0








                0






                Kivy - Multimedia / Multitouch framework in Python (Python 3) (python3-kivy) is in the default repositories in Ubuntu 16.04 and later releases. To install it, open the terminal and type:



                sudo apt install python3-kivy  


                This package contains the Python 3 compatible version of the library. There is also another Python 2 compatible version of the library named python-kivy. It is a common naming convention in Ubuntu to preface the Python 2 compatible version of a package with python- and the Python 3 compatible version of a package with python3-.






                share|improve this answer














                Kivy - Multimedia / Multitouch framework in Python (Python 3) (python3-kivy) is in the default repositories in Ubuntu 16.04 and later releases. To install it, open the terminal and type:



                sudo apt install python3-kivy  


                This package contains the Python 3 compatible version of the library. There is also another Python 2 compatible version of the library named python-kivy. It is a common naming convention in Ubuntu to preface the Python 2 compatible version of a package with python- and the Python 3 compatible version of a package with python3-.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Apr 30 '17 at 5:39

























                answered Apr 30 '17 at 5:22









                karel

                57.3k12127146




                57.3k12127146

























                    0














                    I am having this problem, and despite following the installation instructions to the T, I get the following:



                    ModuleNotFoundError: No module named 'kivy'


                    I'm running Linux Mint 18.3.






                    share|improve this answer

















                    • 1




                      Hi @data_reagar! Welcome to AskUbuntu! This doesn't appear to be an answer but a comment (and a 'Me too!' comment, at that). Both of these are discouraged. You can leave comments when you gain a small amount of reputation. For now, please look around, and do the tour! askubuntu.com/tour
                      – tudor
                      Feb 26 '18 at 5:44
















                    0














                    I am having this problem, and despite following the installation instructions to the T, I get the following:



                    ModuleNotFoundError: No module named 'kivy'


                    I'm running Linux Mint 18.3.






                    share|improve this answer

















                    • 1




                      Hi @data_reagar! Welcome to AskUbuntu! This doesn't appear to be an answer but a comment (and a 'Me too!' comment, at that). Both of these are discouraged. You can leave comments when you gain a small amount of reputation. For now, please look around, and do the tour! askubuntu.com/tour
                      – tudor
                      Feb 26 '18 at 5:44














                    0












                    0








                    0






                    I am having this problem, and despite following the installation instructions to the T, I get the following:



                    ModuleNotFoundError: No module named 'kivy'


                    I'm running Linux Mint 18.3.






                    share|improve this answer












                    I am having this problem, and despite following the installation instructions to the T, I get the following:



                    ModuleNotFoundError: No module named 'kivy'


                    I'm running Linux Mint 18.3.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Feb 26 '18 at 3:04









                    reka18

                    1012




                    1012








                    • 1




                      Hi @data_reagar! Welcome to AskUbuntu! This doesn't appear to be an answer but a comment (and a 'Me too!' comment, at that). Both of these are discouraged. You can leave comments when you gain a small amount of reputation. For now, please look around, and do the tour! askubuntu.com/tour
                      – tudor
                      Feb 26 '18 at 5:44














                    • 1




                      Hi @data_reagar! Welcome to AskUbuntu! This doesn't appear to be an answer but a comment (and a 'Me too!' comment, at that). Both of these are discouraged. You can leave comments when you gain a small amount of reputation. For now, please look around, and do the tour! askubuntu.com/tour
                      – tudor
                      Feb 26 '18 at 5:44








                    1




                    1




                    Hi @data_reagar! Welcome to AskUbuntu! This doesn't appear to be an answer but a comment (and a 'Me too!' comment, at that). Both of these are discouraged. You can leave comments when you gain a small amount of reputation. For now, please look around, and do the tour! askubuntu.com/tour
                    – tudor
                    Feb 26 '18 at 5:44




                    Hi @data_reagar! Welcome to AskUbuntu! This doesn't appear to be an answer but a comment (and a 'Me too!' comment, at that). Both of these are discouraged. You can leave comments when you gain a small amount of reputation. For now, please look around, and do the tour! askubuntu.com/tour
                    – tudor
                    Feb 26 '18 at 5:44


















                    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.





                    Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                    Please pay close attention to the following guidance:


                    • 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%2f910361%2fmodulenotfounderror-no-module-named-kivy%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

                    Quarter-circle Tiles

                    build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

                    Mont Emei