Pydroid 3 'No Module Named PyQt5' Kivy Form[Solved] | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 37

Pydroid 3 'No Module Named PyQt5' Kivy Form[Solved]

I'm trying to use PyQt5 library and kivy instead of Tkinter because it's not supported in Pydroid 3 so I installed the library then it asks me to download an installer for other required libraries so I downloaded it and installed the required libraries I tried to test a simple window but suddenly tells me on graphical output section 'ModuleNotFoundError: no module named 'PyQt5'' but why ? it was working then now it doesn't work ?

8th Feb 2018, 7:31 PM
warlord
warlord - avatar
9 Answers
+ 27
ministro uninstalls the library so after the installation of shared ministro libraries install PyQt5 again and it will work :)
12th Feb 2018, 3:06 PM
warlord
warlord - avatar
+ 27
@Nicolas I tried the pip command line but this app is the required services app by PyDroid 3 so there is no way I also tried nti import it with kivy but doesn't work what I found in my search is for PCs not for Android :p
11th Feb 2018, 4:49 AM
warlord
warlord - avatar
+ 26
@Nicolas it wasn't changed because: I installed it then it tells me you need to install this app(gave me a link) to download required libraries so I downloaded the app and no errors appeared while the installation but after the installation of required libraries it tells me "no module named PyQt5"
10th Feb 2018, 11:23 PM
warlord
warlord - avatar
+ 25
@Nicolas I saw the link but I'm using PyDroid but Pyside Android seems good 😕 I will check it out, thanks for the answer 😃
12th Feb 2018, 4:54 AM
warlord
warlord - avatar
+ 24
@Nicolas thank you 😃
12th Feb 2018, 5:53 PM
warlord
warlord - avatar
+ 2
You say that it was working but when ? Maybe the module changed of location (during an update) or maybe you changed the location of your code.
10th Feb 2018, 10:58 PM
Nicolas Lacroix
+ 2
Ok I think that there's a problem during the installation and that the installer doesn't tells you. Have you tried with another installer or another link ?
10th Feb 2018, 11:52 PM
Nicolas Lacroix
+ 2
Look at this post, it can interest you : https://stackoverflow.com/questions/18436340/pyqt-on-android but I can't help you more sorry.
11th Feb 2018, 9:33 AM
Nicolas Lacroix
+ 2
Happy to know that ! Enjoy !
12th Feb 2018, 5:05 PM
Nicolas Lacroix