joschu / cgt

Computation Graph Toolkit
Other
628 stars 87 forks source link

Installation with anaconda #61

Open qazmichaelgw opened 8 years ago

qazmichaelgw commented 8 years ago

I use anaconda as the python environment for the deployment in ubuntu. But after I install the cgt, when I use "import cycgt" in the python shell. I got the error of ImportError: ~/cgt/build/lib/cycgt.so: undefined symbol: PyFPE_jbuf. It means that the library itself actually use the pure python path. How can I modify the cmakefile so that I can install cgt with anaconda. BTW, my anaconda path is: "~/anaconda2/"? Thanks a lot!