kubefuse icon indicating copy to clipboard operation
kubefuse copied to clipboard

Fix on mac OSX with python 3

Open tino415 opened this issue 2 years ago • 0 comments

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

tino415 avatar Sep 15 '21 17:09 tino415