jfnavarro / st_viewer

A GUI tool for easy and smooth visualisation and analysis of Spatial Transcriptomics datasets
Other
11 stars 14 forks source link

Launching STViewer #41

Closed mchernys closed 5 years ago

mchernys commented 5 years ago

I am trying to launch STViewer on a windows 10 system, but I get an error pop up with the words "Fatal error: unable to initialize the JIT". The stderr output:

Error in readRDS(mapfile) : cannot read workspace version 3 written by R 3.6.0; need R 3.5.0 or newer Error in attach(NULL, name = "Autoloads") : could not find function "attach" Error in options(help_type = "html") : could not find function "options" Error: object '.ArgsEnv' not found

Things I have tried/checked: I updated all of my packages, I checked that R works on its own, I checked that the environment variables are correct. Is there anything I could try to figure out how to fix this? Thanks!

mchernys commented 5 years ago

I discovered that I made the unfortunate mistake of missing the "The binary provided for MAC and Windows require that you have installed the same R version as the one used to generate the binary (indicated in the releases tab)" phrase. Once I installed R 3.4.4 instead of 3.6.1 everything worked great.