Process finished with exit code -1073741819 (0xC0000005) using PyWavelets on PyCharm

0

I am get this annoying bug when I try to use the function pywt.cwt on my computer at work (windows64-bit). The code is working fine on my personal mac book.

I am getting this message: Process finished with exit code -1073741819 (0xC0000005) and the code just stop without python error message.

I trying older version of PyWavelets, to re-install the python interpreter (3.7 and 3.8) and nothing works

python
pycharm
pywt
asked on Stack Overflow Nov 6, 2020 by Stravoguine

1 Answer

1

reinstall python – you don't have python33.dll in c:\WINDOWS\system32\

Maybe you have different python versions – look at folders in the root of c:

If yes, then point to your version of python.exe in pyCharm > Settings > Project Interpreter

Source

answered on Stack Overflow Nov 6, 2020 by Mohit Chandel

User contributions licensed under CC BY-SA 3.0