deplanty / mpp

My Python Project: a tool to easily organize, compile and share your work.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to add hidden imports

deplanty opened this issue · comments

When using mpp freeze with a numpy import, this error pops in:

ModuleNotFoundError: No module named 'pkg_resources.py2_warn'
[8888] Failed to execute script pyi_rth_pkgres

A new parameter should be added in the configuration file : hidden-import, like the PyInstaller option.