Closed rohbotics closed 5 years ago
I think this is a known issue with the python modules, which is that there are 2 packages that provide the module em
there is em and empy
we use empy which has the template system.
pip install empy
will install the correct package.
I had empy
installed already. I removed em
and it worked. Could we do something like
this to find the path to the correct module and import it explicitly?
Ok updated, it works now even if you have the wrong package from pip.
Please re-review.
Fixes #161
The slowdown seems to be 2x, because of the process creation overhead.
@rfeistenauer You may want to try this out.