Closed spencerkclark closed 10 months ago
base_yamls
package_data
setup.py
fv3kube
$ pip install git+https://github.com/ai2cm/fv3net.git@b8e2f83b5206539724a4d096d0433ceeb3bc805a#egg=fv3kube&subdirectory=external/fv3kube
does not include the base_yamls files, which are an important component of the library. I've tested this locally and it fixes the issue, e.g. use:
$ pip install git+https://github.com/ai2cm/fv3net.git@8fe01cd6c49ea635a1b07afd4ee4615db7555ce6#egg=fv3kube&subdirectory=external/fv3kube
and check for the existence of the base_yamls directory (note the different SHA from the original example).
2377 reorganized the
base_yamls
directory in fv3kube to make room for SHiELD reference configurations, but neglected to update thepackage_data
parameter insetup.py
accordingly. Without this change, installingfv3kube
via something like:does not include the
base_yamls
files, which are an important component of the library. I've tested this locally and it fixes the issue, e.g. use:and check for the existence of the
base_yamls
directory (note the different SHA from the original example).