gpt4 book ai didi

安卓源 : Repo not displaying any initialization message

转载 作者:行者123 更新时间:2023-11-30 04:22:22 24 4
gpt4 key购买 nike

我已经按照 Google 提供的有关下载源代码树的说明进行操作,但是在我运行命令之后

$ repo init -u https://android.googlesource.com/platform/manifest -b android-2.3.7_r1

我收到以下错误消息:

$ repo init -u https://android.googlesource.com/platform/manifest -b android-2.3.7_r1
Traceback (most recent call last):
File "/Users/roboguy12/bin/repo", line 690, in <module>
main(sys.argv[1:])
File "/Users/roboguy12/bin/repo", line 657, in main_Init(args)
File "/Users/roboguy12/bin/repo", line 189, in _Init_CheckGitVersion()
File "/Users/roboguy12/bin/repo", line 214, in _CheckGitVersion
proc = subprocess.Popen(cmd, stdout=subprocess.PIPE)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/subprocess.py", line 595, in __init__
errread, errwrite)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/subprocess.py", line 1106, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory

我做错了什么?或者这只是 Repo 的一个错误?

更新:现在我已经安装了 Python 2.7,但我仍然收到几乎完全相同的错误消息:

$ repo init -u https://android.googlesource.com/platform/manifest -b android-2.3.7_r1
Traceback (most recent call last):
File "/Users/roboguy12/bin/repo", line 690, in <module>
main(sys.argv[1:])
File "/Users/roboguy12/bin/repo", line 657, in main_Init(args)
File "/Users/roboguy12/bin/repo", line 189, in _Init_CheckGitVersion()
File "/Users/roboguy12/bin/repo", line 214, in _CheckGitVersion
proc = subprocess.Popen(cmd, stdout=subprocess.PIPE)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 672, in __init__
errread, errwrite)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1202, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory

我调用 $ python -V,它显示 Python 2.7.1,所以我不知道我还能做什么。

最佳答案

在我看来你可能没有做一些事情:将 repo chmod 到 +x 和/或把它放在你的 $PATH 语句中作为要查找的第一个目录(并且可以使用另一个版本的 repo ).您是否尝试过“ls -al”?您要查找的目录是隐藏的,您需要 ls 中的 -a 参数才能查看隐藏的文件/目录。

更新:啊,刚看到你的更新。由于您使用的是 Mac,因此需要使用 Python 2.7。为此,您需要使用 MacPort。这个网站对我帮助很大:INSTALLING PYTHON 2.7, EASY_INSTALL, PIP, VIRTUALENV AND VIRTUALENVWRAPPER ON MAC OS X

关于安卓源 : Repo not displaying any initialization message,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9073531/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com