Skip to content
New issue

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

Error: Fail to install pyopenjtalk in Colab #17

Open
SIKtt opened this issue Jul 11, 2023 · 1 comment
Open

Error: Fail to install pyopenjtalk in Colab #17

SIKtt opened this issue Jul 11, 2023 · 1 comment

Comments

@SIKtt
Copy link

SIKtt commented Jul 11, 2023

Error: Fail to install pyopenjtalk in Colab

在安装pyopenjtalk==0.1.3时出现了错误
Error occured when install pyopenjtalk==0.1.3 from requirements.txt

Collecting pyopenjtalk==0.1.3 (from -r requirements.txt (line 9))
  Downloading pyopenjtalk-0.1.3.tar.gz (1.5 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 88.5 MB/s eta 0:00:00
  error: subprocess-exited-with-error
  
  × pip subprocess to install build dependencies 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.
  Installing build dependencies ... error
error: subprocess-exited-with-error

× pip subprocess to install build dependencies 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.

我所使用的环境:

python 3.10.2
pip 23.1.2 
@SIKtt
Copy link
Author

SIKtt commented Jul 11, 2023

在依赖cythonnumpy安装后可以使用--no-build-isolation执行安装
#issues 48

pip install pyopenjtalk=0.1.3 --no-build-isolation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant