Python Import Error: cannot import name 'literal_eval' -


i'm getting following error while running python program. i'm using python 3.4 , have installed ferenda-0.1.7-py3.4 , error is:

file "c:\python34\lib\site-packages\ferenda-0.1.7-py3.4.egg\ferenda\util.py", line 20, in module   ast import literal_eval importerror: cannot import name 'literal_eval'   

appreciate on this. thank you.

when tried running in command prompt. can see no errors. attached picture

in command prompt

you have named script ast.py (or have script in same directory named ast.py) , script not contain literal_eval.


Comments

Popular posts from this blog

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

php - render data via PDO::FETCH_FUNC vs loop -

The canvas has been tainted by cross-origin data in chrome only -