Hello, Community.
I'm new in programming and want to try some R package that needs Reticulate to operate.
but instead, I got this Message:
trying URL 'https://cran.cmm.msu.ru/src/contrib/reticulate_1.14.tar.gz'
downloaded 1.4 MB
The downloaded source packages are in
‘/private/var/folders/n3/l51wjc856q7_tbt6x4dj3qnc0000gn/T/Rtmp8knBDp/downloaded_packages’
What should I do? can someone help me?
It looks like you don't have command line tools installed, and because binaries for reticulate haven't been built yet the attempt to build from sources fails.
What happens if you run:
xcode-select --install
from a terminal?
The problem has been solved. Thank you @kevinushey !
Most helpful comment
It looks like you don't have command line tools installed, and because binaries for
reticulatehaven't been built yet the attempt to build from sources fails.What happens if you run:
from a terminal?