opencredo / kubefuse

Kubernetes as a FUSE Filesystem
https://opencredo.com/blogs/introducing-kubefuse-file-system-kubernetes/
Apache License 2.0
266 stars 16 forks source link

Note that Python 3 is not supported #16

Closed mboersma closed 8 years ago

mboersma commented 8 years ago

I tried to run kubefuse with Python 3, but ran into "print without parentheses" errors right away. Python 2 works great. The README should mention this requirement.

bspaans commented 8 years ago

Tried adding support for python3 instead. Would you mind giving the branch a go?

https://github.com/opencredo/kubefuse/tree/python3

bspaans commented 8 years ago

Just released v0.7 with full Python3 support 🙇