I am hoping to test out the new calculate
and simulate
functionality. I think I need the dev version of greta, but after trying:
devtools::install_github("greta-dev/greta")
on two different windows machines, I run into the same error when trying to build the package on my local machine. Each time the install fails saying:
Error: package or namespace load failed for ‘greta’:
.onLoad failed in loadNamespace() for ‘greta’, details:
call: NULL
error: Your current architecture is 32bit; however, this version of Python was compiled for 64bit.
Use reticulate::install_miniconda() if you’d like to install a Miniconda Python environment.
As you can see from these config queries:
>tensorflow::tf_config()
TensorFlow v1.14.0 (C:\Users\ajf\MINICO~1\envs\R-TENS~1\lib\site-packages\tensorflow_init_.p)
Python v3.7 (C:/Users/ajf/Miniconda3/envs/r-tensorflow/python.exe)
>reticulate::py_config()
python: C:/Users/ajf/Miniconda3/envs/r-tensorflow/python.exe
libpython: C:/Users/ajf/Miniconda3/envs/r-tensorflow/python37.dll
pythonhome: C:/Users/ajf/Miniconda3/envs/r-tensorflow
version: 3.7.4 (default, Aug 9 2019, 18:34:13) [MSC v.1915 64 bit (AMD64)]
Architecture: 64bit
numpy: C:/Users/ajf/Miniconda3/envs/r-tensorflow/Lib/site-packages/numpy
numpy_version: 1.16.5
tensorflow: C:\Users\ajf\MINICO~1\envs\R-TENS~1\lib\site-packages\tensorflow_init_.p
python versions found:
C:/Users/ajf/Miniconda3/envs/r-tensorflow/python.exe
C:/Users/ajf/Miniconda3/python.exe
C:/Python27/python.exe
C:/Users/ajf/Miniconda3/envs/twilio/python.exe
I am 64-bit and additionally, I am running CRAN greta without issue. Let me know if anyone has a potential idea on working around this. Thanks!