[issue34216] python platform no child error

2020-11-30 Thread Christian Heimes
Christian Heimes added the comment: The platform module no longer uses popen(). Victor replaced the broken code with subprocess in bpo-35346. -- nosy: +christian.heimes resolution: -> fixed stage: -> resolved status: pending -> closed type: compile error -> behavior

[issue34216] python platform no child error

2020-11-30 Thread Irit Katriel
Irit Katriel added the comment: I was unable to reproduce this on Python 3. Is this issue only relevant to version 2.7? Can you please post a complete script that shows the issue, and specify on which system you see it? -- nosy: +iritkatriel status: open -> pending

[issue34216] python platform no child error

2018-07-24 Thread sachin
New submission from sachin : We are trying to utilize librosa library for some processing. When we try to load the librosa library, python platform library is triggered via the Numba library. Numba is trying to find the underlying OS which is installed. Function "_syscmd_uname" is triggered