Installing kivy with pip












3















I get this error when trying to install kivy.



kivy-1.8.9-cp34-none-win_amd64.whl is not supported wheel on this platform.


I run Python 3.4 and have installed these modules:



Pip 6.0.8
Pygame 1.9.2a0
Setuptools 14.3.1


Which is all the latest, so i have no idea what the problem is. I am so excited to create application, with kivy! Annoy me so much that i just can't install it.



I have been following this Tutorial by Sentdex, if anyone is familiar with it.



OS: Windows 8.1 Pro, 64bit










share|improve this question

























  • Can you add information about your OS? Windows/OSX/Linux 32/64 bit?

    – cel
    Mar 24 '15 at 7:45











  • Just updated the question

    – RasmusGP
    Mar 24 '15 at 7:56











  • Can you have a look at this answer and see if pip correctly identifies your OS: stackoverflow.com/a/28111899/2272172

    – cel
    Mar 24 '15 at 8:03











  • I did get it installed, but just tried to run a simple program and it throws me this error: ImportError: DLL load failed: %1 is not valid Win32-program. (translated from Danish) when i run this line: from kivy.app import App

    – RasmusGP
    Mar 24 '15 at 8:17













  • Are you 100% sure, that you are running a 64bit system? All these errors usually turn up, when you try to install a 64bit binary on a 32bit system.

    – cel
    Mar 24 '15 at 8:22
















3















I get this error when trying to install kivy.



kivy-1.8.9-cp34-none-win_amd64.whl is not supported wheel on this platform.


I run Python 3.4 and have installed these modules:



Pip 6.0.8
Pygame 1.9.2a0
Setuptools 14.3.1


Which is all the latest, so i have no idea what the problem is. I am so excited to create application, with kivy! Annoy me so much that i just can't install it.



I have been following this Tutorial by Sentdex, if anyone is familiar with it.



OS: Windows 8.1 Pro, 64bit










share|improve this question

























  • Can you add information about your OS? Windows/OSX/Linux 32/64 bit?

    – cel
    Mar 24 '15 at 7:45











  • Just updated the question

    – RasmusGP
    Mar 24 '15 at 7:56











  • Can you have a look at this answer and see if pip correctly identifies your OS: stackoverflow.com/a/28111899/2272172

    – cel
    Mar 24 '15 at 8:03











  • I did get it installed, but just tried to run a simple program and it throws me this error: ImportError: DLL load failed: %1 is not valid Win32-program. (translated from Danish) when i run this line: from kivy.app import App

    – RasmusGP
    Mar 24 '15 at 8:17













  • Are you 100% sure, that you are running a 64bit system? All these errors usually turn up, when you try to install a 64bit binary on a 32bit system.

    – cel
    Mar 24 '15 at 8:22














3












3








3


0






I get this error when trying to install kivy.



kivy-1.8.9-cp34-none-win_amd64.whl is not supported wheel on this platform.


I run Python 3.4 and have installed these modules:



Pip 6.0.8
Pygame 1.9.2a0
Setuptools 14.3.1


Which is all the latest, so i have no idea what the problem is. I am so excited to create application, with kivy! Annoy me so much that i just can't install it.



I have been following this Tutorial by Sentdex, if anyone is familiar with it.



OS: Windows 8.1 Pro, 64bit










share|improve this question
















I get this error when trying to install kivy.



kivy-1.8.9-cp34-none-win_amd64.whl is not supported wheel on this platform.


I run Python 3.4 and have installed these modules:



Pip 6.0.8
Pygame 1.9.2a0
Setuptools 14.3.1


Which is all the latest, so i have no idea what the problem is. I am so excited to create application, with kivy! Annoy me so much that i just can't install it.



I have been following this Tutorial by Sentdex, if anyone is familiar with it.



OS: Windows 8.1 Pro, 64bit







python install pip kivy python-3.4






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 24 '15 at 7:55







RasmusGP

















asked Mar 24 '15 at 7:16









RasmusGPRasmusGP

77631022




77631022













  • Can you add information about your OS? Windows/OSX/Linux 32/64 bit?

    – cel
    Mar 24 '15 at 7:45











  • Just updated the question

    – RasmusGP
    Mar 24 '15 at 7:56











  • Can you have a look at this answer and see if pip correctly identifies your OS: stackoverflow.com/a/28111899/2272172

    – cel
    Mar 24 '15 at 8:03











  • I did get it installed, but just tried to run a simple program and it throws me this error: ImportError: DLL load failed: %1 is not valid Win32-program. (translated from Danish) when i run this line: from kivy.app import App

    – RasmusGP
    Mar 24 '15 at 8:17













  • Are you 100% sure, that you are running a 64bit system? All these errors usually turn up, when you try to install a 64bit binary on a 32bit system.

    – cel
    Mar 24 '15 at 8:22



















  • Can you add information about your OS? Windows/OSX/Linux 32/64 bit?

    – cel
    Mar 24 '15 at 7:45











  • Just updated the question

    – RasmusGP
    Mar 24 '15 at 7:56











  • Can you have a look at this answer and see if pip correctly identifies your OS: stackoverflow.com/a/28111899/2272172

    – cel
    Mar 24 '15 at 8:03











  • I did get it installed, but just tried to run a simple program and it throws me this error: ImportError: DLL load failed: %1 is not valid Win32-program. (translated from Danish) when i run this line: from kivy.app import App

    – RasmusGP
    Mar 24 '15 at 8:17













  • Are you 100% sure, that you are running a 64bit system? All these errors usually turn up, when you try to install a 64bit binary on a 32bit system.

    – cel
    Mar 24 '15 at 8:22

















Can you add information about your OS? Windows/OSX/Linux 32/64 bit?

– cel
Mar 24 '15 at 7:45





Can you add information about your OS? Windows/OSX/Linux 32/64 bit?

– cel
Mar 24 '15 at 7:45













Just updated the question

– RasmusGP
Mar 24 '15 at 7:56





Just updated the question

– RasmusGP
Mar 24 '15 at 7:56













Can you have a look at this answer and see if pip correctly identifies your OS: stackoverflow.com/a/28111899/2272172

– cel
Mar 24 '15 at 8:03





Can you have a look at this answer and see if pip correctly identifies your OS: stackoverflow.com/a/28111899/2272172

– cel
Mar 24 '15 at 8:03













I did get it installed, but just tried to run a simple program and it throws me this error: ImportError: DLL load failed: %1 is not valid Win32-program. (translated from Danish) when i run this line: from kivy.app import App

– RasmusGP
Mar 24 '15 at 8:17







I did get it installed, but just tried to run a simple program and it throws me this error: ImportError: DLL load failed: %1 is not valid Win32-program. (translated from Danish) when i run this line: from kivy.app import App

– RasmusGP
Mar 24 '15 at 8:17















Are you 100% sure, that you are running a 64bit system? All these errors usually turn up, when you try to install a 64bit binary on a 32bit system.

– cel
Mar 24 '15 at 8:22





Are you 100% sure, that you are running a 64bit system? All these errors usually turn up, when you try to install a 64bit binary on a 32bit system.

– cel
Mar 24 '15 at 8:22












3 Answers
3






active

oldest

votes


















1














How to install Kivy on windows 10




  1. Download wheels from here (you have to download both pygame and kivy, if you are running 32 bit python3.5 then download Kivy-1.9.1+sdl2-cp35-none-win32.whl and pygame-1.9.2a0-cp35-none-win32.whl or choose the appropriate one for your needs.)

  2. Place installed wheels into same folder.

  3. Run (Windows) CMD as administrator and go into created folder by using cmd (where you placed your wheels)

  4. pip install by copy/paste name of the wheel and push the enter button. For example: pip install pygame-1.9.2a0-cp35-none-win32.whl and pip install Kivy-1.9.1+sdl2-cp35-none-win32.whl

  5. Now you can use Kivy


Good Luck!!






share|improve this answer

































    0














    I just wanted to add that I had a similar problem and found that the file name of the wheel is of dire importance. I had downloaded a duplicate copy of the wheel and Windows had auto-renamed it with the suffix "(2)". Using the original file name without this suffix did the trick. Hope that helps someone in the future.






    share|improve this answer































      0














      Try to change the python location and the python lib on the path in
      environment variable.



      ex: path:



      C:python/python3.4;
      C:python/python3.4/lib





      share|improve this answer

























        Your Answer






        StackExchange.ifUsing("editor", function () {
        StackExchange.using("externalEditor", function () {
        StackExchange.using("snippets", function () {
        StackExchange.snippets.init();
        });
        });
        }, "code-snippets");

        StackExchange.ready(function() {
        var channelOptions = {
        tags: "".split(" "),
        id: "1"
        };
        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%2fstackoverflow.com%2fquestions%2f29226870%2finstalling-kivy-with-pip%23new-answer', 'question_page');
        }
        );

        Post as a guest















        Required, but never shown

























        3 Answers
        3






        active

        oldest

        votes








        3 Answers
        3






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes









        1














        How to install Kivy on windows 10




        1. Download wheels from here (you have to download both pygame and kivy, if you are running 32 bit python3.5 then download Kivy-1.9.1+sdl2-cp35-none-win32.whl and pygame-1.9.2a0-cp35-none-win32.whl or choose the appropriate one for your needs.)

        2. Place installed wheels into same folder.

        3. Run (Windows) CMD as administrator and go into created folder by using cmd (where you placed your wheels)

        4. pip install by copy/paste name of the wheel and push the enter button. For example: pip install pygame-1.9.2a0-cp35-none-win32.whl and pip install Kivy-1.9.1+sdl2-cp35-none-win32.whl

        5. Now you can use Kivy


        Good Luck!!






        share|improve this answer






























          1














          How to install Kivy on windows 10




          1. Download wheels from here (you have to download both pygame and kivy, if you are running 32 bit python3.5 then download Kivy-1.9.1+sdl2-cp35-none-win32.whl and pygame-1.9.2a0-cp35-none-win32.whl or choose the appropriate one for your needs.)

          2. Place installed wheels into same folder.

          3. Run (Windows) CMD as administrator and go into created folder by using cmd (where you placed your wheels)

          4. pip install by copy/paste name of the wheel and push the enter button. For example: pip install pygame-1.9.2a0-cp35-none-win32.whl and pip install Kivy-1.9.1+sdl2-cp35-none-win32.whl

          5. Now you can use Kivy


          Good Luck!!






          share|improve this answer




























            1












            1








            1







            How to install Kivy on windows 10




            1. Download wheels from here (you have to download both pygame and kivy, if you are running 32 bit python3.5 then download Kivy-1.9.1+sdl2-cp35-none-win32.whl and pygame-1.9.2a0-cp35-none-win32.whl or choose the appropriate one for your needs.)

            2. Place installed wheels into same folder.

            3. Run (Windows) CMD as administrator and go into created folder by using cmd (where you placed your wheels)

            4. pip install by copy/paste name of the wheel and push the enter button. For example: pip install pygame-1.9.2a0-cp35-none-win32.whl and pip install Kivy-1.9.1+sdl2-cp35-none-win32.whl

            5. Now you can use Kivy


            Good Luck!!






            share|improve this answer















            How to install Kivy on windows 10




            1. Download wheels from here (you have to download both pygame and kivy, if you are running 32 bit python3.5 then download Kivy-1.9.1+sdl2-cp35-none-win32.whl and pygame-1.9.2a0-cp35-none-win32.whl or choose the appropriate one for your needs.)

            2. Place installed wheels into same folder.

            3. Run (Windows) CMD as administrator and go into created folder by using cmd (where you placed your wheels)

            4. pip install by copy/paste name of the wheel and push the enter button. For example: pip install pygame-1.9.2a0-cp35-none-win32.whl and pip install Kivy-1.9.1+sdl2-cp35-none-win32.whl

            5. Now you can use Kivy


            Good Luck!!







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Nov 20 '18 at 0:42









            not2qubit

            4,08513460




            4,08513460










            answered Mar 4 '16 at 5:01









            Arzuman MamishovArzuman Mamishov

            112




            112

























                0














                I just wanted to add that I had a similar problem and found that the file name of the wheel is of dire importance. I had downloaded a duplicate copy of the wheel and Windows had auto-renamed it with the suffix "(2)". Using the original file name without this suffix did the trick. Hope that helps someone in the future.






                share|improve this answer




























                  0














                  I just wanted to add that I had a similar problem and found that the file name of the wheel is of dire importance. I had downloaded a duplicate copy of the wheel and Windows had auto-renamed it with the suffix "(2)". Using the original file name without this suffix did the trick. Hope that helps someone in the future.






                  share|improve this answer


























                    0












                    0








                    0







                    I just wanted to add that I had a similar problem and found that the file name of the wheel is of dire importance. I had downloaded a duplicate copy of the wheel and Windows had auto-renamed it with the suffix "(2)". Using the original file name without this suffix did the trick. Hope that helps someone in the future.






                    share|improve this answer













                    I just wanted to add that I had a similar problem and found that the file name of the wheel is of dire importance. I had downloaded a duplicate copy of the wheel and Windows had auto-renamed it with the suffix "(2)". Using the original file name without this suffix did the trick. Hope that helps someone in the future.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Mar 23 '17 at 8:31









                    TopherBuckleyTopherBuckley

                    2011




                    2011























                        0














                        Try to change the python location and the python lib on the path in
                        environment variable.



                        ex: path:



                        C:python/python3.4;
                        C:python/python3.4/lib





                        share|improve this answer






























                          0














                          Try to change the python location and the python lib on the path in
                          environment variable.



                          ex: path:



                          C:python/python3.4;
                          C:python/python3.4/lib





                          share|improve this answer




























                            0












                            0








                            0







                            Try to change the python location and the python lib on the path in
                            environment variable.



                            ex: path:



                            C:python/python3.4;
                            C:python/python3.4/lib





                            share|improve this answer















                            Try to change the python location and the python lib on the path in
                            environment variable.



                            ex: path:



                            C:python/python3.4;
                            C:python/python3.4/lib






                            share|improve this answer














                            share|improve this answer



                            share|improve this answer








                            edited Sep 26 '17 at 15:40









                            Ryan

                            1,80321328




                            1,80321328










                            answered Sep 26 '17 at 14:43









                            Dionathan Cordova BassDionathan Cordova Bass

                            11




                            11






























                                draft saved

                                draft discarded




















































                                Thanks for contributing an answer to Stack Overflow!


                                • 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%2fstackoverflow.com%2fquestions%2f29226870%2finstalling-kivy-with-pip%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

                                The term 'EXEC' is not recognized as the name of a cmdlet Powershell

                                NPM command prompt closes immediately [closed]

                                Error binding properties and functions in emscripten