Skip to content

ImportError: No module named util #234

@mibac138

Description

@mibac138

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions