问题遇到的现象和发生背景
我在colab上安装pyopenjtalk包时,出现了安装失败错了,根据搜到的方法,卸载cmake,但是还未解决。
遇到的现象和发生背景,请写出第一个错误信息
error: subprocess-exited-with-error
用代码块功能插入代码,请勿粘贴截图。 不用代码块回答率下降 50%
!pip install pyopenjtalk==0.2.0
运行结果及详细报错内容
Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/
Collecting pyopenjtalk==0.2.0
Using cached pyopenjtalk-0.2.0.tar.gz (1.5 MB)
Installing build dependencies ... done
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
我的解答思路和尝试过的方法,不写自己思路的,回答率下降 60%
目前我想安装成功,请求指点一下