Open kevinushey opened 2 years ago
What is the relationship between https://www.stats.ox.ac.uk/pub/bdr/M1mac/reticulate.out and https://www.r-project.org/nosvn/R.check/r-release-macos-arm64/reticulate-00check.html ? In the latter run it looks like all checks passed.
That machine's setup is documented here: https://www.stats.ox.ac.uk/pub/bdr/M1mac/README.txt
Weird. There is no mention of python in that machine description. On my M1 Mac, the system python at /usr/bin/python3
is built as a shared library.
tomasz@ant [15:07:47] [~/Documents/GitHub/reticulate] [main *]
-> % RETICULATE_PYTHON=/usr/bin/python3 Rscript -e 'reticulate::py_config()'
python: /usr/bin/python3
libpython: /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/config-3.8-darwin/libpython3.8.dylib
pythonhome: /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8:/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8
version: 3.8.9 (default, Oct 26 2021, 07:25:53) [Clang 13.0.0 (clang-1300.0.29.30)]
numpy: [NOT FOUND]
NOTE: Python version was forced by RETICULATE_PYTHON
In
reticulate
's own vignettes:In some other packages, e.g. https://www.stats.ox.ac.uk/pub/bdr/M1mac/nmslibR.out