ENV:
ubuntu 16.04
python 3.5
librosa 0.6.3
pyinstaller 3.4

reproduction steps:

create a test.py file which context is

import librosa
print("hello world")


result of "python3 test.py" is expected.

But "pyinstaller test.py", "./dist/test/test" will create many processes 
and print many 'hello world'.

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pyinstaller+unsubscr...@googlegroups.com.
To post to this group, send email to pyinstaller@googlegroups.com.
Visit this group at https://groups.google.com/group/pyinstaller.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/e7356638-f9a8-4bb8-906a-dfc307d1577f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to