Error:
! Issue loading Python library 'databricks.connect'
Error in py_module_import(module, convert = convert) :
ModuleNotFoundError: No module named '_ctypes'
Run `reticulate::py_last_error()` for details.
Run `rlang::last_trace()` to see where the error occurred.
Solution:
If you are in a Linux environment, especially on RHEL, your server is probably missing libffi and its devel version, install, and try again. Here an example:
Message:
Solution:
If you are in a Linux environment, especially on RHEL, your server is probably missing libffi and its devel version, install, and try again. Here an example: