loopbum commented on issue #6185: Run on multi machine no mudule named mxnet
URL: 
https://github.com/apache/incubator-mxnet/issues/6185#issuecomment-318818579
 
 
   I have similar problem. First time having a problem with a package having to 
be in PYTHONPATH.
   So I did, in .bash_profile,
   export PYTHONPATH="/Users/robert/.local/lib/python3.6/site-packages/mxnet"
   Ran python to test,
   robert$ python
   Fatal Python error: Py_Initialize: can't initialize sys standard streams
   Traceback (most recent call last):
     File "/Users/robert/.local/lib/python3.6/site-packages/mxnet/io.py", line 
3, in <module>
     File "/Users/robert/miniconda3/lib/python3.6/collections/__init__.py", 
line 26, in <module>
     File "/Users/robert/.local/lib/python3.6/site-packages/mxnet/operator.py", 
line 6, in <module>
     File "/Users/robert/miniconda3/lib/python3.6/traceback.py", line 5, in 
<module>
     File "/Users/robert/miniconda3/lib/python3.6/linecache.py", line 8, in 
<module>
     File "/Users/robert/miniconda3/lib/python3.6/functools.py", line 21, in 
<module>
   ImportError: cannot import name 'namedtuple'
   Abort trap: 6
   
   On Line 21 of functools.py is,
   from collections import namedtuple
 
----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to