Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spyder has encountered aproplem #6363

Closed
doaarezk opened this issue Feb 1, 2018 · 1 comment
Closed

spyder has encountered aproplem #6363

doaarezk opened this issue Feb 1, 2018 · 1 comment

Comments

@doaarezk
Copy link

doaarezk commented Feb 1, 2018

File "C:\Users\foryou\Anaconda3\envs\tensorflow\lib\site-packages\qtconsole\base_frontend_mixin.py", line 163, in _dispatch
handler(msg)
File "C:\Users\foryou\Anaconda3\envs\tensorflow\lib\site-packages\spyder\widgets\ipythonconsole\namespacebrowser.py", line 220, in _handle_execute_reply
self.handle_exec_method(msg)
File "C:\Users\foryou\Anaconda3\envs\tensorflow\lib\site-packages\spyder\widgets\ipythonconsole\shell.py", line 351, in handle_exec_method
view = ast.literal_eval(literal)
File "C:\Users\foryou\Anaconda3\envs\tensorflow\lib\ast.py", line 84, in literal_eval
return _convert(node_or_string)
File "C:\Users\foryou\Anaconda3\envs\tensorflow\lib\ast.py", line 62, in _convert
in zip(node.keys, node.values))
File "C:\Users\foryou\Anaconda3\envs\tensorflow\lib\ast.py", line 61, in
return dict((_convert(k), _convert(v)) for k, v
File "C:\Users\foryou\Anaconda3\envs\tensorflow\lib\ast.py", line 62, in _convert
in zip(node.keys, node.values))
File "C:\Users\foryou\Anaconda3\envs\tensorflow\lib\ast.py", line 61, in
return dict((_convert(k), _convert(v)) for k, v
File "C:\Users\foryou\Anaconda3\envs\tensorflow\lib\ast.py", line 83, in _convert
raise ValueError('malformed node or string: ' + repr(node))
ValueError: malformed node or string: <_ast.Call object at 0x0000000012174780>

@CAM-Gerlach
Copy link
Member

Thanks for reporting. This looks like a duplicate of #5636 which was fixed in Spyder 3.2.6. Please update to fix, and reopen/post here if it still occurs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants