Is there a way of installing on Linux without having ciso8601 as a requirement?
I want to migrate my code from other lib but i need my code to work also on Termux (terminal emulator on Android) which doesn't come with C compiler installed by default
The Termux users (which doesn't have installed clang yet) need first to install clang then install tortoise-orm
And manylinux1 isn't available either. It skips ciso for windows or pypy automatically.
Will look into making it optional
You should be able to install with NO c dependencies for the next release.
To test, please do a pip install https://github.com/tortoise/tortoise-orm/archive/develop.zip
Thanks, it worked :)
Released 0.16.13 with fix :smile:
Most helpful comment
You should be able to install with NO c dependencies for the next release.
To test, please do a
pip install https://github.com/tortoise/tortoise-orm/archive/develop.zip