crestify
crestify copied to clipboard
Make it compatible with Python 3
According to repository this project is quite young, so why it’s not compatible with Python 3 since beginning?
Hey Jakub!
The project was initially started longer ago. The repository begins from when it was open sourced.
Some of our dependencies were not Python 3 compatible, hopefully that's changed by now. If that's the case, we can look into Python 3 compatibility.
Would love any contributions towards the goal :)
On Sun, Apr 16, 2017, 3:16 AM Jakub Jirutka [email protected] wrote:
According to repository this project is quite young, so why it’s not compatible with Python 3 since beginning?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/crestify/crestify/issues/7, or mute the thread https://github.com/notifications/unsubscribe-auth/AEWWYufX7rtU8Lq6rswtQ928Kinh1UPqks5rwTq-gaJpZM4M-eCW .
@jirutka I just ran a test on any blockers toward Python 3 compatibility, results here. Seems like Flask-Uploads
is our only blocker, but it lists Python
in its setup.py
file, so it might still be compatible.
It is worth upgrading for sure. Bug fixes and feature additions would be higher priorities for me atm. Added to the roadmap :).
I suppose my having only Python 3 installed is the reason I can't get it to work or at least a contributing factor? Many errors.