Open Rridley7 opened 1 year ago
Hi @Rridley7,
Thanks for filing this issue. I do not have answer to this particular problem, but I will keep it open for others to discuss and possibly submit a fix if warranted.
I have the same issue. Any idea how to solve?
I have the same issue and also tried the same fixes. Please let me know if you were able to solve it
Checklist
What happened?
Hello, I have run into a recurrent set of errors when looking to compile packages using
x86_64-conda-linux-gnu-cc
. The current program I was looking to install wasarrow
in R. The installation commands:Sys.setenv(ARROW_R_DEV = TRUE)
install.packages("arrow")
The first error I get when looking to install a package is:
Noting that cc1 is unable to be found. When I search for cc1 in the conda environment directory, it exists:
I then may symlink these into the bin for the environment, this then fails with:
I have tried to symlink this file
liblto_plugin.so
into the bin also, however the same error occurs. I have had this same issue across multiple different program compilations, not just that shown above, so this issue is not unique to R or arrow. Are there any stable fixes for this issue?Conda Info
Conda Config
Conda list
Additional Context
No response