create many processes when importing librosa

2 views
Skip to first unread message

Tianhua Zhao

unread,
May 7, 2019, 3:21:52 PM5/7/19
to PyInstaller

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'.

Reply all
Reply to author
Forward
0 new messages