Install Tensorflow1.15.0 Tutorial for Python3.8 and above

I. Introduction

Recently, I am exploring the development of digital human based on 3D reconstruction . In the Ubuntu environment , Tensorflow1.x version is required, but since Python 3.7, pip no longer supports tensorflow1.x version. I had no choice but to search around, and finally found a way to install Tensorflow1.x version above python3.7, hereby note here, it is a note.

Two, the text

2.1 Overview 

project address:

NVIDIA/tensorflow: An Open Source Machine Learning Framework for Everyone (github.com)

Release version download address:

 

2.2 Operation command:

# python3 -m virtualenv venv

# source venv/bin/activate

pip install --upgrade pip

pip install nvidia-pyindex

pip install nvidia-tensorflow[horovod]

pip install nvidia-tensorboard==1.15

2.3 Special instructions

Installation takes a long time, please be patient.

3. To be continued

Recently, we have focused on the construction of Metaverse and digital human platforms. Interested parties are welcome to learn together. At present, the construction of Digital Human Platform Development 1.0 has been completed, and more explorations are underway.

Guess you like

Origin blog.csdn.net/zhangziliang09/article/details/128531447