From 617732818314f13370765bc364f52c9872919c1c Mon Sep 17 00:00:00 2001
From: Lu Ken <ken.lu@intel.com>
Date: Sun, 24 Dec 2023 09:46:59 +0800
Subject: [PATCH] Fix the version of wheel and setuptools to avoid gym
 compiling issue

Signed-off-by: Lu Ken <ken.lu@intel.com>
---
 README.md    | 4 ++++
 README_CN.md | 4 ++++
 README_ES.md | 4 ++++
 3 files changed, 12 insertions(+)

diff --git a/README.md b/README.md
index f77fc8c..b2abac5 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,10 @@ This project is based on the Python programming language and primarily utilizes
 conda create -n StreetFighterAI python=3.8.10
 conda activate StreetFighterAI
 
+# Fix the version of wheel and setuptools to avoid gym compiling issue
+pip install wheel==0.38.4
+pip install setuptools==65.0.0
+
 # Install Python libraries
 cd [parent_directory_of_project]/street-fighter-ai/main
 pip install -r requirements.txt
diff --git a/README_CN.md b/README_CN.md
index 60a2a87..a4952a6 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -29,6 +29,10 @@
 conda create -n StreetFighterAI python=3.8.10
 conda activate StreetFighterAI
 
+# 设置可用的wheel和setuptools以避免gym安装问题
+pip install wheel==0.38.4
+pip install setuptools==65.0.0
+
 # 安装 Python 代码库
 cd [项目上级文件夹]/street-fighter-ai/main
 pip install -r requirements.txt
diff --git a/README_ES.md b/README_ES.md
index 347fd08..49ad079 100644
--- a/README_ES.md
+++ b/README_ES.md
@@ -29,6 +29,10 @@ Este proyecto se basa en el lenguaje de programación Python y utiliza principal
 conda create -n StreetFighterAI python=3.8.10
 conda activate StreetFighterAI
 
+# Fix the version of wheel and setuptools to avoid gym compiling issue
+pip install wheel==0.38.4
+pip install setuptools==65.0.0
+
 # Instalar bibliotecas de Python
 cd [directorio_padre_del_proyecto]/street-fighter-ai/main
 pip install -r requirements.txt