I am trying to install buildozer on my linux, using the steps at here: https://kivy.org/doc/stable/guide/packaging-android.html
When I use the command line: buildozer init
I got this error:
File "/home/kouhi/.local/bin/buildozer", line 5, in <module>
from buildozer.scripts.client import main
ModuleNotFoundError: No module named 'buildozer'
Any ideas to solve this problem? thankyou in advance
P.S: everything started by updating my python from 3.5 to 3.7!!! before that everything were fine