'pyinstaller py to exe missing kivy module
so in short, my problem is when I convert my the stuff I have into a single file, even tried auto py to exe yet I kept getting this error:
Traceback (most recent call last): File "main.py", line 1, in from kivy.app import App ModuleNotFoundError: No module named 'kivy'
I dont know how to fix this I've looked to alot of tutorials, I tried alot of things and it still didnt work,
here is my folder so yeah its quite weird please help I dont know how to fix this I tried hidden import on auto py to exe, I tried reading thru the help stuff in advanced settings, I tried alot of stuff and it didnt work
as more clarification, I've been watching a tutorial on "tech with tim" on how to do that and entered the exact commands in the video, kivy module is highly used in the script, the error is up there and it still didnt work after alot of attempts
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
