Error from logcat

I have successfully created an earlier version of my app on my mobile.  I obviously made enough changes to cause the problem.

08-25 20:49:28.430 25974 26015 I python  :    File “/home/Error/Crash/.buildozer/android/app/main.py”, line 7, in <module>
08-25 20:49:28.430 25974 26015 I python  :  ModuleNotFoundError: No module named ‘webcolors’
08-25 20:49:28.430 25974 26015 I python  : Python for android ended.

Why would the module be available in windows, but not in android/mobile?  If certain modules are not available, how would I know?

A bit further down in the log are additional references to python kivy and crash (the name of my app).  Not sure what all that is (yet), but any help would help.

Read more here: Source link