Unable to install gensimr in Rstudio

Hello, I am trying to install gensimr for LDA, bit i am getting error. I type the following in R console.
library(reticulate)
library(remotes)
remotes::install_github("news-r/gensimr")

Rd warning:
C:/Users/a/AppData/Local/Temp/Rtmp40YQXQ/R.INSTALLe587e1975c4/gensimr/man/wrap.Rd:12: file link 'py_to_r' in package 'reticulate' does not exist and so has been treated as a topic
*** copying figures
** building package indices
** testing if installed package can be loaded from temporary location
*** arch - i386
Error: package or namespace load failed for 'gensimr':
.onLoad failed in loadNamespace() for 'gensimr', 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.
Error: loading failed
Execution halted
*** arch - x64
ERROR: loading failed for 'i386'

  • removing 'C:/Users/a/Documents/R/win-library/4.0/gensimr'
    Error: Failed to install 'gensimr' from GitHub:
    (converted from warning) installation of package ‘C:/Users/a/AppData/Local/Temp/RtmpaSCOdF/file2e2868c92435/gensimr_0.0.1.tar.gz’ had non-zero exit status.

This part jumped out at me.

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