I use Pyinstaller with Python 3.9.13,when i use this commend "pyinstaller interface.py --onefile -w" to convert the project to exe file ,I have this problem :
it is can not find ultralytics\yolo\..etc
it is can not find ultralytics\yolo\..etc
when I removed --onefile flag, there is no ultralytics folder with other libs. any help?
Note : I use resource_path() function.