CausalDiscoveryToolbox icon indicating copy to clipboard operation
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'

Open MAX00008888 opened this issue 2 years ago • 5 comments

How to solve this problem

MAX00008888 avatar Mar 17 '22 08:03 MAX00008888

I just can't find where R_templates is

MAX00008888 avatar Mar 17 '22 08:03 MAX00008888

Hello, The R templates should come with the cdt package, (check out the git) You might have a path issue.

Best, Diviyan

diviyank avatar Mar 28 '22 08:03 diviyank

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?

wxl112 avatar Sep 19 '22 10:09 wxl112

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

diviyank avatar Sep 20 '22 09:09 diviyank

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

wxl112 avatar Sep 22 '22 16:09 wxl112