-
Notifications
You must be signed in to change notification settings - Fork 121
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
The dependency py-rust-stemmers
cannot be downloaded in a pure Python environment.
#466
Comments
hey @gbaian10 Sorry for the late response |
The problem is that py-rust-stemmers is not building wheels for python3.13 yet, we'll address it |
|
hey @gbaian10 We might need to update mmh3 dependency though |
It seems that I only need to install This has already solved many problems. Thank you for your help. |
I'm currently using Python 3.13, and when I use version 0.4.1, I find that the ONNX build speed is very slow.
I later found in this issue that the problem is related to ONNX's support for Python 3.13.
I later discovered in this repo that version 0.5.1 removed the dependency on
onnx
.However, in this repo, after version 0.4.2,
pystemmer
was replaced withpy-rust-stemmers
.#354 (comment)
When I tried to install
py-rust-stemmers,
it mentioned usingmaturin
for building, which required me to install Rust-related packages.This means I have to install Rust additionally in Docker or CI environments to handle this issue.
Is there any way to easily install
py-rust-stemmers
without installing Rust-related packages?Or could
pystemmer
and py-rust-stemmers` be made into an optional download method?The text was updated successfully, but these errors were encountered: