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

Fix on mac OSX with python 3 #28

Closed tino415 closed 1 year ago

tino415 commented 2 years ago

I had some problems to get this library work on mac osx with python 3, those are changes I had to do:

  1. PyYAML had bug in 3.* versions that prevent it from install on mac, i upgraded to newest
  2. Unable to run it as described in documentation, got some veird errors that parent module does not exists, had to rewrite those imports

I did not tried to run unit tests