It’s been awhile since I’ve done a project and I’m now getting back to a new ESP32 project where I’m encountering an issue when uploading. Last time I used PlatformIO (roughly 6-10 months ago), I had no issue. Now, I’m receiving the following error message:
Could not find the package with ‘platformio/tool-mkfatfs @ ~2.0.0’ requirements for your system ‘windows_x86’
Here’s the terminal output:
Processing esp32dev (platform: espressif32; board: esp32dev; framework: arduino)
---------------------------------------------------------------------------------------------------------------------------------------------Tool Manager: Installing platformio/tool-mkfatfs @ ~2.0.0
Error: Could not find the package with 'platformio/tool-mkfatfs @ ~2.0.0' requirements for your system 'windows_x86'
The terminal process "C:\Python37\Scripts\platformio.exe 'run', '--target', 'upload'" terminated with exit code: 1.
Terminal will be reused by tasks, press any key to close it.
I’ve tried searching for solutions but can’t seem to find anything meaningful related to ‘tool-mkfatfs’.
When I opened PlatformIO recently, I did see that almost all of my platforms needed to be updated, so I updated them. But that is the only thing that I did other then creating a new project. I also tried some older ESP32 projects that did upload the last time I worked on them, and those are also failing to upload.
Any advice or suggestions would be appreciated.