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
What is the expected output? What do you see instead?
Please provide any additional information below
File "C:\Users\Shahbaz\AppData\Local\Continuum\anaconda3\lib\site-packages\qtconsole\base_frontend_mixin.py", line 163, in _dispatch
handler(msg)
File "C:\Users\Shahbaz\AppData\Local\Continuum\anaconda3\lib\site-packages\spyder\widgets\ipythonconsole\namespacebrowser.py", line 220, in _handle_execute_reply
self.handle_exec_method(msg)
File "C:\Users\Shahbaz\AppData\Local\Continuum\anaconda3\lib\site-packages\spyder\widgets\ipythonconsole\shell.py", line 354, in handle_exec_method
view = ast.literal_eval(literal)
File "C:\Users\Shahbaz\AppData\Local\Continuum\anaconda3\lib\ast.py", line 85, in literal_eval
return _convert(node_or_string)
File "C:\Users\Shahbaz\AppData\Local\Continuum\anaconda3\lib\ast.py", line 66, in _convert
in zip(node.keys, node.values))
File "C:\Users\Shahbaz\AppData\Local\Continuum\anaconda3\lib\ast.py", line 65, in
return dict((_convert(k), _convert(v)) for k, v
File "C:\Users\Shahbaz\AppData\Local\Continuum\anaconda3\lib\ast.py", line 66, in _convert
in zip(node.keys, node.values))
File "C:\Users\Shahbaz\AppData\Local\Continuum\anaconda3\lib\ast.py", line 65, in
return dict((_convert(k), _convert(v)) for k, v
File "C:\Users\Shahbaz\AppData\Local\Continuum\anaconda3\lib\ast.py", line 84, in _convert
raise ValueError('malformed node or string: ' + repr(node))
ValueError: malformed node or string: <_ast.Call object at 0x000001E7CE236320>
Description
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Please provide any additional information below
File "C:\Users\Shahbaz\AppData\Local\Continuum\anaconda3\lib\site-packages\qtconsole\base_frontend_mixin.py", line 163, in _dispatch
handler(msg)
File "C:\Users\Shahbaz\AppData\Local\Continuum\anaconda3\lib\site-packages\spyder\widgets\ipythonconsole\namespacebrowser.py", line 220, in _handle_execute_reply
self.handle_exec_method(msg)
File "C:\Users\Shahbaz\AppData\Local\Continuum\anaconda3\lib\site-packages\spyder\widgets\ipythonconsole\shell.py", line 354, in handle_exec_method
view = ast.literal_eval(literal)
File "C:\Users\Shahbaz\AppData\Local\Continuum\anaconda3\lib\ast.py", line 85, in literal_eval
return _convert(node_or_string)
File "C:\Users\Shahbaz\AppData\Local\Continuum\anaconda3\lib\ast.py", line 66, in _convert
in zip(node.keys, node.values))
File "C:\Users\Shahbaz\AppData\Local\Continuum\anaconda3\lib\ast.py", line 65, in
return dict((_convert(k), _convert(v)) for k, v
File "C:\Users\Shahbaz\AppData\Local\Continuum\anaconda3\lib\ast.py", line 66, in _convert
in zip(node.keys, node.values))
File "C:\Users\Shahbaz\AppData\Local\Continuum\anaconda3\lib\ast.py", line 65, in
return dict((_convert(k), _convert(v)) for k, v
File "C:\Users\Shahbaz\AppData\Local\Continuum\anaconda3\lib\ast.py", line 84, in _convert
raise ValueError('malformed node or string: ' + repr(node))
ValueError: malformed node or string: <_ast.Call object at 0x000001E7CE236320>
Version and main components
Dependencies
The text was updated successfully, but these errors were encountered: