manquant JSON après Pyinstaller

from PyInstaller.utils.hooks import collect_data_files

datas = collect_data_files('dash_html_components')
Busy Boar