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

Update mecab-python3 version to 1.0.1 #703

Closed
EPixowl opened this issue Jul 30, 2020 · 2 comments
Closed

Update mecab-python3 version to 1.0.1 #703

EPixowl opened this issue Jul 30, 2020 · 2 comments

Comments

@EPixowl
Copy link

EPixowl commented Jul 30, 2020

mecab-python3 0.996.5 has several issues with Windows (and some versions of OSX) and the OpenNMT-TF package cannot be installed in the latest version using pip.

Updating mecab-python3 to the latest version should solve this issue.

Thanks.

@guillaumekln
Copy link
Contributor

mecab-python3 is not a direct dependency of OpenNMT-tf, but a dependency of sacrebleu. It looks like this was already resolved in sacrebleu, see mjpost/sacrebleu#104.

We should just wait for a new release of this package. In the meantime, the workaround is similar to #653:

pip install sacrebleu==1.4.10
pip install OpenNMT-tf

@EPixowl
Copy link
Author

EPixowl commented Jul 30, 2020

You are right.
Thanks!

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

2 participants