+ 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 ?
9 Antworten
+ 27
ministro uninstalls the library so after the installation of shared ministro libraries install PyQt5 again and it will work :)
+ 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
+ 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"
+ 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 😃
+ 24
@Nicolas thank you 😃
+ 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.
+ 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 ?
+ 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.
+ 2
Happy to know that ! Enjoy !