I have the folowing error siplayed :
Traceback (most recent call last):
File "", line 1, in DTW = importr("dtw")
File "C:\Anaconda3\lib\site-packages\rpy2\robjects\packages.py", line 438, in importr env = _get_namespace(rname)
when I used the rpy 2 bridge to use the packge DTW in R from a python code. Any help would be appreicated.
the imports I used were in the DTW R official website (link: http://dtw.r-forge.r-project.org/)