Process finished with exit code -1073741515 (0xC0000135)

后端 未结 7 2109
无人及你
无人及你 2020-12-08 19:45

I\'m running a python script and it used to work (it even does on my other laptop right now) but not on my current computer - I just get the error code:

Proce         


        
7条回答
  •  -上瘾入骨i
    2020-12-08 20:28

    Here is caused it and solution:

    The computer had two physical processors. The code uses Numba for parallel computations. Upon disabling and re-enabling hyperthreading this issue started. To solve it clear pycache folder and run the program.

提交回复
热议问题