android - Buildozer can't load CSV module after removing it from blacklist -
i building app android using python, kivy , buildozer. including csv module in code. csv module blacklisted default in buildozer in blacklist.txt
i removed blacklist.txt files. after if try "buildozer android debug" error occurs:
# command failed: pip install --download-cache=/home/tibor/.buildozer/cache --target=/home/tibor/projects/wisdoms_deploy/.buildozer/applibs csv in detailed log buildozer pip this:
downloading/unpacking csv getting page https://pypi.python.org/simple/csv/ urls search versions csv: * https://pypi.python.org/simple/csv/ analyzing links page https://pypi.python.org/simple/csv/ skipping link http://www.object-craft.com.au/projects/csv/ (from https://pypi.python.org/simple/csv/); not file it indicates wants download csv wrong page on pages nothing.
i stuck @ point , can't figure out, how add csv module buildozer.
it looks you've added csv module requirements line buildozer trying install it. not necessary built in module, remove it.
also, better way unblacklist add in whitelist option. removes need manually edit blacklist files.
Comments
Post a Comment