When running make, the following error will appear:
Traceback (most recent call last): File "tools/configure.py", line 29, in <module> import yaml ImportError: No module named yaml
This is likely because duktape uses Python 2, which is largely obsolete. The version of yaml in configure.py is for Python 3.
The Makefiles used were from my pull request here: https://github.com/unikraft/app-duktape/pull/7
When running
make
, the following error will appear:Traceback (most recent call last): File "tools/configure.py", line 29, in <module> import yaml ImportError: No module named yaml
This is likely because duktape uses Python 2, which is largely obsolete. The version of yaml in configure.py is for Python 3. The Makefiles used were from my pull request here: https://github.com/unikraft/app-duktape/pull/7