1

I'm looking to work with Tensorflow and just noticed that TensorFlow isn't yet compatible with Python 3.9 which is what I have installed on my machine.

I was wondering if you have a quick and easy way for me to move over to Python 3.8.

jonrsharpe
  • 115,751
  • 26
  • 228
  • 437
Madhav Thaker
  • 360
  • 2
  • 12
  • Which package/software manager are you using? What is the location of the current Python installation. How did you install python3.8 in the first place? – Ouss Mar 06 '21 at 16:28
  • 2
    Does this answer your question? [How can I install multiple versions of Python on latest OS X and use them in parallel?](https://stackoverflow.com/questions/36968425/how-can-i-install-multiple-versions-of-python-on-latest-os-x-and-use-them-in-par) – Tomerikoo Mar 06 '21 at 16:30
  • 1
    A quick question about the above solution, should I uninstall any existing version of python first? – Madhav Thaker Mar 06 '21 at 16:55
  • If you are using conda environment, just create a new environment and specify python version to 3.8 – Omar AlSuwaidi Mar 06 '21 at 17:16
  • Please answer @Oussama 's question first. – Mark Setchell Mar 06 '21 at 19:04
  • This is terrible with newer versions of Python that are not compatible with the machine learning module package. So my approach is to keep the existing version 3.9 and the computer is using Anaconda to install a virtual environment with 3.7. When using vscode or pycharm, just remember to set it to that 3.7 Python environment. – Bruce Nov 25 '21 at 11:06

0 Answers0