2
I’m trying to install Pylayer on Ubuntu Xenial, but when I try to export Coverage by
from pylayers.antprop.coverage import *
The following error appears:
no module named mayavi.mlab
But I have installed mayavi and I don’t have access to source code. So how do I install this dependency and have it installed.
Already tried: Pip install mayavi
– rodrigorf