Skip to content
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

When I upload software to esp8266 I get an error that is below. Please help me !!!. #40

Open
ibrahimisim opened this issue Oct 12, 2015 · 2 comments

Comments

@ibrahimisim
Copy link

Hello,

When I upload software to esp8266 I get an error that is below. Please help me !!!.

pi@raspberrypi /usr/share/arduino/libraries/espduino $ sudo esp8266/tools/esptool.py -p /dev/ttyUSB0 write_flash 0x00000 esp8266/release/0x00000.bin 0x40000 esp8266/release/0x40000.bin
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to [:<exec_prefix>]
Traceback (most recent call last):
File "esp8266/tools/esptool.py", line 22, in
import serial
ImportError: No module named serial

@ibrahimisim ibrahimisim changed the title When I upload software to esp8266 I get an error that is blow. Please help me !!!. When I upload software to esp8266 I get an error that is below. Please help me !!!. Oct 13, 2015
@Namphibian
Copy link

This is not an issue for espduino. This is a python and flashing issue. Please try resolve the issue on google first. Please post only one question with the error. When you post on a lot of other questions like you did it is really annoying as it creates a lot of noise and clutters the questions.

I ran into the same problems when I started. Fix one problem at a time and try to resolve them either with the pythons and python tool developers. Tuan did NOT create these tools so thus posting here is not going to be that helpful for you.

@tim3in
Copy link

tim3in commented Sep 9, 2016

you need to install Python Serial Port Extension

i have same issue
check your python version
for python 2.7 go to

https://pypi.python.org/pypi/pyserial/2.7

hope this will resolve your issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants