-
Notifications
You must be signed in to change notification settings - Fork 140
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
tiktoken #828
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. However, our package build tool doesn't currently have working support for Rust – see #1030 for details. If anyone else wants this package too, let us know by clicking the thumbs-up button above. |
Hey @mhsmith! I noticed that on the PyPI page, there are several .whl files which I can download. Are those the files which I can build into my app? |
Unfortunately none of those files are compatible with Android. You'd have to build an Android wheel by following the instructions above. |
Hello! Thank you for your quick response! I have now tried building the wheel file but I ran into the following error when running this command:
It seemed like I was missing Rust so I went on and installed that via the command in the Dockerfile. Unfortunately when I run the build command again I get this error:
I really don't know what to do here, maybe you have an idea. BTW this is how my meta.yaml looks like:
Thank you again for your efforts regarding this issue! I hope you can help me out on this one. |
Unfortunately our package build tool doesn't currently have working support for Rust. The most recent discussion about this is in #1030. |
[Moved to #927] |
Originally posted by @axvx in #658 (comment)
Hey why I see the following error:
Failed to install tiktoken from https://files.pythonhosted.org/packages/91/ed/c6596b42188c03b671ea4d8b6912c1f280ac2991664235039d3a18069d6a/tiktoken-0.3.2.tar.gz#sha256=a51b5449e883e409cf2f4a846a6a97962d5656a354a5532c330811c833ac3b37.
The Python section in my gradle file is like this:
The text was updated successfully, but these errors were encountered: