Exit code -1073741819 (0xC0000005)
|
|
---|---|
Hallo! After update to PyTango 9.3.2 (Python 2.7, Windows 10) I am getting "Process finished with exit code -1073741819 (0xC0000005)" exception when I try to call functions like "subscribe_event()", "server_init()" (what I already found). Any ideas what could be the reason and how to fix it? PS before, with pytango 9.2.2 everything was working. After installation of 9.3.2 I had to add pthreadVC2.dll manually, as it described here https://github.com/tango-controls/pytango/issues/355 |
|
|
---|---|
Hi yamatveyev Sorry, but PyTango 9.3.2 is broken under Windows. The events don't work, even if you have the correct DLLs. https://github.com/tango-controls/pytango/pull/367#discussion_r445488389 You could try installing version 9.3.1 - that is the last known working release for Windows users. There is someone working a fix for the Windows builds, but unfortunately not complete yet. We first need to get the test suite running under Windows. Regards, Anton |
|
|
---|---|
Hi all I could just delete all the 9.3.2 Windows binary wheels from PyPI. The 9.3.2 source would remain. The downside is that `python -m pip install pytango` on Windows would probably try to compile the 9.3.2 source instead of pulling the 9.3.1 binary. Does anyone have an objection to that deletion? I considered "yanking" PEP-592, but PyPI only allows a whole release to be yanked, not just some of the files. Regards, Anton |