Skip to content

Can't compile examples #39

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

Closed
eLVas opened this issue Sep 29, 2020 · 3 comments
Closed

Can't compile examples #39

eLVas opened this issue Sep 29, 2020 · 3 comments

Comments

@eLVas
Copy link

eLVas commented Sep 29, 2020

I can't compile any of the examples. When compiling I'm getting this error in ArduionoIDE:

Traceback (most recent call last):
  File "/home/elvas/.arduino15/packages/Croduino_Boards/tools/esptool_py/2.6.0/esptool.py", line 35, in <module>
    import serial.tools.list_ports as list_ports
ModuleNotFoundError: No module named 'serial'

Do I need to install anything else except Croduino-Board-Definitions-for-Arduino-IDE, Inkplate-6-Arduino-library and Inkplate-6-SDFat-Arduino-Library?

@davidzovko
Copy link
Member

Hello, did you make the first step from this tutorial: https://inkplate.io/getting-started/

_Install the Inkplate 6 board definition to add Inkplate 6 as a board in Arduino IDE: https://e-radionica.com/en/blog/add-inkplate-6-to-arduino-ide/

What is the board selected in your Tools->Board menu in Arduino IDE?

@eLVas
Copy link
Author

eLVas commented Sep 29, 2020

Hello @davidzovko,
Yes I did install a bord definition and selected "Inkplate 6(ESP32)" in Boards
Screenshot from 2020-09-29 21-56-22

@eLVas
Copy link
Author

eLVas commented Sep 29, 2020

I have fixed it by following these instructions.

tldr: You need to install pyserial with pip install pyserial

@eLVas eLVas closed this as completed Sep 29, 2020
@eLVas eLVas changed the title Can compile examples Can't compile examples Dec 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants