---
title: AOE算子调优时报错EG0012: optune_utils.multiprocess_tune is not found-昇腾社区
description: AOE算子调优（job_type=2）过程中，出现EG0012: Python module [optune_utils.multiprocess_tune] is not found报错信息。
keywords: AOE调优;算子调优
url: https://www.hiascend.com/document/caselibrary/detail/topic_0000001579855081
section: (其他)
---

# AOE算子调优时报错EG0012: optune_utils.multiprocess_tune is not found-昇腾社区

URL: https://www.hiascend.com/document/caselibrary/detail/topic_0000001579855081
描述: AOE算子调优（job_type=2）过程中，出现EG0012: Python module [optune_utils.multiprocess_tune] is not found报错信息。
关键词: AOE调优;算子调优

昇腾文档 [了解详情](https://www.hiascend.com/document)

故障案例 [了解详情](https://www.hiascend.com/document/caselibrary)

AOE算子调优时报错EG0012: optune_utils.multiprocess_tune is not found

AOE算子调优时报错EG0012: optune_utils.multiprocess_tune is not found

2023/05/17

726

问题信息

| 问题来源 | 产品大类 | 产品子类 | 关键字 |
| --- | --- | --- | ---|
| 官方 | 模型推理 | 模型转换 | AOE调优、算子调优 |

#### 问题现象描述

AOE算子调优（job_type=2）过程中，出现EG0012: Python module [optune_utils.multiprocess_tune] is not found报错信息。

#### 原因分析

未安装absl-py。

#### 解决措施

1. 使用以下命令检查absl-py是否安装。

```
pip list | grep absl-py
```
2. 如果没有安装，执行以下命令进行安装。

```
pip install absl-py
```

本页内容

- 问题信息
- 问题现象描述
- 原因分析
- 解决措施
