wenet icon indicating copy to clipboard operation
wenet copied to clipboard

any possibilities for pyPI package for manylinux2014_aarch64 ?

Open hannanma opened this issue 3 years ago • 1 comments

I am running python3 on an ARM-android platform for evaluation purpose of this great end to end python version of kaldi XD

pip3 install wenetruntime failed on my environment. Seems on pyPI there is no wheels for aarch64.

pip3 install opencv-python actuall installed below pkg: opencv_python-4.6.0.66-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

However, I am able to compile locally and use it all fine (so far so good).

Is there anyway to extract my local built version as a wenetruntime.manylinux2014_aarch64.whl ? Or should we request the wenetruntime package on pyPI to include aarch64 version?

Thanks

hannanma avatar Sep 13 '22 08:09 hannanma

Plz make a pull request to upload your script to build the pkg.

pengzhendong avatar Sep 13 '22 22:09 pengzhendong

https://github.com/KumaTea/pytorch-aarch64/releases/tag/v1.10.0 I guess you could install via pip then compile?

StuartIanNaylor avatar Nov 25 '22 23:11 StuartIanNaylor

Hi, PR is welcome

xingchensong avatar Feb 21 '23 04:02 xingchensong

This issue has been automatically closed due to inactivity.

github-actions[bot] avatar Jan 11 '24 01:01 github-actions[bot]