Which TensorFlow and CUDA version combinations are compatible? I have noticed that some newer TensorFlow versions are incompatible with older CUDA and cuDNN versions Does an overview of the compatible versions or even a list of officially tested combinations
python - TensorFlow not found using pip - Stack Overflow October 2020 update: Tensorflow now supports Python 3 5 x through Python 3 8 x, but you still have to use a 64-bit version If you need to run multiple versions of Python on the same machine, you can use a virtual environment to help manage them
ImportError: No module named tensorflow - Stack Overflow However, when I substituted either tensorflow-cpu or tensorflow-gpu (depending upon which one is appropriate for you) then the code was suddenly able to find tensorflow
Installing tensorflow with anaconda in windows - Stack Overflow 5 Currently tensorflow has binaries only for Unix based OS i e Ubuntu Mac OS X - that's why no mention of Windows in setup docs There are long discussions on Github: Open - Windows Support and Documentation Closed - How to install TensorFlow on Windows Closed - How to install run use TensorFlow on windows machines?
Install tensorflow on Windows with anaconda - Stack Overflow The above provided steps will install the TensorFlow in your Windows System but still you might face problem in making it available in your Jupyter notebook - hence integrating steps from different places together to have a complete solution: How to install Tensorflow in Anaconda environment on windows 10 1) Download and install Anaconda 3 6 (3 5 and above) in your system from Anaconda site 2