-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
KeyError: 'execution_count' in IPython console #3759
Comments
Closing the issue. Multiple re-installations seemed to have caused the problem to go away. |
Update: This error seems to occur if the script has previously imported Matplotlib 3d tools: |
Update: It seems independent of if the Matplotlib3d lib was called, the same code that worked before crashes randomly.
|
Could you update to Spyder 3.0.2 and try again? |
I tested this on both |
Description of your problem
Mayavi doesn't work / stopped working out of the blue.
When I try to use mayavi from within Spyder I get the following error message in response to the code
from mayavi import mlab
:What steps will reproduce the problem?
conda install --name mayavi python=2 anaconda
)conda install --name mayavi mayavi
)What is the expected output? What do you see instead?
I would expect to see a point plotted as requested. Instead I get the error message described above.
Please provide any additional information below
Additional details: http://stackoverflow.com/questions/40847261/spyder-and-issues-with-mayavi
I have tried downgrading Sypder. But the problem remains.
Versions and main components
Dependencies
jedi >=0.8.1 : 0.8.1 (OK)
matplotlib >=1.0 : 1.4.3 (OK)
nbconvert >=4.0 : 4.2.0 (OK)
numpy >=1.7 : 1.9.2 (OK)
pandas >=0.13.1 : 0.16.2 (OK)
pep8 >=0.6 : 1.6.2 (OK)
psutil >=0.3 : 2.2.1 (OK)
pyflakes >=0.5.0 : 0.9.2 (OK)
pygments >=2.0 : 2.1.3 (OK)
pylint >=0.25 : 1.6.4 (OK)
qtconsole >=4.2.0: 4.2.1 (OK)
rope >=0.9.4 : 0.10.3 (OK)
sphinx >=0.6.6 : 1.3.1 (OK)
sympy >=0.7.3 : 0.7.6 (OK)
The text was updated successfully, but these errors were encountered: