Good day,
when i run
pyinstaller __init__.py
the build process fails with the Message:
Security-Alert: try to store file outside of dist-directory. Aborting. '/usr/lib/virtualbox/qt.conf'
using
pyinstaller __init__.py --debug=imports --debug=all
does not appear to change the output in any way. I am also not sure which information exactly to include here to make the issue more clear.
pyinstaller --version
returns 3.6 and my python version is Python 3.7.6 (default, Jan 30 2020, 09:44:41)
I tried to google "Security-Alert: try to store file outside of dist-directory" but can only find older, fixed and already merged issues or ones that are appearing on different OS's or unrelated. When i use the same process on windows, the build ends successfully, which is why i assume that my setup is correct. I also attached the complete console output as a text file. I am thankful for every hint on how to solve this or on what outputs you need in order to help me with my issue.
Thanks in advance!