You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/usr/local/bin/mypy", line 11, in <module>
sys.exit(console_entry())
File "/usr/local/lib/python3.7/site-packages/mypy/__main__.py", line 7, in console_entry
main(None)
File "/usr/local/lib/python3.7/site-packages/mypy/main.py", line 92, in main
res = build.build(sources, options, None, flush_errors, fscache)
File "/usr/local/lib/python3.7/site-packages/mypy/build.py", line 156, in build
result = _build(sources, options, alt_lib_path, flush_errors, fscache)
File "/usr/local/lib/python3.7/site-packages/mypy/build.py", line 206, in _build
graph = dispatch(sources, manager)
File "/usr/local/lib/python3.7/site-packages/mypy/build.py", line 2178, in dispatch
graph = load_graph(sources, manager)
File "/usr/local/lib/python3.7/site-packages/mypy/build.py", line 2336, in load_graph
root_source=True)
File "/usr/local/lib/python3.7/site-packages/mypy/build.py", line 1476, in __init__
self.meta = find_cache_meta(self.id, path, manager)
File "/usr/local/lib/python3.7/site-packages/mypy/build.py", line 862, in find_cache_meta
log_error='Could not load cache for {}: '.format(id))
File "/usr/local/lib/python3.7/site-packages/mypy/build.py", line 790, in _load_json_file
result = json.loads(data) # TODO: Errors
File "/usr/local/lib/python3.7/json/__init__.py", line 348, in loads
return _default_decoder.decode(s)
File "/usr/local/lib/python3.7/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/local/lib/python3.7/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 105 column 5 (char 5143)
The text was updated successfully, but these errors were encountered:
salimfadhley
changed the title
JSONDecoder Error when running MyPy
JSONDecodeError when running MyPy
Jan 7, 2019
When I run the following command:
I get the following error.
The text was updated successfully, but these errors were encountered: