79239694

Date: 2024-11-30 14:00:13
Score: 2
Natty:
Report link

Actually, the link you posted in the past received a new answer in Aug 2024. This one: https://stackoverflow.com/a/78876788/9151070

The suggestion is to use --collect-datas=fake_useragent in the pyinstaller. I was facing the same issue as you and this suggestion fixed it. Example:

pyinstaller --collect-datas=fake_useragent --onefile -w my_project.py
Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: NLP10