Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

ino build command fails on rasberry pi #268

Open
Qualphey opened this issue Mar 31, 2016 · 1 comment
Open

ino build command fails on rasberry pi #268

Qualphey opened this issue Mar 31, 2016 · 1 comment

Comments

@Qualphey
Copy link

I have installed inotools on raspberry pi and now I'm trying to use it. But when I run ino build i get the following output:

Traceback (most recent call last):
  File "/usr/local/bin/ino", line 4, in <module>
    __import__('pkg_resources').run_script('ino==0.3.7', 'ino')
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 534, in run_script
    self.require(requires)[0].run_script(script_name, ns)
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1438, in run_script
    execfile(script_filename, namespace, namespace)
  File "/usr/local/lib/python2.7/dist-packages/ino-0.3.7-py2.7.egg/EGG-INFO/scripts/ino", line 6, in <module>
    main()
  File "/usr/local/lib/python2.7/dist-packages/ino-0.3.7-py2.7.egg/ino/runner.py", line 76, in main
    args.func(args)
  File "/usr/local/lib/python2.7/dist-packages/ino-0.3.7-py2.7.egg/ino/commands/build.py", line 283, in run
    self.discover(args)
  File "/usr/local/lib/python2.7/dist-packages/ino-0.3.7-py2.7.egg/ino/commands/build.py", line 123, in discover
    core_place = os.path.join(board['_coredir'], 'cores', board['build']['core'])
KeyError: '_coredir'
@shaleh
Copy link

shaleh commented Jun 3, 2016

Did you have the arduino package installed before running this?

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

No branches or pull requests

2 participants