Please run

    conda install -f numpy

That should fix your error.


Cheers,
Carlos

El 12/05/17 a las 18:20, Lwebzem escribió:
I have Spyder that was working fine but now it is not starting anymore. I have Windows 10 , 64 bits, python 3. Below is the error that I am getting:

C:\Users\Owner>spyder --show-console
Traceback (most recent call last):
File "C:\Users\Owner\Anaconda3\Scripts\spyder-script.py", line 5, in <module>
    sys.exit(spyder.app.start.main())
File "C:\Users\Owner\Anaconda3\lib\site-packages\spyder\app\start.py", line 1
3, in main
    from spyder.app import mainwindow
File "C:\Users\Owner\Anaconda3\lib\site-packages\spyder\app\mainwindow.py", l
ne 165, in <module>
    from spyder.utils.environ import WinUserEnvDialog
File "C:\Users\Owner\Anaconda3\lib\site-packages\spyder\utils\environ.py", li
e 20, in <module>
from spyder.widgets.variableexplorer.collectionseditor import CollectionsEd
tor
File "C:\Users\Owner\Anaconda3\lib\site-packages\spyder\widgets\variableexplo
er\collectionseditor.py", line 46, in <module>
    from spyder.widgets.variableexplorer.importwizard import ImportWizard
File "C:\Users\Owner\Anaconda3\lib\site-packages\spyder\widgets\variableexplo
er\importwizard.py", line 26, in <module>
    import pandas as pd
File "C:\Users\Owner\Anaconda3\lib\site-packages\pandas\__init__.py", line 13
 in <module>
    __import__(dependency)
File "C:\Users\Owner\Anaconda3\lib\site-packages\numpy\__init__.py", line 142
 in <module>
    from . import add_newdocs
File "C:\Users\Owner\Anaconda3\lib\site-packages\numpy\add_newdocs.py", line
3, in <module>
    from numpy.lib import add_newdoc
File "C:\Users\Owner\Anaconda3\lib\site-packages\numpy\lib\__init__.py", line
8, in <module>
    from .type_check import *
File "C:\Users\Owner\Anaconda3\lib\site-packages\numpy\lib\type_check.py", li
e 11, in <module>
    import numpy.core.numeric as _nx
AttributeError: module 'numpy' has no attribute 'core'


I tried below commands but it did not help:
conda update --all
conda update spyder

Can you help me resolve this?

Thanks.

--
You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] <mailto:[email protected]>. To post to this group, send email to [email protected] <mailto:[email protected]>.
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to