Mauricio Caceres Bravo
Mauricio Caceres Bravo
I did some pruning; the repo is down to 400KiB or so. The post where I got the commands said you should `rebase` and not merge or you could re-introduce...
@kylebarron Is there a way to fix the arrow/parquet version using conda? I assume so but I don't know what it is. This stopped compiling on my machine, which I...
Can you check your package versions? I'm planning to fix them like so: ``` name: stata-parquet channels: - conda-forge dependencies: - arrow==0.12.1 - arrow-cpp==0.11.1 - boost==1.68.0 - gcc==4.8.5 - parquet-cpp==1.5.1...
I installed python and pyarrow for my thing above. I tried using the plugin again and I get a symbol lookup error, but not segfaults. I thought arrow was unrelated...
(I'll try a clean install in a bit; he's also just on the aging servers, right?)
Just did a clean install on nber1. Segfault. weird. Will debug later.
I wonder if the segfault from conda is because the libraries, etc. were installed system-wide. I've been debugging, and it seems that the segfault appears whenever I try to write...
@kylebarron Hey, since you're better than me at conda, is there a way to ignore the system-wide install/etc. when using conda? I installed miniconda on nber1 but it keeps wanting...
Did you remove the NBER version from your Stata path?
You should try do run `do parquet.ado` and that should tell you the specific error.