Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make flash_all complains about module future missing #30

Open
romor001 opened this issue Sep 6, 2024 · 1 comment
Open

make flash_all complains about module future missing #30

romor001 opened this issue Sep 6, 2024 · 1 comment

Comments

@romor001
Copy link

romor001 commented Sep 6, 2024

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.

@lbuque
Copy link
Collaborator

lbuque commented Oct 22, 2024

@romor001 I'm working fine on Linux.
I have not used conda environment, so I cannot give you some effective suggestions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants