Installing spacyr

Hello,

I just started to learn text mining using R ( Supervised Machine Learning for Text Analysis in R). For lemmatization, spacyr() library is been used, and I am having trouble installing that package.

I installed spacy r using CRAN

install.packages("spacyr")
library(spacyr)

and when I ran spacy_install() it says

'Error: Conda installation failed (no conda binary found)
Install Anaconda 3.x for Windows (https://www.anaconda.com/download/#windows)
before installing spaCy'

I installed Anaconda in my system and still experiencing this problem. Not sure how to do it.

Thanks so much in advance for the help!

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.