I'm getting the error
`Error in py_call_impl(callable, dots$args, dots$keywords) : error: bad escape \p at position 257 `
running a python code with R through the use of "reticulate" package.
The issue comes up while executing the row:
spacy.load('en_core_web_lg')
I already checked with spacy validate
that I have a version of spacy (v2.0.18) that agrees with the language model version (2.0.0).
Of course the code runs fine if executed with python.