Problems building circuitpython no module named huffman

Discussion and questions about boards that can run MicroPython but don't have a dedicated forum.
Target audience: Everyone interested in running MicroPython on other hardware.
Post Reply
johncblacker
Posts: 9
Joined: Sun Nov 11, 2018 8:11 pm

Problems building circuitpython no module named huffman

Post by johncblacker » Sun Nov 11, 2018 8:18 pm

I cloned circuitpython and am trying to build mpy-cross, but I get an error during the build that indicates that an
import Huffman failed with a ModuleNoteFoundError: No module named 'huffman'. How do I get around this error? I will also post this on the Adafruit circuitpython forum as well.

danhalbert
Posts: 18
Joined: Mon Jan 16, 2017 3:58 am

Re: Problems building circuitpython no module named huffman

Post by danhalbert » Mon Nov 12, 2018 9:33 pm

Answered in https://forums.adafruit.com/viewtopic.php?f=60&t=143530. Post CircuitPython questions over there.

Post Reply