|
I am trying to setup Matplotlib for my Angstrom Beaglebone. I followed instructions here: http://matplotlib.org/faq/installing_faq.html#install-from-git and downloaded matplotlib succesfully.<br>python setup.py install<br><br><br>
it results with following error. I installed numpy. Why do I get this error? Please help me.<br> File "/usr/lib/python2.7/site-packages/numpy/core/__init__.py", line 6, in <module><br> from . import multiarray<br>ImportError: cannot import name multiarray<br>
|