FWIW I blew away my entire anaconda3 directory and reinstalled from scratch and seems way better. but I'm afraid to upgrade from Spyder 3.0 to 3.01?
On Sunday, November 20, 2016 at 5:25:32 PM UTC-6, Tom Brander wrote: > > Rather than completely duplicating.. please take a look here: > https://github.com/conda/conda/issues/3827 > and here: https://github.com/conda/conda/issues/3828 > In short I'm now stuck with this error and no idea how to fix, if I try to > install via conda I get a solution set that proposes to downgrade my > environment rather substantially.. > so I'm stuck with this : > So far no clues from Conda, Maybe someone here has a better idea? some way > to resolve the missing libconv.so.2 ?? perhaps? seems tied up with PyQt5? > > conda create -n py27n python=2.7 anaconda > installed and tried to start up spyder and got: > > source activate py27n > (py27n) tom@tomServal:~$ spyder > Traceback (most recent call last): > File "/home/tom/anaconda3/envs/py27n/bin/spyder", line 6, in > sys.exit(spyder.app.start.main()) > File > "/home/tom/anaconda3/envs/py27n/lib/python2.7/site-packages/spyder/app/start.py", > > line 103, in main > from spyder.app import mainwindow > File > "/home/tom/anaconda3/envs/py27n/lib/python2.7/site-packages/spyder/app/mainwindow.py", > > line 92, in > from qtpy import QtWebEngineWidgets # analysis:ignore > File > "/home/tom/anaconda3/envs/py27n/lib/python2.7/site-packages/qtpy/QtWebEngineWidgets.py", > > line 26, in > from PyQt5.QtWebKitWidgets import QWebPage as QWebEnginePage > ImportError: libiconv.so.2: cannot open shared object file: No such file > or directory > -- 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.
