exit code -1073741571 (0xC0000FD) with tensorflow in PyCharm

1

Description

I implemented a model with tensorflow via PyCharm on Windows 7. This implemented model worked well. After i got some problems i have to install a new OS (Windows 10). I also installed something that i used to run the model such as PyCharm, Anaconda, Git etc. Likewise in Anaconda i installed python, tensorflow, SimpleITK.

Problem

When i run the model on a new environment, i got a error below:

Process finished with exit code -1073741571 (0xC00000FD)

Solved

I created a new virtual environment on Anaconda that changed the versions of both python and tensorflow. The python is 3.6 to 3.5 and the tensorflow is 1.9 to 1.3. After that it works fine.

python
tensorflow
asked on Stack Overflow Jul 11, 2018 by chatterboy • edited Jul 12, 2018 by chatterboy

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0