Open kuriwaki opened 8 months ago
@kuriwaki Right, the versions are all too new. We only got this to work with those specific versions on Linux. You even have the newer Mac chips and I don't think the current install script will work with that. But that's probably less of a barrier than the arrow versions.
PS: If you happen to have Stata 16+ maybe try the Python integration?
Thanks @mcaceresb. That makes sense. I was not aware that a python integration is now available.
Hi, I'm trying to getting my dependencies lined up so I can install this library.
I'm on a M2 Macbook.
When I run
conda env create -f environment.yml
per the readme, it gives meI'm wondering if my arrow version is too new? Since I have already installed arrow-cpp.
I've tried:
brew install apache-arrow
), succeededconda install conda-forge::arrow-cp
, succeededconda install -c conda-forge arrow-cpp=0.14.1
(fails, see message below)