-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
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
Labels
No labels