CausalDiscoveryToolbox
CausalDiscoveryToolbox copied to clipboard
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\56549\\miniconda3\\envs\\d3rlpy\\lib\\site-packages\\cdt\\utils\\R_templates\\test_import.R'
How to solve this problem
I just can't find where R_templates is
Hello, The R templates should come with the cdt package, (check out the git) You might have a path issue.
Best, Diviyan
Hello, The R templates should come with the cdt package, (check out the git) You might have a path issue.
Best, Diviyan
Hey D! I encountered the same question, I've checked the cdt package, and I still don't found any folder called "R_templates" and the "test_import.R" file. Would you please finding some time to help me to figure it out?
Hello ! Strange ; it is here in the git : https://github.com/FenTechSolutions/CausalDiscoveryToolbox/blob/master/cdt/utils/R_templates/test_import.R
And it is normally shipped with the python package ( because of this line in the setup.py)
It might be the path resolution (why are the two "//" each time ?)
Best, Diviyan
Hello ! Strange ; it is here in the git : https://github.com/FenTechSolutions/CausalDiscoveryToolbox/blob/master/cdt/utils/R_templates/test_import.R
And it is normally shipped with the python package ( because of this line in the setup.py)
It might be the path resolution (why are the two "//" each time ?)
Best, Diviyan
hey D! I use the git to clone the whole projects, and then I found the related files, thank you for your timely reply,I'm so appreciated! Regards, Lucas