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.
Searching for Board description file (boards.txt) ... FAILED
Board description file (boards.txt) not found. Searched in following places:
/usr/local/share/arduino/hardware/arduino
/usr/share/arduino/hardware/arduino
I think it is because there is no IDE on my system, so i copied the boards.txt. to /usr/share/arduino/hardware/arduino, but then I get
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Installed using pip then got
Searching for Board description file (boards.txt) ... FAILED
Board description file (boards.txt) not found. Searched in following places:
I think it is because there is no IDE on my system, so i copied the boards.txt. to /usr/share/arduino/hardware/arduino, but then I get
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
The text was updated successfully, but these errors were encountered: