---
title: 环境配置
description: "在执行安装步骤前需要安装对应版本的依赖组件。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengai/ecosystemEnable/tensorFlow/kunpengtensorflow_04_0004.html
sourcePath: /source/zh/kunpengai/ecosystemEnable/tensorFlow/kunpengtensorflow_04_0004.html
indexId: f33b4a724e7936c13d6044ad2fef7a1da24d5aebe7af7396ccc801671a2acd0978
---
# 环境配置

在执行安装步骤前需要安装对应版本的依赖组件。

1. 安装系统依赖。
  1 2 3 4 dnf install -y \ --setopt=install_weak_deps=False \ --setopt=tsflags=nodocs \ python3-pip

2. 升级Python包管理工具。
  1 python3 -m pip install --upgrade pip setuptools wheel packaging
