So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By Muffins
#75991 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

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 allpython setup.py install
I get an error
Code: Select allpython: 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.
You do not have the required permissions to view the files attached to this post.