-
Notifications
You must be signed in to change notification settings - Fork 38
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
Chat fails when dependency libraries are installed read only #244
Comments
The error looks like it's associated with copying to a temporary directory? |
The source files have read-only permissions and result in an error when copied to the temporary directory. One solution would be to add copy.mode = FALSE to the file.copy calls, so that the file mode attributes are not preserved. |
Given the paths involved, I suspect it's from the bslib package. |
Yes, that is correct. I believe this is where the file copy is happening in bslib that is also copying over the file mode attributes: |
Can you file an issue at bslib please? |
Closing this issue, since it seems like the root cause is bslib. |
Ollama chat using elmer fails when dependency libraries are installed read only
In enterprise settings it is not uncommon to have a centralized library of packages where everything is installed read-only and maintained by designated users/teams. Another use case which is quickly gaining popularity is using Nix package manager for maintaining data science environments. Nix installs everything read-only.
The text was updated successfully, but these errors were encountered: