Tortoise-orm: Install on Linux without ciso8601

Created on 21 May 2020  Â·  4Comments  Â·  Source: tortoise/tortoise-orm

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

enhancement

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

All 4 comments

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:

Was this page helpful?
0 / 5 - 0 ratings