Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Kivy error
#1
Hi, I was learning kivy and I am stuck. Python gives me an error saying "No module named kivy" when I try to import it to a script. I am usjng Linux mint 20. Kivy is installed in an virutal environment. I was following the offical kivy docs for pip

Thanks!
Reply
#2
Quote:It says "No module named kivy"
What is "it"?
Quote:I am installing tj in a virtual environment.
what is tj?
Please provide as much information as you can.
Reply
#3
(Apr-10-2021, 10:36 PM)Larz60+ Wrote:
Quote:It says "No module named kivy"
What is "it"?
Quote:I am installing tj in a virtual environment.
what is tj?
Please provide as much information as you can.
I have fixed the initial post
Reply
#4
(Apr-10-2021, 04:13 PM)Leo_Red Wrote: Hi, I was learning kivy and I am stuck. Python gives me an error saying "No module named kivy" when I try to import it to a script. I am using Linux mint 20. Kivy is installed in an virutal environment. I was following the offical kivy docs for pip

Thanks!
Reply
#5
With your virtual environment activated, type pip list

if kivy's not in the list, reinstall from virtual environment.
It's possible the first install went to a different environment.
Reply
#6
(Apr-11-2021, 09:18 AM)Larz60+ Wrote: With your virtual environment activated, type pip list

if kivy's not in the list, reinstall from virtual environment.
It's possible the first install went to a different environment.
Hi, thanks for helping!! ❤️

It turns out VS code was not identifying the venv. I somehow figured it out
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Kivy] Kivy Designer Module Error SARAVANAN_M 0 3,836 Nov-20-2019, 09:57 AM
Last Post: SARAVANAN_M
  [Kivy] 'Design' had no attribute 'add' Error in Python and Kivy yahucoder 2 3,056 May-20-2019, 02:32 PM
Last Post: yahucoder

Forum Jump:

User Panel Messages

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