-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python3 support? #133
Comments
Thanks, I'll look into that! |
Cuisine can be make py3k compatible quite easily but there's still fabric and paramiko which don't support it at the moment as far as I know (at least not their stable releases). |
Is anyone working in this issue right now? If not, I'll do it! |
I am trying to fix this, and I found I need to fix fabric python 3 support first. |
Yes, Cuisine itself should be easy to port, but Fabric is the problematic
|
I checked some fabric's issues, and they are struggling in python 3 support and python 2.5 compatibility. Maybe I can do something for fabric first. |
Yes or help remove the dependency on fabric altogether. The only things
|
How about using @mathiasertl 's fork? Hopefully, we can make compatible changes.
|
That's an option, did you test it? I'd be happy to make some updates for Py3K compatibility |
Hey guys, Perhaps I can shed a little light on this:
|
Happy to hear it's available though |
It's simple, there is a "version 2", it's not yet on GitHub so there is no code to show for it, but the alpha for the new code (once again, there is no GitHub repo) will be out soon:
Since January 2016 all issues concerning Python3 are just closed and locked without comment by the maintainer. |
Wait, I just found out that since last April there now actually is an alpha vor v2: http://bitprophet.org/blog/2017/04/17/fabric-2-alpha-beta I haven't looked at it though! |
http://www.fabfile.org/changelog.html Fabric v2 is released! |
trying to pip install cuisine in py3 failed with
The text was updated successfully, but these errors were encountered: