Answers for "how to downgrade python 3.9 to 3.8"

0

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
Posted by: Guest on March-11-2021

Code answers related to "how to downgrade python 3.9 to 3.8"

Python Answers by Framework

Browse Popular Code Answers by Language