For the latest Arkouda version. I have the following error
/home/z/zd4/Mike/arkouda//dep/checkRE2.chpl:3: In function 'main':
/home/z/zd4/Mike/arkouda//dep/checkRE2.chpl:9: error: Cannot find module or enum 'Regex'
make: * [check-re2] Error 1
I have installed regex using conda.
How to fix this checking problem?
export CHPL_RE2=bundled
chpl --version
)
make “ARKOUDA_SKIP_CHECK_DEPS=true
from the arkouda
directory.