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 have installed p4a with
$ pip install --upgrade python-for-android
Recipe matplotlib is not on github repository, but something is downloaded by pip, installed directory has no .py file perhaps that's why p4a recipes crashes.
$ p4a recipes
[INFO]: This python-for-android revamp is an experimental alpha release!
[INFO]: It should work (mostly), but you may experience missing features or bugs.
android None
depends: [('python2', 'python3'), ('python2', 'python3crystax'), ('pygame', 'sdl2', 'genericndkbuild')]
File "/home/jb/python/venv/local/lib/python2.7/site-packages/pythonforandroid/recipe.py", line 623, in get_recipe
raise IOError('Recipe does not exist: {}'.format(name))
IOError: Recipe does not exist: matplotlib
$
The text was updated successfully, but these errors were encountered:
blockquote {padding-left: 1ex; margin: 0px 0px 0px 0.8ex; border-left: #cccccc 1px solid;} p {margin: 0px;padding: 0px;}
When do you plan to have the next release? Is git clone and local installation a valid intermediate solution?
BR, Jacek
Dnia Poniedzia³ek, 3 Pa¼dziernika 2016 22:08 Alexander Taylor [email protected] napisa³(a)
Thanks for the report, but I'll close this as a duplicate of #865
I think this may arise from me packaging some extra folders when I bundled p4a for pip, so it should be fixed with the next release.
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.
I have installed p4a with
$ pip install --upgrade python-for-android
Recipe matplotlib is not on github repository, but something is downloaded by pip, installed directory has no .py file perhaps that's why p4a recipes crashes.
$ p4a recipes
[INFO]: This python-for-android revamp is an experimental alpha release!
[INFO]: It should work (mostly), but you may experience missing features or bugs.
android None
depends: [('python2', 'python3'), ('python2', 'python3crystax'), ('pygame', 'sdl2', 'genericndkbuild')]
File "/home/jb/python/venv/local/lib/python2.7/site-packages/pythonforandroid/recipe.py", line 623, in get_recipe
raise IOError('Recipe does not exist: {}'.format(name))
IOError: Recipe does not exist: matplotlib
$
The text was updated successfully, but these errors were encountered: