How to downgrade python from 3.7 to 3.6

I’m trying to install tensorflow but it needs a Python 3.6 installation and I only have Python 3.7 installed. I tried to switch using brew and pyenv but it doesn’t work.

Does anyone know of a way to solve this problem?

Leave a Comment