当前位置:   article > 正文

RROR: Package ‘ohos-build‘ requires a different Python: 3.6.9 not in ‘>=3.7‘_error: package 'ohos-build' requires a different p

error: package 'ohos-build' requires a different python: 3.6.9 not in '>=3.7

解决办法

1.查看python位置

which python3.8

2.将Python和Python3切换为Python 3.8:

  1. sudo update-alternatives --install /usr/bin/python python {Python 3.8 路径} 1 #{Python 3.8 路径}为上一步查看的Python 3.8的位置
  2. sudo update-alternatives --install /usr/bin/python3 python3 {Python 3.8 路径} 1 #{Python 3.8 路径}为上一步查看的Python 3.8的位置

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/花生_TL007/article/detail/570155
推荐阅读
相关标签
  

闽ICP备14008679号