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'
#8
(Mar-29-2019, 10:17 PM)Larz60+ Wrote:
Quote:This was the result:
That looks fine.
Please post exact, unmodified and complete error message that you are receiving
also, what is your OS.

Windows 10 (64-bit)

Quote:C:\Users\travis.lambert\PycharmProjects\practice\venv\installkivy\Scripts\python.exe C:/Users/travis.lambert/PycharmProjects/kivia/venv/installkivy/never_name_a_file_kivy.py
[INFO ] [Logger ] Record log in C:\Users\travis.lambert\.kivy\logs\kivy_19-03-29_43.txt
[INFO ] [Kivy ] v1.10.1
[INFO ] [Python ] v3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)]
[INFO ] [Factory ] 194 symbols loaded
[INFO ] [Image ] Providers: img_tex, img_dds, img_gif (img_sdl2, img_pil, img_ffpyplayer ignored)
[CRITICAL] [Text ] Unable to find any valuable Text provider.
sdl2 - ImportError: DLL load failed: The specified module could not be found.
File "C:\Users\travis.lambert\PycharmProjects\practice\venv\installkivy\lib\site-packages\kivy\core\__init__.py", line 59, in core_select_lib
fromlist=[modulename], level=0)
File "C:\Users\travis.lambert\PycharmProjects\practice\venv\installkivy\lib\site-packages\kivy\core\text\text_sdl2.py", line 12, in <module>
from kivy.core.text._text_sdl2 import (_SurfaceContainer, _get_extents,

pil - ModuleNotFoundError: No module named 'PIL'
File "C:\Users\travis.lambert\PycharmProjects\practice\venv\installkivy\lib\site-packages\kivy\core\__init__.py", line 59, in core_select_lib
fromlist=[modulename], level=0)
File "C:\Users\travis.lambert\PycharmProjects\practice\venv\installkivy\lib\site-packages\kivy\core\text\text_pil.py", line 7, in <module>
from PIL import Image, ImageFont, ImageDraw

[CRITICAL] [App ] Unable to get a Text provider, abort.

Process finished with exit code 1

This problem is solved, but I still need help with the other.
Reply


Messages In This Thread
RE: ModuleNotFoundError: No module named 'kivy' - by Exsul - Mar-30-2019, 12:58 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [FIXED] User-defined module: ModuleNotFoundError error in VSCode but not in PyCharm epoxy 5 12,133 Jun-01-2021, 02:16 AM
Last Post: deanhystad
  [PyQt] ModuleNotFoundError: No module named 'PyQt5' matklt 2 16,749 Jun-02-2020, 07:05 AM
Last Post: Knight18
  [WxPython] Linux: No module named 'wx' PeterLinux 23 15,817 Apr-02-2020, 12:50 PM
Last Post: PeterLinux
  [Kivy] Kivy Designer Module Error SARAVANAN_M 0 3,874 Nov-20-2019, 09:57 AM
Last Post: SARAVANAN_M
  "ModuleNotFoundError: No module named '_tkinter' in Python 3.8 Alfa 0 programmerc 1 6,372 Oct-21-2018, 06:32 PM
Last Post: Larz60+
  PyGtk3, No Module Named gi, on python3.5 on Windows harun2525 8 34,497 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