Installing kivy with pip
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
|
show 4 more comments
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
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 ifpipcorrectly 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 a64bitsystem? All these errors usually turn up, when you try to install a64bitbinary on a32bitsystem.
– cel
Mar 24 '15 at 8:22
|
show 4 more comments
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
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
python install pip kivy python-3.4
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 ifpipcorrectly 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 a64bitsystem? All these errors usually turn up, when you try to install a64bitbinary on a32bitsystem.
– cel
Mar 24 '15 at 8:22
|
show 4 more comments
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 ifpipcorrectly 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 a64bitsystem? All these errors usually turn up, when you try to install a64bitbinary on a32bitsystem.
– 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
|
show 4 more comments
3 Answers
3
active
oldest
votes
How to install Kivy on windows 10
- Download wheels from here (you have to download both
pygameandkivy, if you are running 32 bit python3.5 then downloadKivy-1.9.1+sdl2-cp35-none-win32.whlandpygame-1.9.2a0-cp35-none-win32.whlor choose the appropriate one for your needs.) - Place installed wheels into same folder.
- Run (Windows)
CMDas administrator and go into created folder by using cmd (where you placed your wheels) - 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.whlandpip install Kivy-1.9.1+sdl2-cp35-none-win32.whl
- Now you can use Kivy
Good Luck!!
add a comment |
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.
add a comment |
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
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
How to install Kivy on windows 10
- Download wheels from here (you have to download both
pygameandkivy, if you are running 32 bit python3.5 then downloadKivy-1.9.1+sdl2-cp35-none-win32.whlandpygame-1.9.2a0-cp35-none-win32.whlor choose the appropriate one for your needs.) - Place installed wheels into same folder.
- Run (Windows)
CMDas administrator and go into created folder by using cmd (where you placed your wheels) - 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.whlandpip install Kivy-1.9.1+sdl2-cp35-none-win32.whl
- Now you can use Kivy
Good Luck!!
add a comment |
How to install Kivy on windows 10
- Download wheels from here (you have to download both
pygameandkivy, if you are running 32 bit python3.5 then downloadKivy-1.9.1+sdl2-cp35-none-win32.whlandpygame-1.9.2a0-cp35-none-win32.whlor choose the appropriate one for your needs.) - Place installed wheels into same folder.
- Run (Windows)
CMDas administrator and go into created folder by using cmd (where you placed your wheels) - 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.whlandpip install Kivy-1.9.1+sdl2-cp35-none-win32.whl
- Now you can use Kivy
Good Luck!!
add a comment |
How to install Kivy on windows 10
- Download wheels from here (you have to download both
pygameandkivy, if you are running 32 bit python3.5 then downloadKivy-1.9.1+sdl2-cp35-none-win32.whlandpygame-1.9.2a0-cp35-none-win32.whlor choose the appropriate one for your needs.) - Place installed wheels into same folder.
- Run (Windows)
CMDas administrator and go into created folder by using cmd (where you placed your wheels) - 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.whlandpip install Kivy-1.9.1+sdl2-cp35-none-win32.whl
- Now you can use Kivy
Good Luck!!
How to install Kivy on windows 10
- Download wheels from here (you have to download both
pygameandkivy, if you are running 32 bit python3.5 then downloadKivy-1.9.1+sdl2-cp35-none-win32.whlandpygame-1.9.2a0-cp35-none-win32.whlor choose the appropriate one for your needs.) - Place installed wheels into same folder.
- Run (Windows)
CMDas administrator and go into created folder by using cmd (where you placed your wheels) - 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.whlandpip install Kivy-1.9.1+sdl2-cp35-none-win32.whl
- Now you can use Kivy
Good Luck!!
edited Nov 20 '18 at 0:42
not2qubit
4,08513460
4,08513460
answered Mar 4 '16 at 5:01
Arzuman MamishovArzuman Mamishov
112
112
add a comment |
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
answered Mar 23 '17 at 8:31
TopherBuckleyTopherBuckley
2011
2011
add a comment |
add a comment |
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
add a comment |
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
add a comment |
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
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
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
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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

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
pipcorrectly 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
64bitsystem? All these errors usually turn up, when you try to install a64bitbinary on a32bitsystem.– cel
Mar 24 '15 at 8:22