FenTechSolutions / CausalDiscoveryToolbox

Package for causal inference in graphs and in the pairwise settings. Tools for graph structure recovery and dependencies are included.
https://fentechsolutions.github.io/CausalDiscoveryToolbox/html/index.html
MIT License
1.08k stars 198 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\56549\\miniconda3\\envs\\d3rlpy\\lib\\site-packages\\cdt\\utils\\R_templates\\test_import.R' #128

Open MAX00008888 opened 2 years ago

MAX00008888 commented 2 years ago

How to solve this problem

MAX00008888 commented 2 years ago

I just can't find where R_templates is

diviyank commented 2 years ago

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

Best, Diviyan

wxl112 commented 1 year ago

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?

diviyank commented 1 year ago

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

wxl112 commented 1 year ago

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