I am programming a chatbot using python. I have installed TensorFlow 1.15.0 because I was having 'importerror-dll-load-failed-with-error-code-1073741795', I referred this community and then found the solution! That problem is now solved but somehow when I execute this code :
import tensorflow as tf
print(tf.__version__)
My console prints something which I cannot understand:
Console print 1
Console print 2Console print 3
Further my console print 'Python' has stopped working alert!:
'python' stopped working alert
I have a virtual environment for working using 'conda'!
The OS which I use is Windows 7 however its support has ended and I have to upgrde it!
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…