python downgradeversion windows 3.6.9 code example
Example 1: how to downgrade python 3.9 to 3.8
$ brew unlink python
$ brew install --ignore-dependencies https://raw.githubusercontent.com/Homebrew/homebrew-core/e128fa1bce3377de32cbf11bd8e46f7334dfd7a6/Formula/python.rb
$ brew switch python 3.6.5
$ pip install tensorflow
Example 2: downgrade python version windows
Uninstall your current version and install the version needed from https://www.python.org/downloads/