| pyinstaller --add-data "/home/rakib/miniconda3/envs/dApp/lib/python3.12/site-packages/ultralytics/cfg/default.yaml:ultralytics/cfg" --hidden-import=PIL._tkinter_finder --onefile -w myapp.py | |
| pyinstaller myapp.spec | |
| a = Analysis( | |
| ['myapp.py'], | |
| pathex=[], | |
| binaries=[], | |
| datas=[('/home/rakib/miniconda3/envs/dApp/lib/python3.12/site-packages/ultralytics/cfg/default.yaml', 'ultralytics/cfg')], | |
| hiddenimports=['PIL._tkinter_finder'], | |
| hookspath=[], | |
| hooksconfig={}, | |
| runtime_hooks=[], | |
| excludes=[], | |
| noarchive=False, |