OSX Dev problem does work at all..
See original GitHub issueOSX installed a new lib, went to use examples, menu closes
Traceback (most recent call last):
File "/Users/.../Library/Application Support/Sublime Text 3/Packages/Deviot (Arduino IDE)/libraries/quick_menu.py", line 406, in callback_library
library_path = os.path.join(library_path, '*')
UnboundLocalError: local variable 'library_path' referenced before assignment
Traceback (most recent call last):
File "/Users/.../Library/Application Support/Sublime Text 3/Packages/Deviot (Arduino IDE)/libraries/quick_menu.py", line 406, in callback_library
library_path = os.path.join(library_path, '*')
UnboundLocalError: local variable 'library_path' referenced before assignment
Issue Analytics
- State:
- Created 5 years ago
- Comments:41 (4 by maintainers)
Top Results From Across the Web
Big Sur Problem?: "You do not have… - Apple Developer
With the new update off MacOS I have encountered an issue with opening quite a few off my applications as it says within...
Read more >How to Fix “Invalid active developer path” in Git After ...
The solution. Now in order to get rid of the problem, all you need to do is install the Command Line Tools package...
Read more >macOS Ventura problems and how to fix them - MacPaw
And, unsurprisingly, they've found one or two Ventura update issues. So far, there is nothing major, and all the issues can be fixed....
Read more >Fix the “App can't be opened because it is from an unidentified ...
Mac OS X defaults to preventing applications from unidentified developers or sources from being launched. You'll discover the message in Mac ...
Read more >Monterey Problems: How to fix the most common macOS 12 ...
Now, let's dive into all macOS Monterey issues I personally ... So if Bluetooth doesn't work, just try connecting your device with ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’ve pushed
dev5
with many setup improvements, one of them fixed a problem I found in OSX related with the SSL certificated. Plus, now all the setup process is fully logged to get more information when there is a problem.I comment on this in case someone stumbles with similar errors where ST can’t find platformio. Deleting User/Deviot fixed this for me