When running the EXE, shows:
requests_init_.py:86: RequestsDependencyWarning: Unable to find acceptable character detection dependency (chardet or charset_normalizer).
This doesn’t happen with the source code. Likely PyInstaller isn’t bundling charset_normalizer or chardet, even though they’re in requirements.txt.