ModuleNotFoundError: No module named 'kivy'Which Ubuntu for Kivy and Python3Python 3: ImportError “No Module named Setuptools” [ubuntu 14.04 LTS].whl is not a supported wheel on this platformHow to package kivy application for Ubuntu?MySQL connector/python ImportError: No module named 'mysql'Execute python3 filename after creating new user and with skeleton folderModuleNotFoundError: No module named 'kivy' . How do I fix this error?Strating Melissa AI ModuleNotFoundError: No module named 'flask_socketio' , help?Which Ubuntu for Kivy and Python3ModuleNotFoundError: While importing module from parent folder

Overlay image with parts of another image

In Men at Arms, why announce Edward was caught?

Modern warfare theory in a medieval setting

POSTMAN DELIVERY 📪

"Es gefällt ihm." How to identify similar exceptions?

Does journal access significantly influence choice in which journal to publish in?

Transiting through Switzerland by coach with lots of cash

one-liner vs script

Can I color text by using an image, so that the color isn't flat?

What is the good path to become a Judo teacher?

What kind of mission objective would make a parabolic escape trajectory desirable?

How can I curtail abuse of the Illusion wizard's Illusory Reality feature?

Lazy Approval In SharePoint Online

Translation Golf XLVIII — We're sorry to see you go

Does the Creighton Method of Natural Family Planning have a failure rate of 3.2% or less?

Creating chess engine, machine learning vs. traditional engine?

Is there a more efficient alternative to pull down resistors?

Was Wayne Brady considered a guest star on "Whose Line Is It Anyway?"

how do you value what your leisure time is worth?

Is having your hand in your pocket during a presentation bad?

Why didn't Snape ask Dumbledore why he let "Moody" search his office?

Why did a young George Washington sign a document admitting to assassinating a French military officer?

Conveying the idea of " judge a book by its cover" by " juger un livre par sa couverture"

What is the meaning of "log" in this sentence?



ModuleNotFoundError: No module named 'kivy'


Which Ubuntu for Kivy and Python3Python 3: ImportError “No Module named Setuptools” [ubuntu 14.04 LTS].whl is not a supported wheel on this platformHow to package kivy application for Ubuntu?MySQL connector/python ImportError: No module named 'mysql'Execute python3 filename after creating new user and with skeleton folderModuleNotFoundError: No module named 'kivy' . How do I fix this error?Strating Melissa AI ModuleNotFoundError: No module named 'flask_socketio' , help?Which Ubuntu for Kivy and Python3ModuleNotFoundError: While importing module from parent folder






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom: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






























    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 RepublicBanana Republic

      11 silver badge1 bronze badge




      11 silver badge1 bronze badge























          2 Answers
          2






          active

          oldest

          votes


















          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
















          Kivy - Multimedia / Multitouch framework in Python (Python 3) (python3-kivy) is in the default repositories in Ubuntu 16.04, 18.04 and 18.10. 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.



          python3-kivy has been discontinued from the default repositories in Ubuntu 19.04 and later because of a software bug that also affects python3-kivy in Ubuntu 18.04. There is a workaround for this bug which is described in this answer.






          share|improve this answer




























            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/4.0/"u003ecc by-sa 4.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
















            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









            reka18reka18

            1012 bronze badges




            1012 bronze badges










            • 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













            0
















            Kivy - Multimedia / Multitouch framework in Python (Python 3) (python3-kivy) is in the default repositories in Ubuntu 16.04, 18.04 and 18.10. 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.



            python3-kivy has been discontinued from the default repositories in Ubuntu 19.04 and later because of a software bug that also affects python3-kivy in Ubuntu 18.04. There is a workaround for this bug which is described in this answer.






            share|improve this answer































              0
















              Kivy - Multimedia / Multitouch framework in Python (Python 3) (python3-kivy) is in the default repositories in Ubuntu 16.04, 18.04 and 18.10. 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.



              python3-kivy has been discontinued from the default repositories in Ubuntu 19.04 and later because of a software bug that also affects python3-kivy in Ubuntu 18.04. There is a workaround for this bug which is described in this answer.






              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, 18.04 and 18.10. 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.



                python3-kivy has been discontinued from the default repositories in Ubuntu 19.04 and later because of a software bug that also affects python3-kivy in Ubuntu 18.04. There is a workaround for this bug which is described in this answer.






                share|improve this answer















                Kivy - Multimedia / Multitouch framework in Python (Python 3) (python3-kivy) is in the default repositories in Ubuntu 16.04, 18.04 and 18.10. 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.



                python3-kivy has been discontinued from the default repositories in Ubuntu 19.04 and later because of a software bug that also affects python3-kivy in Ubuntu 18.04. There is a workaround for this bug which is described in this answer.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Jun 22 at 17:23

























                answered Apr 30 '17 at 5:22









                karelkarel

                68.5k15 gold badges154 silver badges174 bronze badges




                68.5k15 gold badges154 silver badges174 bronze badges































                    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%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

                    Distance measures on a map of a game The 2019 Stack Overflow Developer Survey Results Are Inmin distance in a graphShortest distance path on contour plotHow to plot a tilted map?Finding points outside of a diskDelaunay link distanceAnnulus from GeoDisks: drawing a ring on a mapNegative Correlation DistanceFind distance along a path (GPS coordinates)Finding position at given distance in a GeoPathMathematics behind distance estimation using camera

                    Genealogie vun de Merowenger Vum Merowech bis zum Chilperich I. | Navigatiounsmenü

                    How to get a smooth, uniform ParametricPlot of a 2D Region?How to plot a complicated Region?How to exclude a region from ParametricPlotHow discretize a region placing vertices on a specific non-uniform gridHow to transform a Plot or a ParametricPlot into a RegionHow can I get a smooth plot of a bounded region?Smooth ParametricPlot3D with RegionFunction?Smooth border of a region ParametricPlotSmooth region boundarySmooth region plot from list of pointsGet minimum y of a certain x in a region