You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/01/23 02:17:03 UTC

[GitHub] anirudhacharya commented on issue #5290: libcblas.so.3: cannot open shared object file: No such file or directory

anirudhacharya commented on issue #5290: libcblas.so.3: cannot open shared object file: No such file or directory
URL: https://github.com/apache/incubator-mxnet/issues/5290#issuecomment-359650854
 
 
   Using OS - "Linux ip-172-31-7-81 4.9.76-3.78.amzn1.x86_64" and python 2.7.
   Tried -
   >>> import mxnet as mx
   Traceback (most recent call last):
     File "<stdin>", line 1, in <module>
     File "/usr/local/lib/python2.7/site-packages/mxnet/__init__.py", line 25, in <module>
       from . import engine
     File "/usr/local/lib/python2.7/site-packages/mxnet/engine.py", line 23, in <module>
       from .base import _LIB, check_call
     File "/usr/local/lib/python2.7/site-packages/mxnet/base.py", line 111, in <module>
       _LIB = _load_lib()
     File "/usr/local/lib/python2.7/site-packages/mxnet/base.py", line 103, in _load_lib
       lib = ctypes.CDLL(lib_path[0], ctypes.RTLD_LOCAL)
     File "/usr/lib64/python2.7/ctypes/__init__.py", line 357, in __init__
       self._handle = _dlopen(self._name, mode)
   OSError: libgfortran.so.3: cannot open shared object file: No such file or directory
   
   [ec2-user@ip-172-31-7-81 ~]$ sudo yum install libatlas-base-dev
   Loaded plugins: priorities, update-motd, upgrade-helper
   amzn-main                                                         | 2.1 kB  00:00:00     
   amzn-updates                                                      | 2.5 kB  00:00:00     
   No package libatlas-base-dev available.
   Error: Nothing to do
   
   But not able to use mxnet on this instance.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services