|
发表于 2021-6-1 09:27:04
6671 浏览 0 回复
repo init 提示Please upgrade to Python 3.6+.
问题:
Android11 版本 ,执行repo init指令之后,提示 Please upgrade to Python 3.6+.
- repo init -u https://github.com/OP-TEE/manifest.git -m qemu_v8.xml --repo-url=https://mirrors.tuna.tsinghua.edu.cn/git/git-repo -b 3.8.0
- repo: warning: Python 2 is no longer supported; Please upgrade to Python 3.6+.
- repo: warning: Python 2 is no longer supported; Please upgrade to Python 3.6+.
复制代码
方案:
ubuntu14.04上安装python3.6- 1、下载Python3
- wget http://www.python.org/ftp/python/3.6.4/Python-3.6.4.tgz
- wget会将文件下载到当前目录下,所以下载前选好目录。
- 2、下载完成后,解压
- tar -xvzf Python-3.6.4.tgz
- 3、解压完成后,切换到Python3文件夹中
- cd ./Python-3.6.4
- 4、分别执行
- ./configure --with-ssl
-
- make
-
- sudo make install
- 5、输入Python3验证
- Python3
- 从shell(终端)中退出python:快捷键: ctrl+Z
复制代码
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
|
手机微信同号:13682654092
|
|
|
|
|
登录或注册
|