1.PYTHON_BIN not defined, use current python.这个不是错误 2.llvm toolchain not found!path: /Users/staff/Documents/worksoft/android-ndk-r10e/toolchains/llvm-3.3/prebuilt/darwin-x86 or path: /Users/staff/Documents/worksoft/android-ndk-r10e/toolchains/llvm-3.…
最近重新安装win10 64位专业版, 正好遇到python3.8发布,试了一下.结果jupyter都安装不了...心碎. ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 查看网上资料,大多数都说升级两个包就可以了,一个是pip,一个是setuptools,升级方式如下: python -m pip install --u…