Skip to content

make -C mpy-cross fails, no "huffman" #7993

@todbot

Description

@todbot

CircuitPython version

n/a

Code/REPL

make -C mpy-cross

Behavior

% make -C mpy-cross
Use make V=1, make V=2 or set BUILD_VERBOSE similarly in your environment to increase build verbosity.
mkdir -p build/genhdr
GEN build/genhdr/moduledefs.h
QSTR updated
Traceback (most recent call last):
File "/Users/tod/projects/adafruit/circuitpython-adafruit/mpy-cross/../py/maketranslationdata.py", line 30, in
import huffman
ModuleNotFoundError: No module named 'huffman'
make: *** [build/genhdr/compression.generated.h] Error 1

Description

Looks like doing "pip3 install huffman" fixes this.

So add this to `requirements-dev.txt" ?

This is on MacOS with Python3.11 installed via Homebrew that otherwise hasn't done much Python development.

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions