ml-stable-diffusion icon indicating copy to clipboard operation
ml-stable-diffusion copied to clipboard

Rust must be installed before tokenizers will build

Open zitterbewegung opened this issue 2 years ago • 2 comments

If you attempt to install tokenizers without installing rust you will get an error. Doing

brew install rust

Fixes the issue.

zitterbewegung avatar Dec 01 '22 22:12 zitterbewegung

Rust is installed, still I get the: ERROR: Failed building wheel for tokenizers

aitrailblazer avatar Dec 02 '22 19:12 aitrailblazer

Installing rust fixed the issue for me as well. @aitrailblazer Make sure it is added to your PATH as well.

kaishin avatar Dec 28 '22 10:12 kaishin