赞
踩
执行sudo pip3 install --upgrade pip时报错
~ % sudo pip3 install --upgrade pip
pip3: error: sh -c '/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -find pip3 2> /dev/null' failed with exit code 17664: (null) (errno=Invalid argument)
xcode-select: Failed to locate 'pip3', requesting installation of command line developer tools.
查看pip3 -V如下:
~ % pip3 -V
pip 19.2.3 from /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/site-packages/pip (python 3.8)
解决方法:
是由于新安装xcode未打开过,所以需要打开xcode,点击【Agree】授权通过即可
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。