Library for Syrthes 4.3.0
Posted: Thu Aug 04, 2016 3:58 pm
Hello,
I installed Syrthes, and source it without errors. When I launch the GUI though I get:
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/cx_Freeze/initscripts/Console.py", line 27, in <module>
File "SyrthesMain.py", line 16, in <module>
File "/usr/lib/pymodules/python2.6/numpy/__init__.py", line 132, in <module>
File "/usr/lib/pymodules/python2.6/numpy/add_newdocs.py", line 9, in <module>
File "/usr/lib/pymodules/python2.6/numpy/lib/__init__.py", line 13, in <module>
File "/usr/lib/pymodules/python2.6/numpy/lib/polynomial.py", line 17, in <module>
File "/usr/lib/pymodules/python2.6/numpy/linalg/__init__.py", line 47, in <module>
File "/usr/lib/pymodules/python2.6/numpy/linalg/linalg.py", line 22, in <module>
File "ExtensionLoader_numpy_linalg_lapack_lite.py", line 11, in <module>
ImportError: liblapack.so.3gf: cannot open shared object file: No such file or directory
The problem is I am using RedHat 7 and there is no officially 'liblapack.3gf' available, and I am not allowed to install it from third party.
So is there a way to go around this?
Thanks,
Andrea
I installed Syrthes, and source it without errors. When I launch the GUI though I get:
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/cx_Freeze/initscripts/Console.py", line 27, in <module>
File "SyrthesMain.py", line 16, in <module>
File "/usr/lib/pymodules/python2.6/numpy/__init__.py", line 132, in <module>
File "/usr/lib/pymodules/python2.6/numpy/add_newdocs.py", line 9, in <module>
File "/usr/lib/pymodules/python2.6/numpy/lib/__init__.py", line 13, in <module>
File "/usr/lib/pymodules/python2.6/numpy/lib/polynomial.py", line 17, in <module>
File "/usr/lib/pymodules/python2.6/numpy/linalg/__init__.py", line 47, in <module>
File "/usr/lib/pymodules/python2.6/numpy/linalg/linalg.py", line 22, in <module>
File "ExtensionLoader_numpy_linalg_lapack_lite.py", line 11, in <module>
ImportError: liblapack.so.3gf: cannot open shared object file: No such file or directory
The problem is I am using RedHat 7 and there is no officially 'liblapack.3gf' available, and I am not allowed to install it from third party.
So is there a way to go around this?
Thanks,
Andrea