cancel
Showing results for 
Search instead for 
Did you mean: 
Administration & Architecture
Explore discussions on Databricks administration, deployment strategies, and architectural best practices. Connect with administrators and architects to optimize your Databricks environment for performance, scalability, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 

Installation of python module nevergrad with R package reticulate fails

Janpie
New Contributor

I'm trying to run Robyn in Databricks but it fails since the python module nevergrad fails to install properly using the r package reticulate. This code still worked properly about 1,5 months ago so maybe the issue is on some new update in databricks?

Running on 13.3 LTS and tested now also on 14.3 clusters with R libraries Robyn and reticulate preinstalled

 
library(reticulate)
py_install("nevergrad")
reticulate::py_config()
 
py_module_available("nevergrad")
#should show TRUE now shows FALSE
 
py_module_available("numpy")
#shows TRUE as should
 
This causes the Robyn pipeline to fail. Any ideas how to fix the installation of nevergrad?
 
1 REPLY 1

macromill
New Contributor II

My same issue soleve this answer, thank you Kaniz!

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.

If there isn’t a group near you, start one and help create a community that brings people together.

Request a New Group