Stuck trying to setup firmware install
Posted: Fri May 18, 2018 4:45 pm
Hi guys,
I'm trying to get ESP-LINK onto an ESP12F. I'm running windows and following this tutorial:
https://github.com/jeelabs/esp-link/blo ... LASHING.md
The problem is when I get to
The file setup.py is indeed in the directory. I'll attach an image of the path, from what I can tell it is the same. At this point in time I have no idea why it isn't working, I've been trying to figure this stuff out for at least 8 hours now. I just want esplink on the module, lol.
I'm trying to get ESP-LINK onto an ESP12F. I'm running windows and following this tutorial:
https://github.com/jeelabs/esp-link/blo ... LASHING.md
Code: Select all
> git clone https://github.com/themadinventor/esptool.git
Cloning into 'esptool'...
remote: Counting objects: 268, done.
emote: Total 268 (delta 0), reused 0 (delta 0), pack-reused 268
Receiving objects: 100% (268/268), 99.66 KiB | 0 bytes/s, done.
Resolving deltas: 100% (142/142), done.
Checking connectivity... done.
> cd esptool
> python setup.py install
running install
...
...
...
Finished processing dependencies for esptool==0.1.0
The problem is when I get to
Code: Select all
I get an error python setup.py install
Code: Select all
python: can't open file 'setup.py': [Error 2] No such file or directory
The file setup.py is indeed in the directory. I'll attach an image of the path, from what I can tell it is the same. At this point in time I have no idea why it isn't working, I've been trying to figure this stuff out for at least 8 hours now. I just want esplink on the module, lol.