Closed satoi8080 closed 3 years ago
Thanks for the report.
What's happening is that since this is a new architecture there are no wheels for it. It looks like it's possible to use this architecture on Github Actions so I'll look into that.
You should be able to build from source, but you'll have to install MeCab from source first, which will make mecab-config available.
I'll leave this ticket open until I get wheels for the new platform ready.
Looks like I should be able to use this to build wheels:
Actually looks like this is the relevant item for building on OSX 11:
https://github.blog/changelog/2020-10-29-github-actions-macos-big-sur-preview/
Now successfully installed with no error after pip released a new version
pip 20.3.1
Oh, that's interesting. I hadn't actually done anything yet - thanks for the update!
Looks like this was the pip issue that fixed things, in 20.3:
I suppose you could close this issue and append requirement of pip version in the document later, however, the new version of pip now deprecates the support of Python 3.5
Sounds good, I added a note to the README for now. Python 3.5 support is only in the latest version by accident - it was removed from the README a while ago - so for now I'll just leave it unmentioned unless someone asks.
Thanks again for the report and followup!
Python3.9 macOS 11.0.1 Apple M1 pip 20.2.4