```docker
pyinstaller --hidden-import saml2.attributemaps.adfs_v1x --hidden-import saml2.attributemaps.adfs_v20 --hidden-import saml2.attributemaps.basic --hidden-import saml2.attributemaps.saml_uri --hidden-import saml2.attributemaps.shibboleth_uri -y -D Test.py
Description of the issue
Context information (for bug reports)
Output of
pyinstaller --version:4.4Version of Python: 3.6.7
Platform: Ubuntu
How you installed Python: container
Did you also try this on another platform? Does it work there?
No
try the latest development version, using the following command:
(https://github.com/pyinstaller/pyinstaller/wiki/If-Things-Go-Wrong) and
Make sure everything is packaged correctly
--noupxor setupx=Falsein your .spec-file--debugtopyi-makespecorpyinstalleror useEXE(..., debug=1, ...)in your .spec file.A minimal example program which shows the error
Stacktrace / full error message
Please also see https://github.com/pyinstaller/pyinstaller/wiki/How-to-Report-Bugs
for more about what would use to solve the issue.