-
Notifications
You must be signed in to change notification settings - Fork 19
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
New logging forces user to have a home folder #137
Comments
We added additional logging capabilities to help troubleshoot user issues. This is the line that is most likely causing the issue. Can you explain the usecase on why there isn't a user profile? |
Other parts of the kagglehub expect the user directory to exists such as downloads. We store the files in ~/.cache. |
@DavideWalder - Would allowing a env variable for the log path be a sufficient solution? |
Here is my use case: There are a few design points that should be considered:
The only simple solution I see is storing logs in a folder relative to the project's root. Environment variables make the interface to the library more complex and implicit. I already have workarounds for this problems, so not pressing for me. I just wanted to make the project aware that this is happening |
Another point:
|
This was not the case with 0.2.5
To reproduce:
Dockerfile:
The text was updated successfully, but these errors were encountered: