1

When running:

textrpp_install()

this error is thrown:

Failed to build tokenizers
ERROR: Could not build wheels for tokenizers, which is required to install pyproject.toml-based projects
Oscar Kjell
  • 1,599
  • 10
  • 32

1 Answers1

3

I solved it by opening the terminal in MAC OS to run:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

(I also restarted R and Rstudio)

Oscar Kjell
  • 1,599
  • 10
  • 32