Closed priamai closed 2 years ago
I am just wondering if there is a way to change the path of that config file to say local folder could solve the problem?
Thanks for reaching out. Please note that bamboolib has been acquired by Databricks and we only provide support for bamboolib within Databricks.
Having said that, the error "PermissionError: [Errno 13] Permission denied: '/home/jovyan/.bamboolib/config.toml'" refers to the config within the Docker container because home/joyvan is the default user folder for the Docker config that you might have used. It should work if you fix your permissions or fix your docker setup.
You are right it's because I installed Bamboolib with root so the permissions are not right:
drwxr-xr-x 1 root root 4096 Mar 14 18:57 ..
drwxr-sr-x 2 root users 4096 Mar 23 12:00 .bamboolib
-rw-rw-r-- 1 jovyan users 220 Feb 25 2020 .bash_logout
-rw-rw-r-- 1 jovyan users 3823 Mar 14 18:57 .bashrc
drwsrwsr-x 1 jovyan users 4096 Mar 23 11:55 .cache
drwsrwsr-x 1 jovyan users 4096 Mar 14 18:58 .conda
drwsrwsr-x 3 jovyan users 4096 Mar 14 19:52 .config
drwxr-sr-x 5 jovyan users 4096 Mar 23 12:11 .ipython
drwsrws--- 1 jovyan users 4096 Mar 23 12:11 .jupyter
drwxr-sr-x 3 jovyan users 4096 Mar 23 12:04 .local
drwxr-sr-x 3 jovyan users 4096 Mar 23 12:20 .mito
drwsrwsr-x 1 jovyan users 4096 Mar 23 11:55 .npm
-rw-rw-r-- 1 jovyan users 807 Feb 25 2020 .profile
drwsrwsr-x 2 jovyan users 4096 Mar 22 11:32 .ssh
-rw-rw-r-- 1 jovyan users 165 Mar 14 18:57 .wget-hsts
drwsrwsr-x 9 jovyan users 4096 Mar 6 18:00 work
Oh that is a shame, for support in Databricks I am assuming only the paid version?
Happy to hear that it worked!
I do not know yet in which versions bamboolib will be available in Databricks but in general Databricks has been very generous e.g. with its free community version
Environment
Description of Issue
PermissionError: [Errno 13] Permission denied: '/home/jovyan/.bamboolib/config.toml'
Reproduction Steps
Run example code:
What steps have you taken to resolve this already?
None
Anything else?
None