Closed evanbiederstedt closed 4 years ago
Thank you for the interest in our method! The porting to python3
is definitely in our plans and any help that can be provided would be very appreciated.
However, for the benefit of CHISEL users, I would like to point out few observations:
python2.7
will not stop working but will not be maintained/updated.python
is an OS language and is very commonly used. Therefore, virtual environments guarantee package independence and full compatibility, in addition to provide a one-line command installation.I will keep this thread open until support for Python 3.x will be integrated.
I agree with each of the comments above, and I'm glad this was explicitly stated to avoid any confusion.
- python2.7 will not stop working but will not be maintained/updated.
That is certainly true. CHISEL will still work after January 1st 2020 :)
I will keep this thread open until support for Python 3.x will be integrated.
Excellent. Based on a cursory look, it will not be painful, and I'll try to help out if time allows.
Excellent work, @simozacca!
It's probably best to convert this work to python3.x, given the support for python2.7 will end in less than two months.
Previously, I would try to aim for py23 compatibility, but it's probably best just to rewrite in python3.x
I may be able to write up a PR at some point to aid in this :)