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

use virtualenv instead of venv on databricks #12

Merged
merged 1 commit into from
Aug 9, 2023
Merged

Conversation

t-kalinowski
Copy link
Member

The databricks environment doesn't install the apt package python3-venv, and the python module venv that reticulate discovers under the system python is not usable.

The image however does contain an installation of virtualenv under /usr/local, which we can point reticulate at.

closes #11

@edgararuiz edgararuiz merged commit ca2f9d2 into main Aug 9, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error creating virtual environment 'r-sparklyr' [error code 1] while running rstudio from databricks apps
2 participants