A problem

Issue #66 new
KwuJhon created an issue

Dear professor:

I have got a problem: /code/pyca/Build/bin/libPyCA.so: undefined symbol: _ZN4PyCA11StringUtils9strPrintfB5cxx11EPKcz

How to solve it? Thanks a lot.

Comments (2)

  1. hansoli

    Hello. I have similar issue.

    (quicksilver) [hansoli@localhost applications]$ python qs_predict.py --moving-image ../CUMC_examples/m1.nii --target-image ../CUMC_examples/m2.nii --output-prefix /home/hansoli
    Traceback (most recent call last):
      File "qs_predict.py", line 20, in <module>
        import PyCA.Core as ca
      File "/home/hansoli/anaconda3/envs/quicksilver/lib/python2.7/site-packages/PyCA/Core.py", line 28, in <module>
        _Core = swig_import_helper()
      File "/home/hansoli/anaconda3/envs/quicksilver/lib/python2.7/site-packages/PyCA/Core.py", line 24, in swig_import_helper
        _mod = imp.load_module('_Core', fp, pathname, description)
    ImportError: /home/hansoli/quicksilver/3rd_party_software/pyca/Build/bin/libPyCA.so: undefined symbol: _ZN3itk27TransformFileReaderTemplateIdE16GetTransformListB5cxx11Ev
    

    I'm trying to compile old version of PyCA. For more information see https://github.com/rkwitt/quicksilver and https://github.com/rkwitt/quicksilver/issues/2

    Anybody knows how to solve this? Thanks.

  2. Log in to comment