ModuleNotFoundError: No module named 'kivy'
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
add a comment |
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
add a comment |
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
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
python3 kivy
asked Apr 30 '17 at 5:14
Banana RepublicBanana Republic
111
111
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
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-.
add a comment |
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.
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
add a comment |
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
});
}
});
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%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
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-.
add a comment |
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-.
add a comment |
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-.
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-.
edited Apr 30 '17 at 5:39
answered Apr 30 '17 at 5:22
karelkarel
58.1k12128146
58.1k12128146
add a comment |
add a comment |
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.
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
add a comment |
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.
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
add a comment |
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.
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.
answered Feb 26 '18 at 3:04
reka18reka18
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
add a comment |
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
add a comment |
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.
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%2faskubuntu.com%2fquestions%2f910361%2fmodulenotfounderror-no-module-named-kivy%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