Hi all
I am running an OpenSUSE LEAP 42.3 and I have installed both python 2.7 and 
python 3.4
and I have both pip and pip3 in /usr/bin
when I used pip to install numpy and pandas. it seems it just install those 
package to my python3.4 directory, not the python2.7 directory!
and when i tried sudo pip install -t  /usr/lib64/python2.7/site-packages/ 
numpy
I always had an error when I imported numpy into my python2.7

after I tried many times installing and upgrading pandas
now I have a new problem: spyder3 doesn't launch at all

and I am getting this information :

Traceback (most recent call last):
  File "/usr/lib/python3.4/site-packages/spyderlib/spyder.py", line 2336, 
in main
    mainwindow = run_spyder(app, options, args)
  File "/usr/lib/python3.4/site-packages/spyderlib/spyder.py", line 2220, 
in run_spyder
    main.setup()
  File "/usr/lib/python3.4/site-packages/spyderlib/spyder.py", line 744, in 
setup
    from spyderlib.plugins.console import Console
  File "/usr/lib/python3.4/site-packages/spyderlib/plugins/console.py", 
line 30, in <module>
    from spyderlib.utils.environ import EnvDialog
  File "/usr/lib/python3.4/site-packages/spyderlib/utils/environ.py", line 
17, in <module>
    from spyderlib.widgets.dicteditor import DictEditor
  File "/usr/lib/python3.4/site-packages/spyderlib/widgets/dicteditor.py", 
line 39, in <module>
    from spyderlib.widgets.dicteditorutils import (sort_against, get_size,
  File 
"/usr/lib/python3.4/site-packages/spyderlib/widgets/dicteditorutils.py", 
line 61, in <module>
    required_version=PANDAS_REQVER)
  File "/usr/lib/python3.4/site-packages/spyderlib/dependencies.py", line 
68, in add
    % modname)

-- 
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