Symbol not found: _PyCObject_Type (MacOS El Capitan, Python 3.6)

2018-05-14 Thread Quang Vu
Hi Arrow dev, I am having trouble with installing and setting my development environment for Arrow. I wonder if anyone is familiar with the issue. My system info: - MacOS 10.11.6 (El Capitan) - conda 4.5.1 - python 3.6.5 - arrow's current commit: 4b8511 Installing Arrow C++ libraries and Pacquet

Re: Symbol not found: _PyCObject_Type (MacOS El Capitan, Python 3.6)

2018-05-14 Thread Quang Vu
is a Python 2-specific API that doesn't exist anymore in > Python 3) > > Regards > > Antoine. > > > Le 14/05/2018 à 18:34, Quang Vu a écrit : > > Hi Arrow dev, > > > > I am having trouble with installing and setting my development > environment

Re: Symbol not found: _PyCObject_Type (MacOS El Capitan, Python 3.6)

2018-05-14 Thread Quang Vu
activated, so that it picks the right Python version (3.6.5, > in your case). If it's still picking the wrong Python version, that > might be a bug. > > Regards > > Antoine. > > > Le 14/05/2018 à 20:50, Quang Vu a écrit : > > Thanks Antoine, > > > >

Re: Symbol not found: _PyCObject_Type (MacOS El Capitan, Python 3.6)

2018-05-17 Thread Quang Vu
ter activated Python 3 > > - Wes > > On Tue, May 15, 2018 at 5:15 AM, Quang Vu wrote: > > Yes Antoine, that happens when compiling Arrow under an activated conda > > environment. > > Thank you for all the info you are helping me with! > > > > Quang. &