-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ark --install
command panics
#648
Comments
Same on windows 10 x64, the kernel appears in Jupyter lab but cannot run anything. But R is in the PATH and R_HOME is set correctly. @jmcphers PATH is IRKernel works fine in Jupyter lab. Positron works fine on the other hand |
On Pop!Os (see #671), it seems ark cannot find R_HOME. Within
Strangely, I see the following:
|
On linux, the following might be useful for
|
To repro, just run
ark --install
. This appears:Some debugging suggests the problem is that this command requires
R_HOME
to be set. So you can do this:After this you can install, but you get a spurious error about needing a connection file.
It's probably fine to require R_HOME to be set so that Ark is registered against the right version of R, but we should check and see if it's set and show something friendly if it isn't.
The text was updated successfully, but these errors were encountered: