joschu / cgt

Computation Graph Toolkit
Other
628 stars 87 forks source link

How to build with python 3? #68

Open alokranjan1234 opened 8 years ago

alokranjan1234 commented 8 years ago

make process failed with the following error:

File "4build/download_and_build_openblas.py", line 10 print "\x1b[32m%s\x1b[0m"%cmd ^ SyntaxError: Missing parentheses in call to 'print' CMakeFiles/openblas.dir/build.make:60: recipe for target 'OpenBLAS/libopenblas.a' failed make[2]: * [OpenBLAS/libopenblas.a] Error 1 CMakeFiles/Makefile2:141: recipe for target 'CMakeFiles/openblas.dir/all' failed make[1]: * [CMakeFiles/openblas.dir/all] Error 2 make[1]: *\ Waiting for unfinished jobs....

the scripts are written for python2