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 2017/11/30 20:37:34 UTC

[GitHub] nswamy opened a new issue #8903: pull the libgfortran dependency in the mxnet pip package

nswamy opened a new issue #8903: pull the libgfortran dependency in the mxnet pip package
URL: https://github.com/apache/incubator-mxnet/issues/8903
 
 
   
   ## Description
   I installed mxnet and as soon as I imported mxnet, it failed with this ugly error: Please add all the dependencies of mxnet to pip package.
   ```
   ubuntu@ip-172-30-0-224:~$ python3
   Python 3.5.2 (default, Nov 23 2017, 16:37:01)
   [GCC 5.4.0 20160609] on linux
   Type "help", "copyright", "credits" or "license" for more information.
   >>> import mxnet as mx
   Traceback (most recent call last):
     File "<stdin>", line 1, in <module>
     File "/home/ubuntu/.local/lib/python3.5/site-packages/mxnet/__init__.py", line 25, in <module>
       from .base import MXNetError
     File "/home/ubuntu/.local/lib/python3.5/site-packages/mxnet/base.py", line 111, in <module>
       _LIB = _load_lib()
     File "/home/ubuntu/.local/lib/python3.5/site-packages/mxnet/base.py", line 103, in _load_lib
       lib = ctypes.CDLL(lib_path[0], ctypes.RTLD_LOCAL)
     File "/usr/lib/python3.5/ctypes/__init__.py", line 347, in __init__
       self._handle = _dlopen(self._name, mode)
   OSError: libgfortran.so.3: cannot open shared object file: No such file or directory
   ## Environment info (Required)
   
   ```
   What to do:
   pip3 Install mxnet 
   python3
   import mxnet as mx
   

----------------------------------------------------------------
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