-
-
syslot
@omz I think ne module is functional and would you please have a try to apply for such permission for pythonista?
-
-
syslot
@plessner I have already tried and agate-excel worked. thank you
-
syslot
@plessner Hi, plessner, I have found another problem . agate (version 1.3.1) dose not support xls. It's a little pity
-
syslot
@plessner I tried again and found
- parsedatetime == 1.3 and pip can not update it
and my import message shows below:
Traceback (most recent call last): File "<string>", line 1, in <module> File "/private/var/mobile/Containers/Shared/AppGroup/A5C76122-1A94-4EAD-8BA3-00973FBFAE31/Pythonista3/Documents/site-packages/agate/__init__.py", line 5, in <module> from agate.aggregations import * File "/private/var/mobile/Containers/Shared/AppGroup/A5C76122-1A94-4EAD-8BA3-00973FBFAE31/Pythonista3/Documents/site-packages/agate/aggregations/__init__.py", line 18, in <module> from agate.aggregations.base import Aggregation # noqa File "/private/var/mobile/Containers/Shared/AppGroup/A5C76122-1A94-4EAD-8BA3-00973FBFAE31/Pythonista3/Documents/site-packages/agate/aggregations/base.py", line 8, in <module> @six.python_2_unicode_compatible AttributeError: 'module' object has no attribute 'python_2_unicode_compatible'
Have you tried in Pythonista?Well , after I reinstall six, Babel and parsedatetime , agate works ! Thank you and let me try it. By the way , @administrators if Pandas works, I would be more than happy!
-
syslot
@plessner well, I have tried to install 1.3.1 and it cant work as well.how do you install the package?
-
syslot
@plessner well, I tried to install agate use stash-pip.py, but it can't install agate well too. Do you test this package in pythonista?
-
syslot
@ccc Does this link mean that pandas would not be used in pythonista?
-
syslot
well,pythonista is a awesome app and I like it very much.after trying,I find a problem. in script editor, I can use help to go to the definition of the selected function, but it seems doesn't work for the new script or new modules in site-packages download by stash. Plus, docs searching works not well in new modules too.