+ 1

Hey everyone please what should we do when we got an error message in python like... "no module name kivy"

22nd Nov 2018, 1:04 AM
Jay_Junior
Jay_Junior - avatar
8 Antworten
+ 5
you install kivy.
22nd Nov 2018, 2:44 AM
LONGTIE👔
LONGTIE👔 - avatar
+ 5
Jay Junior use py -m pip install kivy
22nd Nov 2018, 3:35 AM
LONGTIE👔
LONGTIE👔 - avatar
+ 2
Yes using command windows
22nd Nov 2018, 3:12 AM
Jay_Junior
Jay_Junior - avatar
0
I have already installed it .... The problem is elsewhere ...😞😞😞
22nd Nov 2018, 3:38 AM
Jay_Junior
Jay_Junior - avatar
0
There could be the issue of path not being correctly set
22nd Nov 2018, 10:29 AM
Ash
0
Thank you and how could I actually set the right path
22nd Nov 2018, 10:43 AM
Jay_Junior
Jay_Junior - avatar
0
Because actually I see kivy in the list of my site packages .....
22nd Nov 2018, 10:44 AM
Jay_Junior
Jay_Junior - avatar
0
[Environment]::SetEnvironmentVariable("PATH", "$PATH;C: \Users\hp\python\scripts") This is what I typed in my windows 10 admin power shell Mainly what I understand is that the path was set to script folder Hope it works for you otherwise you can just search for other ways on net
22nd Nov 2018, 10:57 AM
Ash