Hey folks,
after following the installation steps for Ubuntu on a fresh Ubuntu 16.04 image and pulling the latest version of ELL, I've started to follow this tutorial until the point where I need to call wrap.py:
python <ELL-root>/tools/wrap/wrap.py model.ell -lang python -target host
Which produces the following error:
WrapException: <class 'buildtools.EllBuildToolsRunException'>:
after showing compiling model....
I used pdg to debug and it seems like the bad stuff happens on line 187 in wrap.py. But I was not able to figure out the root cause. I am still learning Python which might be the reason for not being able to figure out the problem.
Hey folks, after following the installation steps for Ubuntu on a fresh Ubuntu 16.04 image and pulling the latest version of ELL, I've started to follow this tutorial until the point where I need to call wrap.py:
python <ELL-root>/tools/wrap/wrap.py model.ell -lang python -target host
Which produces the following error:
WrapException: <class 'buildtools.EllBuildToolsRunException'>:
after showing
compiling model...
.I used pdg to debug and it seems like the bad stuff happens on line 187 in
wrap.py
. But I was not able to figure out the root cause. I am still learning Python which might be the reason for not being able to figure out the problem.Any help would be much appreciated.
Thanks and cheers, Robert