-
Notifications
You must be signed in to change notification settings - Fork 132
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
We need Ctranslate2 plz #1239
Comments
This package contains native components, so it would have to be built into an Android wheel file. If you'd like to try doing this yourself, follow the instructions here. And if you're successful, please make a pull request so we can add the package to the public repository. If anyone else wants this package too, let us know by clicking the thumbs-up button above. |
@mhsmith I was trying to build it using mentioned instructions. But when using ./build_wheel.py command i am getting following error :-
This is my meta.yaml file :-
Can you please guide me about what steps should i follow? |
This package doesn't provide an sdist on PyPI, and the top level of its Git repository is not a valid Python source tree either. Instead, you'll have to make a local clone of the repository, and write your meta.yaml file as follows:
Based on this package's build instructions, you may also need to compile the underlying C++ library with a separate recipe, like the chaquopy-libzmq and pyzmq recipes that are mentioned in the README. |
Hi @mhsmith , I tried to build c++ recipe first, naming it ctranslate2-lib Here are its meta.yaml and build.sh files :-
Now it is generating .whl
but some warning about libiomp5.so was given so i built it using their git repo and passing the path also, but still its not able to find it. Now when i try to build python library using -
It is not able to find ctranslate2-lib |
Sorry for the delay, I'll review it as soon as I can. |
[Moved to #1253] |
Please keep discussion about the PR in the PR itself, not here. |
We need Ctranslate2 plz
The text was updated successfully, but these errors were encountered: