We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在提问之前,请确认以下几点:
构建失败
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['cmake', '/Users/dony/pyltp', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/Users/dony/pyltp/build/lib.macosx-10.13-x86_64-3.7', '-DPYTHON_EXECUTABLE=/usr/local/bin/python3', '-DCMAKE_BUILD_TYPE=Release']' returned non-zero exit status 1.
$ git clone https://github.com/HIT-SCIR/pyltp $ cd pyltp $ git submodule init $ git submodule update $ python setup.py install
macos python3.7
Please ensure your issue adheres to the following guidelines:
The text was updated successfully, but these errors were encountered:
好的我检查一下
Sorry, something went wrong.
已经解决该问题
No branches or pull requests
在提问之前,请确认以下几点:
问题类型
构建失败
出错场景
subprocess.CalledProcessError: Command '['cmake', '/Users/dony/pyltp', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/Users/dony/pyltp/build/lib.macosx-10.13-x86_64-3.7', '-DPYTHON_EXECUTABLE=/usr/local/bin/python3', '-DCMAKE_BUILD_TYPE=Release']' returned non-zero exit status 1.
代码片段
如何复现这一错误
运行环境
macos python3.7
期望结果
其他
Please ensure your issue adheres to the following guidelines:
What is affected by this bug?
When does this occur?
Where on the code does it happen?
How do we replicate the issue?
Your environment information
Expected behavior (i.e. solution)
Other Comments
The text was updated successfully, but these errors were encountered: