Suzhou-Tongyuan / jnumpy

Writing Python C extensions in Julia within 5 minutes.
MIT License
234 stars 8 forks source link

`subprocess.check_output` failed on win7 #76

Open thautwarm opened 1 year ago

thautwarm commented 1 year ago

https://github.com/Suzhou-Tongyuan/jnumpy/blob/91320dd0bc855509bce1c2654911354b76bdd8a6/jnumpy/defaults.py#L38

thautwarm commented 1 year ago

check_call passed but check_output raised some unhandled system signal

thautwarm commented 1 year ago

Update: it can be the issue of binary incompatibility. Conda/Miniforge never officially supports Win 7, and the Win API about signal processing might not be working.