+ 1
Hey everyone please what should we do when we got an error message in python like... "no module name kivy"
8 Respostas
+ 5
you install kivy.
+ 5
Jay Junior use
py -m pip install kivy
+ 2
Yes using command windows
0
I have already installed it .... The problem is elsewhere ...đđđ
0
There could be the issue of path not being correctly set
0
Thank you and how could I actually set the right path
0
Because actually I see kivy in the list of my site packages .....
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