Open ifuchs opened 3 years ago
I see where the problem is: babel is trying to run an OSX command (systemsetup) because there is a test with if sys.platform == 'darwin':
Since that command does not exist, it returns None, and that gives the result you had.
I'll have to set the TZ environment variable to work around that.
In the meantime, you can probably apply the fix yourself, using !setenv TZ <whatever is applicable>
Running the latest beta. I installed piecash (%pip install piecash) and when I try to import it, I get the following errors (this pure python module works in Pyto and Pythonista)
/var/mobile/Containers/Data/Application/CC437E91-94EE-46D7-8CF0-7BD4821F95B0/Library/lib/python3.9/site-packages/tzlocal/unix.py:158: UserWarning: Can not find any timezone configuration, defaulting to UTC. warnings.warn('Can not find any timezone configuration, defaulting to UTC.')
TypeError Traceback (most recent call last)