After downloading tensorflow and PyTorch, and running pip install -q transformers
, I get this error:
ERROR: Failed building wheel for safetensors
ERROR: Could not build wheels for safetensors, which is required to install pyproject.toml-based projects
Here is a screenshot of the whole thing:
Not sure how to fix this. I tried upgrading pip and running this command as an answer to a similar post said to: pip3 install setuptools_rust docker-compose
, but the same error keeps showing up.
Don't understand the issue and dont know how to fix it.
I installed Rust (https://www.rust-lang.org/tools/install) and resourced my
~/.bashrc
and then it worked for me.