-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
esptool.py: command not found (ESPTOOL-915) #343
Comments
Hi @gitAnuj1234 , Thanks for reporting this issue. I think this might be a PATH issue with your install. If you run "pip" as a normal user on Linux (ie In a default Ubuntu install, this directory is normally part of your user's PATH (there's a line in .profile which adds it). Maybe the .profile file or the PATH has been modified on your install. Some workarounds, either of which should which should work:
... and add it if it's not already there (note you have to log out of your session and back in before changes to .profile take effect). |
thanks @projectgus for the help I used sudo pip install esptool instead of pip install esptool as advised by you and it worked ....thanks for the help |
Great to hear @gitAnuj1234, thanks for the update. |
Im also facing the same issue but i use windows 10, im just a begginer so i dont really know what im doing |
I am trying to flash a file to esp8266 using esptool but i am again agaiin facing the same error "esptool.py: command not found". I have both python 3.6.4 and python 2.7 installed in my ubuntu 18.04.1 LTS and i am using pip install esptool to install it.
The text was updated successfully, but these errors were encountered: