2020-06-29 16:57:26

Hello. I have recently wrote a small media player which i already got help from this forum here before. I can also execute it just fine but when i want to compile and then execute the compiled exe, it sais

No module named 'pkg_resources.py2_warn'

What does this error mean? I already googled and i found you should reinstall setuptools, but that didn't help either. And as i said i can run it just fine only compilation bugs.

Lamas with hats, but with sponge bob as carl Stay tuned.

https://www.youtube.com/channel/UCvAUQt … subscriber

2020-06-29 21:35:05

hi,
do the following:

pip install setuptools--upgrade
python -m pip install pip --upgrade
pip install pyinstaller --upgrade

this should fix your problem.