vi3k6i5 / flashtext

Extract Keywords from sentence or Replace keywords in sentences.
MIT License
5.58k stars 598 forks source link

Add support to release Linux aarch64 wheels #133

Open odidev opened 2 years ago

odidev commented 2 years ago

Problem

On aarch64, ‘pip install flashtext’ builds the wheels from the source code and then installs it. It requires the user to have a development environment installed on his system. Also, it takes some time to build the wheels than downloading and extracting the wheels from PyPI.

Resolution

On aarch64, ‘pip install flashtext’ should download the wheels from PyPI.

@vi3k6i5 and Team, Please let me know your interest in releasing aarch64 wheels. I can help in this.