oracle / graal

GraalVM compiles Java applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀
https://www.graalvm.org
Other
20.38k stars 1.64k forks source link

fastR or python installation with windows #1827

Closed vwiencek closed 9 months ago

vwiencek commented 4 years ago

Hello

I'm trying to install fastR package with graalVM under windows but I cannot find the gu utility (I understand it's not yet available).

But what are my options to get additional polyglot languages with windows ?

fniephaus commented 4 years ago

GraalVM's Windows support is still very experimental, plus fastr and GraalPython aren't even officially supported on Linux and macOS, neither is gu at the moment. AFAIK, the GraalVM team is actively working on adding support for gu on Windows.

If you'd like to use these additional languages now, it's probably best to do it through the WSL.

jobdiogenes commented 4 years ago

I don't recommend

Hello

I'm trying to install fastR package with graalVM under windows but I cannot find the gu utility (I understand it's not yet available).

But what are my options to get additional polyglot languages with windows ?

I really did not recommend to use Windows for high performance needs. Even WSL, which help to have a Linux environment in Windows, its not for high performance. But, if want to try GraalVM and R, to check compatibility with yours scripts. An easy way is with Docker and a FastR container. To install Docker for Windows GraalVM FastR Docker container is Available Here

fernando-valdez commented 9 months ago

closing this issue as it no longer applies.