Browse Source

增加python版本的说明,避免踩坑

增加说明,python版本不对会导致安装及执行时出错,所以根据我的经验增加说明,避免大家继续踩坑。
guojiahuiEmily 4 years ago
parent
commit
344dab3557
1 changed files with 2 additions and 0 deletions
  1. 2 0
      examples/human_segmentation/README.md

+ 2 - 0
examples/human_segmentation/README.md

@@ -72,6 +72,8 @@ python data/download_data.py
 * Python >= 3.5
 * PaddleX >= 1.0.0
 
+推荐用python3.8.7,如果已经安装了python2,下面的所有python及pip命令请用python3及pip3替代,否则会失败。
+
 安装的相关问题参考[PaddleX安装](../../docs/install.md)
 
 * 下载PaddleX源码: