Skip to content
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

Fail to install R and Rstudio #5

Open
jfarland opened this issue Aug 18, 2021 · 1 comment
Open

Fail to install R and Rstudio #5

jfarland opened this issue Aug 18, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@jfarland
Copy link

Describe the bug:

Hi there - I'm running the newest container image on an Ubuntu server for a project and would like to also point to some of my legacy code base in R via Rstudio. I followed the steps to get this going as outlined here

Unfortunately, it looks like the Install Tool functionality doesn't fully work for Rstudio Server or Desktop.

The expected behaviour is that a fresh Rstudio install would be available from the Install Tool functionality.

Steps to reproduce the issue:

From the main Jupyter application, I selected Install Tool and found the appropriate selection from the dropdown:

image

Following the instructions, I then copy/pasted into a terminal with the following error.

image

The tool does register in the dropdown.

image

But doesn't function:

image

It also looks like standard R fails with a similar error. Here's where R lives.

image

Here's the error from trying to kick up an R session.

image

Technical details:

  • Workspace version: Not sure where to find this, echo $WORKSPACE_VERSION returns unknown.
  • Docker version:
    image
  • Host Machine OS (Windows/Linux/Mac): Ubuntu 20.04 (LTS) x64
  • Command used to start the workspace:
docker run -d \
     -v "/${PWD}:/workspace" \
     -p 8080:8080 \
     --name "xxx" \
     --env AUTHENTICATE_VIA_JUPYTER="xxx" \
     --shm-size 2g \
     --restart always \
     dagshub/ml-workspace:latest
  • Browser (Chrome/Firefox/Safari): Microsoft Edge Version 92.0.902.73 (Official build) (x86_64)

Possible Fix:

It looks like this might be related to conflicts in R versioning via conda (some info found here and here

@jfarland jfarland added the bug Something isn't working label Aug 18, 2021
@deanp70
Copy link
Member

deanp70 commented Nov 9, 2021

Hey, @jfarland thanks for reporting this and apologies for the slow response. Would you be open to contributing a fix for this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants