-
Notifications
You must be signed in to change notification settings - Fork 71
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
pyopenjtalk cannot be installed in google colab #27
Comments
Thanks for your report! I confirmed I can reproduce the issue.
So far I suspect the issue comes from setuptools/pip changes. It is strange that |
Not sure about the exact root cause, but the error messages suggested that there's issues with setuptools/pip. I can confirm we can fix the issue by changing the build-time setuptools requirement to <v60.0. At least v59.8.0 should work. https://github.com/pypa/setuptools/releases/tag/v59.8.0
I got the workaround #28 @kan-bayashi Could you check if it works for you? Also, please let me know if you want me to tag a new version. Here's the command you can try:
|
It seems working!
|
This does not work 🤔 What is the difference...? |
Yeah it's expected behavior. When you run Lines 1 to 7 in 7ad3adc
Therefore, it is necessary to change the build-time requirements as done in #28. See https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/ for details
|
I see! Thank you for your kind explanation! |
Great! I will tag a new release soon. |
https://pypi.org/project/pyopenjtalk/ New release v0.1.6 is up! |
I really appreciate your quick fixing. Thank you so much! |
* Workaround the installation issue r9y9#27 Not sure about the exact root cause, but the error messages suggested that there's issues with setuptools/pip. I can confirm we can fix the issue by changing the build-time setuptools requirement to <v60.0. At least v59.8.0 should work. https://github.com/pypa/setuptools/releases/tag/v59.8.0 * parepare for v0.1.6 * Start a new dev cycle * Update hts_engine_API * Update open_jtalk https://github.com/r9y9/open_jtalk/releases/tag/v1.11.2 * Update version to v0.2.0 * [ci skip] update changelog * Update pyproject.toml Co-authored-by: Ryuichi Yamamoto <zryuichi@gmail.com>
* Workaround the installation issue r9y9#27 Not sure about the exact root cause, but the error messages suggested that there's issues with setuptools/pip. I can confirm we can fix the issue by changing the build-time setuptools requirement to <v60.0. At least v59.8.0 should work. https://github.com/pypa/setuptools/releases/tag/v59.8.0 * parepare for v0.1.6 * Start a new dev cycle * Update hts_engine_API * Update open_jtalk https://github.com/r9y9/open_jtalk/releases/tag/v1.11.2 * Update version to v0.2.0 * [ci skip] update changelog * Start new dev cycle * Fixees for Python 3.10 * bump version for dev * Add a workaround for Numpy's ABI issue * add codes * update tests * add test for frontend * add run_marine option to tts() * update the README for run_marin_option * update error message for importing marine * fix for lint * add marine's license * update readme * add new API in docs/pyopenjtalk.rst * add chage log * fix typo * Update pyopenjtalk/__init__.py Co-authored-by: Ryuichi Yamamoto <zryuichi@gmail.com> * Update pyopenjtalk/__init__.py Co-authored-by: Ryuichi Yamamoto <zryuichi@gmail.com> * Update pyopenjtalk/__init__.py Co-authored-by: Ryuichi Yamamoto <zryuichi@gmail.com> * add link * prep for release --------- Co-authored-by: Ryuichi Yamamoto <zryuichi@gmail.com> Co-authored-by: park.byeongseon <park.byeongseon@linecorp.com> Co-authored-by: bgsn.pk <disloretomail@gmail.com>
Recently, it seems that pyopenjtalk cannot be installed in google colab.
Related version info
Reproducible notebook gist: https://gist.github.com/kan-bayashi/8d1a7973cbe0ad15375c995e50c8e8b2
Related: espnet/espnet#4001
The text was updated successfully, but these errors were encountered: