-
Notifications
You must be signed in to change notification settings - Fork 368
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
Building DataFrames.jl on windows requires admin privileges #1754
Comments
@nalimilan - I have wanted to remove |
We could drop |
Shouldn't this just be fixed in BinaryProvider? There seems to be an issue already: JuliaPackaging/BinaryProvider.jl#149. |
Yes - this is a long known issue. I simply think that we do not need these dependencies in DataFrames.jl anyway (in general my view is that DataFrames.jl should be 100% Julia including all its dependencies). |
Just to expand on for possible future readers of this thread:
We want to be sure that when DataFrames.jl fails badly (e.g. core dumps) this must mean only one of the following two reasons:
so that the user can exclude the possible cause that e.g. some third-party C code used by DataFrames.jl has a bug. |
This happens due to CodecZlib.jl .
See JuliaIO/CodecZlib.jl#43 .
The text was updated successfully, but these errors were encountered: