You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.
I am trying to get ino working on a RaspberryPI using Arch and Arduino 1.6.0. I have installed ino using pip2. I am getting the following error:
Searching for Board description file (boards.txt) ... /usr/share/arduino/hardware/arduino/boards.txt
Traceback (most recent call last):
File "/usr/bin/ino", line 6, in
main()
File "/usr/lib/python2.7/site-packages/ino/runner.py", line 64, in main
e.process_args(args)
File "/usr/lib/python2.7/site-packages/ino/environment.py", line 263, in process_args
all_models = self.board_models()
File "/usr/lib/python2.7/site-packages/ino/environment.py", line 204, in board_models
subdict[key] = {}
TypeError: 'str' object does not support item assignment
I have found references to this same issue in #111, #214, #226; How do I resolve this issue?
The text was updated successfully, but these errors were encountered:
ino doesn't support Arduino IDE >= 1.5.0. I would propose you to try PlatformIO. You don't need to install any IDEs, tool chains or etc. PlatformIO has all stuff from the "box" and it works on the card-sized PC, like Raspberry Py, BeagleBone, CubieBoard and etc.
Hi,
I am trying to get ino working on a RaspberryPI using Arch and Arduino 1.6.0. I have installed ino using pip2. I am getting the following error:
Searching for Board description file (boards.txt) ... /usr/share/arduino/hardware/arduino/boards.txt
Traceback (most recent call last):
File "/usr/bin/ino", line 6, in
main()
File "/usr/lib/python2.7/site-packages/ino/runner.py", line 64, in main
e.process_args(args)
File "/usr/lib/python2.7/site-packages/ino/environment.py", line 263, in process_args
all_models = self.board_models()
File "/usr/lib/python2.7/site-packages/ino/environment.py", line 204, in board_models
subdict[key] = {}
TypeError: 'str' object does not support item assignment
I have found references to this same issue in #111, #214, #226; How do I resolve this issue?
The text was updated successfully, but these errors were encountered: