Hi, My change (decimal support in gandiva) causes a CI failure in python test_gandiva.py
https://travis-ci.org/apache/arrow/jobs/471874254#L7167 However, the travis log has no further information on the failure. To debug this, I tried setting up a python dev environment on ubuntu 14 using the steps in https://github.com/apache/arrow/blob/master/docs/source/python/development.rst I got stuck at this (virtualenv pyarrow): ValueError: failed to parse CPython sys.version: '3.6.7 |Anaconda, Inc.| (default, Oct 23 2018, 19:19:38) \n[GCC 7.3.0]' Is this a known issue ? Any workaround ? Thanks & regards, Ravindra.