---
title: Python配置过程中报错
description: "运行./configure后报错，报错信息：“gcc: error: directory\": No such file or directory”。"
url: https://www.hikunpeng.com/document/detail/zh/kunpenghpcs/hpcindapp/trouble/bootkit_hpc_troublecase_0049.html
sourcePath: /source/zh/kunpenghpcs/hpcindapp/trouble/bootkit_hpc_troublecase_0049.html
indexId: 2c50330ba8d9a8691b2ddf79d9f55b5e620087fa2974778ae333899ae10c5a7d74
---
# Python配置过程中报错

#### 问题现象描述

运行./configure后报错，报错信息：“gcc: error: directory": No such file or directory”。


#### 关键过程、根本原因分析

Python老版本的bug。


#### 结论、解决方案及效果

执行以下命令：

SVNVERSION=not-found ./configure
