'module' object has no attribute 'exceptions'
See original GitHub issueJust updated to Sublime Text 3.2 and noticed that Sync Settings outputs the error, e.g. when trying to upload or download:
'module' object has no attribute 'exceptions'
But I’m not 100% certain that it’s caused by the new update because I haven’t used Sync Settings for a while. If someone can confirm the issue (or not), that would be great.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
AttributeError: 'module' object has no attribute - Stack Overflow
Python is looking for the a object within your a.py module. Either RENAME that file to something else or use from __future__ import...
Read more >AttributeError: 'module' object has no attribute 'main'
It's simply because there is no attribute with the name you called, for that Object. This means that you got the error when...
Read more >AttributeError: 'module' object has no attribute 'exceptions ...
Hi, 1, salt-master&salt-minion version: # salt-master --versions-report Salt: 2015.5.5 Python: 2.6.6 (r266:84292, Feb 22 2013, ...
Read more >AttributeError: module 'X' has no attribute 'Y' in Python
To solve the Python "AttributeError: module has no attribute", make sure you haven't named your local modules with names of remote modules, e.g....
Read more >subscription-manager throws `AttributeError:'module' object ...
Unable to execute any subscription-manager command due to the error of AttributeError: 'module' object has no attribute 'PY2'.
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
All right, everything is fine then. 😄 Thanks!
the unique way to receive that kind of errors, is because the
requests
module has not been installed in your sublime text yet. probably, after restart, the installation had been completed.