I am trying to use pymcef as shown in this link: http://nbviewer.jupyter.org/github/hzzyyy/pymcef/blob/master/Quickstart%20tutorial.ipynb
It says
This package is only available on 64 bits OS, in addition, C++11 runtime library is alse required.
I install the package using
conda install -c hzzyyy pymcef
When running with:
from pymcef import SimpleEF, RiskMeasure
I got the error:
/lib64/libc.so.6: version `GLIBC_2.14' not found (required by /home/myaccount_name/anaconda2/lib/python2.7/site-packages/pymcef/_ppslp.so)
Since I am not the root user on a remote machine, is it possible for me to make this work in some way? (best possibly with some kind of conda install)