-
-
Notifications
You must be signed in to change notification settings - Fork 144
Closed
Labels
Description
I've tried to build this project by running make, however it fails with
File "src/mako/deps.mako", line 56, in render_body
import util
ImportError: No module named util
Makefile:88: .cli.deps: No such file or directory
make: *** [Makefile:83: .cli.deps] Error 1
I have Python 2.7.16, rustc 1.36.0 (a53f9df32 2019-07-03), pyenv set to Python 2.7.16, Wget 1.20.1, and GNU Make 4.2.1. I'm running on a Windows 10 Pro 10.0.18362 with a Linux subsystem. I did not modify the code, just did a git clone of master. I also ran .travis.yml/before_install hoping it would help, but it didn't.