Skip to content

make flash_all complains about module future missingΒ #30

@romor001

Description

@romor001

I am working in a conda environment and all the steps before make flash_all are completing successfully.

I successfully installed the future module into the environment via conda install future. In the Python REPL I can import future just fine.

Yet the make flash_all command throws an error:

(m5stack-micropython) uiflow-micropython/m5stack on ξ‚  master via C v15.0.0-clang via β–³ v3.30.3 via πŸ…’ m5stack-micropython ❯ make flash_all
Traceback (most recent call last):
  File "/Users/romor001/src/M5stack-Atom-ESP-Now-Config-Broker/uiflow-micropython/m5stack/./../tools/nvs_partition_gen.py", line 38, in <module>
    from future.moves.itertools import zip_longest
ModuleNotFoundError: No module named 'future'
make: *** [nvs] Error 1

Not sure how to solve this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions