When I import("scipy"), there is an error.

How can I solve this problem?
I can use import("numpy") or import("pandas"),
but I can't use import("scipy")...

There is a missing dependency, libstdc++

Installing it is possible, but caution should be exercised because it competes with standard system resources that do the same thing, and configuration problems may result that affect other packages adversely.

Thank you for reply..

How can I install libstdc++ on RStudio Cloud ??....??

Should I use below code?

py_install('libstdc++')

or

install.packages('libstdc++')

That is a system library so if you are on RStudio Cloud (you should have made that clear from the beginning), installing it is not an option.
I think you are going to have to wait for RStudio people to chime in.

What command did you use to install reticulate?

I use

install.packages('reticulate')

Should I use another command?

Hi,

Can you send me the output for:

reticulate::py_config()

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.