exit code -1073741819 (0xC0000005)
已回答
After upgrading to version 2017.3.3 (Professional Edition; Build #PY-173.4301.16, Windows 10) , I can't run code with keras/CNTK anymore
Either running or debugging, when keras is imported, I get the following output:
Using CNTK backend
Selected GPU[0] GeForce GTX 770 as the process wide default device.
Process finished with exit code -1073741819 (0xC0000005)
I have the latest versions of keras and CNTK installed, and my code runs OK from the command line.
It also worked perfectly from within pycharm before the last upgrade
请先登录再写评论。
Could you please check, does the problem remain with the latest Pycharm 2018.1 EAP: https://www.jetbrains.com/pycharm/nextversion/? Thank you.
Still does not work
This time exits with “exit code 255”
Tried a fresh install of anaconda and pycharm
even tried various version of keras, and switching from cntk backend to tensorflow
I am still not able to run the program from within pycharm, but it is working from the command line (anaconda prompt)
Fixed
but.....
When I start pycharm from an anaconda prompt everything works
1. It used to work without this hack
2. I don't want to set the anaconda path globally. I guess it need the ananconda3\ and anaconda3\library\bin\ dirs in the path for the dll files.
Is it possible to these directories to the path from within the pycharm settings?
Is that the recommended way to do it?
Hi Rosemah,I am new in python and learning stuffs about machine learning but I am getting the same problem with you on pycharm. And I could not get the idea how did you solve this problem. How did you start pycharm from an anaconda prompt or did you find another solution to this problem?