错误:命令出错,退出状态为 1:python setup.py egg_info 检查日志以获取完整的命令输出。- 尝试安装 pyjnius [重复]
Posted
技术标签:
【中文标题】错误:命令出错,退出状态为 1:python setup.py egg_info 检查日志以获取完整的命令输出。- 尝试安装 pyjnius [重复]【英文标题】:ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.- when trying to install pyjnius [duplicate] 【发布时间】:2021-01-09 20:33:35 【问题描述】:我一直在尝试通过 pip 命令 pip install pyjnius
和 pip install git+git://github.com/kivy/pyjnius.git
安装 pyjnius,但似乎都返回了以下错误代码。
Collecting git+git://github.com/kivy/pyjnius.git
Cloning git://github.com/kivy/pyjnius.git to c:\temp\pip-req-build-7d_4quh2
ERROR: Command errored out with exit status 1:
command: 'c:\users\user\pycharmprojects\kivy_project\venv\scripts\python
.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Temp\\pip-
req-build-7d_4quh2\\setup.py'"'"'; __file__='"'"'C:\\Temp\\pip-req-build-7d_4
quh2\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=
f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, _
_file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Temp\pip-pip-egg-info-6mu1
ulvw'
cwd: C:\Temp\pip-req-build-7d_4quh2\
Complete output (9 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Temp\pip-req-build-7d_4quh2\setup.py", line 95, in <module>
compile_native_invocation_handler(*get_possible_homes(PLATFORM))
File "jnius\env.py", line 172, in get_possible_homes
get_jdk_home(platform),
File "jnius\env.py", line 142, in get_jdk_home
raise Exception('Unable to determine JDK_HOME')
Exception: Unable to determine JDK_HOME
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check
the logs for full command output.
请任何人给我一个解决方案,因为我对这件事有点陌生。
【问题讨论】:
***.com/… 【参考方案1】:错误消息显示失败的原因:
Exception: Unable to determine JDK_HOME
确保您已安装 JDK(Java 开发工具包)。如果 JDK 已安装但仍无法正常工作,请尝试将 JDK_HOME
环境变量设置为指向正确的位置。
这里是抛出错误消息的地方,供参考:https://github.com/kivy/pyjnius/blob/7dd6c8e679302526d6e86bdddeca343a3f0b54c7/jnius/env.py#L118-L144
【讨论】:
以上是关于错误:命令出错,退出状态为 1:python setup.py egg_info 检查日志以获取完整的命令输出。- 尝试安装 pyjnius [重复]的主要内容,如果未能解决你的问题,请参考以下文章
错误:命令出错,退出状态为 1:python setup.py egg_info 检查日志以获取完整的命令输出。- 尝试安装 pyjnius [重复]
错误:命令出错,退出状态为 1:当 pip install --upgrade gensim
错误:命令出错,退出状态为 1:尝试在窗口中“点安装量子格罗夫”时
错误命令出错,退出状态为 1 pip install [重复]
命令出错,退出状态为 1:python setup.py egg_info 在安装 mysqlclient 时检查日志以获取完整的命令输出 [重复]