Page 1 of 1

I am having issues installing Rainmaker (Module not found 'nvs_partiton_gen')

Posted: Fri May 12, 2023 5:36 pm
by mexigore
I do not know what to do I have reinstalled Python and Espressif ESP-IDF

Re: I am having issues installing Rainmaker (Module not found 'nvs_partiton_gen')

Posted: Mon May 15, 2023 5:02 pm
by ESP_Piyush
Is your ESP_IDF environment variable indeed available in this terminal? I guess for Windows, the command would be

Code: Select all

$ echo %IDF_PATH%
If this is set, please also check if IDF_PATH/components/nvs_flash/nvs_partition_generator indeed exists.

Meanwhile, what exactly are you trying to do via the CLI?