NoUnique/pymecab-ko

Installation on old macOSes

BLKSerene opened this issue · 1 comments

Hi, I'm using pymecab-ko for my cross-platform corpus tool project. It works perfectly on Windows and pass tests on Linux CI, but failed on macOS CI. It failed during installation on macOS 10.15 (CI log here), and succeeded to install but failed to pass tests (on import, CI log here and here). I also tried installing pymecab-ko on OS X 10.11 but failed (I need to package the program on old macOSes for old OS compatibility).

I'm not sure whether this is a problem of pymecab-ko or that of original Mecab project. Could you please give some suggestions or am I miss something?

FYI: I found another python binding for Mecab (python-mecab-ko), and no error on installation or import for OS X 10.11.

It seems that the issue stems from insufficient OS and architecture support in the CI scripts originating from the base code.
Since I have a day job, I intend to attempt transitioning to a GitHub Actions workflow utilizing cibuildwheel over the weekend.