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
i need to build an apk file for the a python program which uses the python module "io". so, i added "io" in the requirements section of buildozer.spec. while i ran the command "buildozer android debug deploy run", the errors raised are "could not find a version that satisfies the requirement io (from -r requirements.txt (line 5)) " and "No matching distribution found for io (from -r requirements.txt (line 5))".
please help me how to resolve this error.
The text was updated successfully, but these errors were encountered:
i need to build an apk file for the a python program which uses the python module "io". so, i added "io" in the requirements section of buildozer.spec. while i ran the command "buildozer android debug deploy run", the errors raised are "could not find a version that satisfies the requirement io (from -r requirements.txt (line 5)) " and "No matching distribution found for io (from -r requirements.txt (line 5))".
please help me how to resolve this error.
The text was updated successfully, but these errors were encountered: