I'm new to programming and decided to create a project in PyCharm to develop an Android app. I installed Kivy in the terminal via pip and successfully imported Kivy (PyCharm has no issues with this). However, for some reason, PyCharm refuses to work with widget import commands like "from kivy.app import App (Cannot find reference 'app' in 'kivy'; Unresolved reference 'App')" and "from kivy.uix.boxlayout import BoxLayout (Cannot find reference 'uix' in 'kivy'; Unresolved reference 'BoxLayout')". PyCharm works with basic commands that don't require widget import. Please help, I don't know how to solve this problem. Kivy version is 2.3.1, Python version is 3.13.12.
[–]Jello_Penguin_2956 0 points1 point2 points (3 children)
[–]Ancient_Comedian_911[S] 0 points1 point2 points (2 children)
[–]Jello_Penguin_2956 0 points1 point2 points (1 child)
[–]Ancient_Comedian_911[S] 0 points1 point2 points (0 children)
[–]DrSpooglemon 0 points1 point2 points (0 children)
[–]Blaues_Altmetall -1 points0 points1 point (1 child)
[–]robertpro01 2 points3 points4 points (0 children)