python - How to install Bob on Python3? -


i have installed necessary dependencies on centos , python levels , have thougt i'm near finish have got @ end. , have no idea how make work.

installed /tmp/easy_install-3f76uq1w/bob.blitz-2.0.13/.eggs/bob.extension-2.4.5-py3.4.egg in file included /usr/include/python3.4m/pyatomic.h:8:0,                  /usr/include/python3.4m/python.h:53,                  /tmp/easy_install-3f76uq1w/bob.blitz-2.0.13/bob/blitz/include/bob.blitz/capi.h:24,                  /tmp/easy_install-3f76uq1w/bob.blitz-2.0.13/bob/blitz/include/bob.blitz/cppapi.h:12,                  bob/blitz/api.cpp:9: /usr/include/python3.4m/dynamic_annotations.h:472:3: error: template c linkage    template <class t>    ^ traceback (most recent call last):   file "/usr/lib64/python3.4/distutils/unixccompiler.py", line 126, in _compile     extra_postargs)   file "/usr/lib64/python3.4/distutils/ccompiler.py", line 909, in spawn     spawn(cmd, dry_run=self.dry_run)   file "/usr/lib64/python3.4/distutils/spawn.py", line 36, in spawn     _spawn_posix(cmd, search_path, dry_run=dry_run)   file "/usr/lib64/python3.4/distutils/spawn.py", line 162, in _spawn_posix     % (cmd, exit_status)) distutils.errors.distutilsexecerror: command 'gcc' failed exit status 1 

it seems error somewhere inside python or libs. , unfortunately i'm not familiar c, linux , python fix myself. haven't found workaround in google.

does workaround exist?

i know anaconda , using bob via environment. need cythonize python app calling c. , i'm not sure work fine.


Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -