CircuitPython version
Code/REPL
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
CircuitPython version
Code/REPL
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