You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And it seems all the dependencies are installed now. Why doesn't it find whatever it is searching? It's named Buildozer so I assume it's supposed to be in the package i downloaded.
Traceback (most recent call last):
File "/usr/local/bin/buildozer", line 6, in <module>
from pkg_resources import load_entry_point
File "/home/daniel/.local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3251, in <module>
@_call_aside
File "/home/daniel/.local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3235, in _call_aside
f(*args, **kwargs)
File "/home/daniel/.local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3264, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/home/daniel/.local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 583, in _build_master
ws.require(__requires__)
File "/home/daniel/.local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 900, in require
needed = self.resolve(parse_requirements(requirements))
File "/home/daniel/.local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 786, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'buildozer==1.4.1.dev0' distribution was not found and is required by the application
The text was updated successfully, but these errors were encountered:
👋 @danielw1990, we use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project.
Let us know if this comment was made in error, and we'll be happy to reopen the issue.
Versions
Description
Installed it about 2 weeks ago via:
git clone https://github.com/kivy/buildozer.git
cd buildozer
sudo python setup.py install
buildozer init
And it seems all the dependencies are installed now. Why doesn't it find whatever it is searching? It's named Buildozer so I assume it's supposed to be in the package i downloaded.
buildozer.spec
Command:
Spec file:
Logs
The text was updated successfully, but these errors were encountered: