Tensorflow will not import due to tensorflow.python.pywrap_tensorflow_internal not existing. I am recieving the following error 'ImportError: DLL load failed: The specified module could not be found.'.
Solution Attempts
I have been attempting to follow a similar issue that was reported to the Tensorflow documentation. However, I cannot find the solution or any appropriate pointers in amongst the thread.
I downloaded the MSVCP140.DLL file after reading on this thread. However, I have not changed my System Path to suit as I am unsure what it should b changed too (This could be the issue).
I have tried installing Tensorflow accross numerous Python versions (3.5.2, 3.6.0, 3.7.0) and the same error continues to occur.
Question
I am wondering can I use Tensorflow on this machine? and if so then what are the steps that I need to follow to configure Tensorflow to the correct settings.