Skip to content
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

[BUG] Failed to build tokenizers #243

Open
dongqqcom opened this issue Jun 29, 2023 · 3 comments
Open

[BUG] Failed to build tokenizers #243

dongqqcom opened this issue Jun 29, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@dongqqcom
Copy link

Describe the bug
Failed to build tokenizers when executing the command "pip install -e .".
ERROR: Failed building wheel for tokenizers
Failed to build tokenizers
ERROR: Could not build wheels for tokenizers, which is required to install pyproject.toml-based projects

To Reproduce
Steps to reproduce the behavior:

  1. pip install -e .

Expected behavior
Installing the dependencies without errors.

Additional context
System: macos
Python: 3.6

@dongqqcom dongqqcom added the bug Something isn't working label Jun 29, 2023
@dongqqcom
Copy link
Author

The same error occurs in both macos and Linux.

@zqwerty
Copy link
Member

zqwerty commented Jul 3, 2023

It seems that the newest version of tokenizer need rust installed. you can install the version we used tokenizers==0.8.0. Or install rust.

@dongqqcom
Copy link
Author

dongqqcom commented Jul 3, 2023 via email

@zqwerty zqwerty mentioned this issue Jul 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants