DEV Deviot stopped working , had to reinstall
See original GitHub issuereloading plugin Deviot (Arduino IDE).start_listener
Traceback (most recent call last):
File "C:\Users\...\Documents\projects\bin\sublimetext\sublime_plugin.py", line 116, in reload_plugin
m = importlib.import_module(modulename)
File "./python3.3/importlib/__init__.py", line 90, in import_module
File "<frozen importlib._bootstrap>", line 1584, in _gcd_import
File "<frozen importlib._bootstrap>", line 1565, in _find_and_load
File "<frozen importlib._bootstrap>", line 1532, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 584, in _check_name_wrapper
File "<frozen importlib._bootstrap>", line 1022, in load_module
File "<frozen importlib._bootstrap>", line 1003, in load_module
File "<frozen importlib._bootstrap>", line 560, in module_for_loader_wrapper
File "<frozen importlib._bootstrap>", line 868, in _load_module
File "<frozen importlib._bootstrap>", line 313, in _call_with_frames_removed
File "C:\Users\...\Documents\projects\bin\sublimetext\Data\Packages\Deviot (Arduino IDE)\start_listener.py", line 17, in <module>
from .commands import *
File "C:\Users\...\Documents\projects\bin\sublimetext\Data\Packages\Deviot (Arduino IDE)\commands\__init__.py", line 58, in <module>
from ..beginning.check_requirements import DeviotCheckRequirementsCommand
File "C:\Users\...\Documents\projects\bin\sublimetext\Data\Packages\Deviot (Arduino IDE)\beginning\check_requirements.py", line 13, in <module>
from .. import deviot
ImportError: cannot import name deviot
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
dev install instructions · Issue #149 · gepd/Deviot - GitHub
Is that correct? When I try to install, I see only one listing for Deviot (Arduino IDE) . It shows the install page,...
Read more >A device driver is not installed or a hardware device does not ...
Step 2: Uninstall and reinstall the device drivers Click Continue. The Device Manager dialog box is displayed.
Read more >Fix an installed Android app that isn't working - Google Support
Try the following steps if an app installed on your phone has any of these problems: Crashing. Won't open. Won't respond. Isn't working...
Read more >Fix Windows Developer Mode not Working - YouTube
How to Reinstall Windows Developer Mode in Windows 10 Latest Dolby Access for Headphones ( June 2019 ) || Windows 10 ||...
Read more >MESSED UP my phone's DEVELOPER OPTIONS but would ...
Mi recovery 3.0 has the options "connect to Mi PC Suite", ... My phone is a Xiaomi Mi 9T Pro running MIUI 12...
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
Fixed with the last commit!
I’ve replicated the problem, seems like package control is removing the file
deviot.py
and not replacing it, I’ll see how to fix it