This repository has been archived by the owner on Aug 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 232
Add distro support for Fedora 20 #171
Comments
output when you attempt to run:
|
Strike that, more debugging shows that the first two fields are being parsed. |
Just got the very same traceback. What's wrong? |
charlesbrandt
pushed a commit
to charlesbrandt/ino
that referenced
this issue
Aug 18, 2014
…ialized properly due to name overlap with arduiono_lib_version() property. changed attribute name to _arduino_lib_version to avoid naming conflict
I ran into this too. In ino/environment.py there is a property arduino_lib_version that is supposed to initialize an attribute of the same name. When it checks if it exists already, it finds the property name and never initializes the attribute. Here's an updated version that seems to fix it for me:
I made a pull request here: |
After further investigation, this may have been due to an old .build directory from an older version of ino. If you see the error, try deleting .build directory first and see if that fixes it. Please let me know if so. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
environment.py
lacks the proper path to discover Arduino'sversion.txt
file.The text was updated successfully, but these errors were encountered: