Replies: 3 comments 17 replies
-
It's not possible to use arbitrary versions of Python modules that have binary extensions. In this case, matplotlib 3.6.0 and 3.1.2 are the only versions that have any support on Android; you can check https://chaquo.com/pypi-7.0/matplotlib/ and https://chaquo.com/pypi-13.1/matplotlib/ to see the versions that have binary wheels available. The error As for the error with Toga - it's impossible to say what is going on there, because you've provided no context for how you're generating the error. |
Beta Was this translation helpful? Give feedback.
-
Yes, I also try matplotlib 3.6.0 in Python 3.8 or Python 3.10, they have the same problem. I use "briefcase run android -u", and it raises |
Beta Was this translation helpful? Give feedback.
-
And I try to change the version of the numpy, but it can't work. |
Beta Was this translation helpful? Give feedback.
-
Hi, I use the newest version of the matplotlib-3.7.1, and it raises AttributeError: module 'os' has no attribute 'add_dll_directory'. How can I use the matplotlib successfully in my project?
And when I use toga-android~=0.3.1, it also raises ValueError("Unknown argument type", arg, type(arg)), so I change to use toga-android==0.3.0dev39, and it raises AttributeError: module 'os' has no attribute 'add_dll_directory'.
Beta Was this translation helpful? Give feedback.
All reactions