'Rasberrypi 4 - ModuleNotFoundError: No module named 'kivymd.uix.picker'

My program was successfully installed all the package from Windows 10 and was able to run the code. But when I transfer the program from the rasberrypi 4 using Thonny IDE I got some errors of this.

from kivymd.uix.picker import MDTimePicker
ModuleNotFoundError: No module named 'kivymd.uix.picker'
>>> 
Backend terminated or disconnected. Use 'Stop/Restart' to restart.

I already follow these steps https://kivymd.readthedocs.io/en/latest/components/timepicker/ but I still got an error on my end. Is there a way I could install this package on rasberrypi 4 ubuntu the "kivymd.uix.picker"? Thank you



Solution 1:[1]

Try this one:- from kivymd.uix.pickers import MDTimePicker

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 New Age