Reputation: 1
I import tensorflow together with keras into a virtual environment and i get an error ImportError: DLL load failed while importing _pywrap_tensorflow_internal: A dynamic link library (DLL) initialization routine failed. Previously i upgraded pip version to the latest and also anaconda3 to the latest version.Can someone help?Thank you
upgrade pip anaconda import tensorflow and keras to the venv inside anaconda3 to be sure that it has been installed into the right virtual environment. I was to run without problem
Upvotes: 0
Views: 52