Python Forum
[Kivy] ModuleNotFoundError: No module named 'kivy'
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Kivy] ModuleNotFoundError: No module named 'kivy'
#6
(Mar-29-2019, 02:35 AM)Larz60+ Wrote: It may not be installed for the version of python that you are running
run the following commands (from command line) to see where it's installed
Since the link you show instructs you to use pip, make sure your pip is for your python version
pip -V
# and for python
python -V
pip should show something like:
Output:
pip -V pip 19.0.3 from ...pyenv/versions/3.7.2/lib/python3.7/site-packages/pip (python 3.7) python -V Python 3.7.2
if you see (python 2.7) in pip -V, and your python version is 3.whatever,
then you need to reinstall using pip3

This was the result:

C:\Users\[USERNAME]>pip -V
pip 19.0.3 from c:\users\[USERNAME]\appdata\local\programs\python\python37\lib\site-packages\pip (python 3.7)

C:\Users\[USERNAME]>python -V
Python 3.7.3
Reply


Messages In This Thread
RE: ModuleNotFoundError: No module named 'kivy' - by Exsul - Mar-29-2019, 06:46 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [FIXED] User-defined module: ModuleNotFoundError error in VSCode but not in PyCharm epoxy 5 12,507 Jun-01-2021, 02:16 AM
Last Post: deanhystad
  [PyQt] ModuleNotFoundError: No module named 'PyQt5' matklt 2 16,898 Jun-02-2020, 07:05 AM
Last Post: Knight18
  [WxPython] Linux: No module named 'wx' PeterLinux 23 16,336 Apr-02-2020, 12:50 PM
Last Post: PeterLinux
  [Kivy] Kivy Designer Module Error SARAVANAN_M 0 3,940 Nov-20-2019, 09:57 AM
Last Post: SARAVANAN_M
  "ModuleNotFoundError: No module named '_tkinter' in Python 3.8 Alfa 0 programmerc 1 6,488 Oct-21-2018, 06:32 PM
Last Post: Larz60+
  PyGtk3, No Module Named gi, on python3.5 on Windows harun2525 8 34,758 May-19-2017, 01:30 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020