CRDs-catalog icon indicating copy to clipboard operation
CRDs-catalog copied to clipboard

can't run crd extractor on Mac OS

Open gecube opened this issue 10 months ago • 1 comments

./crd-extractor.sh 
the python3 module 'yaml' is required, and is not installed on your machine.
Do you wish to install this program? (y/n) ^C

the yaml module is not present in python3 installation managed by yaml. so one needs to prepare venv where the script should be run - it is much more difficult.

gecube avatar May 02 '25 06:05 gecube