Jun 14, 2016 · pyinstaller --hidden-import=pkg_resources.py2_warn --onefile example.py you can use this really it works no need to install or uninstall anything just use this it will create one file only , below code will not create the black window also if you are creating a Tkinter application mainly
29.06.2021 · 323 WARNING: Several hooks defined for module 'win32ctypes.core'. Please take care they do not conflict. 26409 WARNING: Hidden import "pkg_resources.py2_warn" not found! 26409 WARNING: Hidden import "pkg_resources.markers" not found!
02.05.2020 · Use PyInstaller --hidden-import=pkg_resources.py2_warn my_script.py to fix this. Same applies to most ModuleNotFoundError s. That hidden module was added in setuptools version 45.0.0 and removed in 49.0.0 so either downgrading …
Use PyInstaller --hidden-import=pkg_resources.py2_warn my_script.py to fix this. Same applies to most ModuleNotFoundError s. That hidden module was added in ...
Sep 11, 2020 · The 5056 ERROR: Hidden import 'pkg_resources.py2_warn' not found: shouldn’t really be labelled an error - it’s just because setuptools removed that hidden module in version 49 (ish). Certainly it’s...
07.02.2020 · pkg_resources has a new hidden import as of setuptools 45.0.0 #4672. Closed efahl opened this issue Feb 7, 2020 · 6 comments Closed ... File "site-packages\pkg_resources\__init__.py", line 86, in <module> ModuleNotFoundError: No module named 'pkg_resources.py2_warn' ...
May 03, 2020 · Use PyInstaller --hidden-import=pkg_resources.py2_warn my_script.py to fix this. Same applies to most ModuleNotFoundErrors.. That hidden module was added in setuptools version 45.0.0 and removed in 49.0.0 so either downgrading below or upgrading above will also fix it.
14114 WARNING: Hidden import "pkg_resources.py2_warn" not found! 14380 WARNING: Hidden import "pkg_resources.markers" not found! 14560 WARNING: Hidden import "sip" not found! Any help would be much appreciated! 6 comments. share. save. hide. report. 100% Upvoted. Log in or sign up to leave a comment. Log In Sign Up.
Re-run command, it works. rm -r build/ dist/ temp.specpyinstaller -F temp.py 5311 WARNING: Hidden import "pkg_resources.py2_warn" not found!5311 WARNING: Hidden import "pkg_resources.markers" not found!5742 WARNING: Conda distribution 'numpy', dependency of 'numpy', was not found.
WARNING: Hidden import "pkg_resources.py2_warn" not found! WARNING: Hidden import "pkg_resources.markers" not found! These are caused by hook adding those two modules to hiddenimports (here and here). These were probably applicable to earlier versions of pkg_resources but have since been removed, hence the warning.
WARNING: Hidden import "pkg_resources.markers" not found! These are caused by hook adding those two modules to hiddenimports (hereand here). These were probably applicable to earlier versions of pkg_resourcesbut have since been removed, hence the warning. Marked as answer 1 1 reply aliencaocao Sep 11, 2021 Author
Jun 26, 2021 · 149329 WARNING: Hidden import "pkg_resources.py2_warn" not found! 149330 WARNING: Hidden import "pkg_resources.markers" not found! The fact that the script fails to run on any other computer besided my own leads me to think that it must be lacking a dependency that is only found on my computer, therefore I am not using pyinstaller correctly but am not too sure where exactly I am making the mistake.
5311 WARNING: Hidden import "pkg_resources.py2_warn" not found! 5311 WARNING: Hidden import "pkg_resources.markers" not found! 5742 WARNING: Conda distribution 'numpy', dependency of 'numpy', was not found. If you installed this distribution with pip then you may ignore this warning. 5742 WARNING: Hidden import "six" not found!