-
Notifications
You must be signed in to change notification settings - Fork 30
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
MLKit assumes that it can write to the directory containing the basis library #122
Comments
Normal users could potentially copy the basis library and runtime systems to another location and set the We could use an |
I don't think normal users would know how to do that. I'm also skeptical about putting things in |
I'm running into the same issue in the latest master commit (f57e93c) and I've tried this:
However, even after doing that I still got the following error, suggesting that more than the basis library would need to be copied:
Even if the required library/libraries would be copied as well, I think such a workaround is very kludgy. I should note that other compilers, such as the Rust compiler (or rather, its I believe, but I'm not 100% sure, that such files are typically stored either:
In other words, this would mean storing it in Either way, I would like to kindly ask that a compiler option or environment variable would be added so that the user can override where the The reason for my request is that besides the current problem in With the |
If you are using a system-level MLKit (ie. the basis library files are owned by
root
), normal users cannot pass options to MLKit that require recompilation of the basis library.The text was updated successfully, but these errors were encountered: