grafos-ml / test.fm

Testing framework for Collaborative Filtering
Other
38 stars 12 forks source link

Error: undefined symbol: clapack_sgesv #22

Open rheras opened 7 years ago

rheras commented 7 years ago

Hi @all, once I've installed and compiled LAPACK + ATLAS (atlas3.10.3) + test.fm-1.0 under:

now running one of the available tests-src as:

sysadmin@dev-host-01:~/testfm/test.fm-1.0/src/tests$ python test_models.py

         Traceback (most recent call last):
           File "test_models.py", line 10, in <module>
             from testfm.models.graphchi_models import SVDpp
           File "build/bdist.linux-x86_64/egg/testfm/models/graphchi_models.py", line 9, in <module>
           File "build/bdist.linux-x86_64/egg/testfm/models/cutil/interface.py", line 7, in <module>
           File "build/bdist.linux-x86_64/egg/testfm/models/cutil/interface.py", line 6, in __bootstrap__
           File "src/testfm/models/cutil/float_matrix.pxd", line 10, in init testfm.models.cutil.interface (src/testfm/models/cutil/interface.c:8464)
           File "build/bdist.linux-x86_64/egg/testfm/models/cutil/float_matrix.py", line 7, in <module>
           File "build/bdist.linux-x86_64/egg/testfm/models/cutil/float_matrix.py", line 6, in __bootstrap__
         **ImportError: /home/sysadmin/.cache/Python-Eggs/testfm-1.0-py2.7-linux-x86_64.egg-tmp/testfm/models/cutil/float_matrix.so: undefined symbol: clapack_sgesv**

Please, any idea?? At this time I've tried many options and read a lot of forums related with this error, but none of them have fixed this problem, thanks in advance for your help, regards, @RHeras