Skip to content
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

spyder meta.yaml dependencies #42

Open
davidslac opened this issue Sep 6, 2016 · 1 comment
Open

spyder meta.yaml dependencies #42

davidslac opened this issue Sep 6, 2016 · 1 comment

Comments

@davidslac
Copy link

I have had some trouble installing spyder into existing conda environments. I seem to be able to have worked around this by updating the packages that spyder depends on, I think all that really mattered was qt, namely going from 4.8.5 to 4.8.7. It suggests to me that the meta.yaml for spyder is not resctrictive enough on the dependencies.

For instance, the py35 error was

line 260, in set_editor
    from spyderlib.qt.QtWebKit import QWebView
  File "...//python3.5/site-packages/spyderlib/qt/QtWebKit.py", line 10, in <module>
    from PyQt4.QtWebKit import *  # analysis:ignore
ImportError: ...//python3.5/site-packages/PyQt4/QtNetwork.so: undefined symbol: _ZTI10QSslSocket

@ccordoba12
Copy link

Ok, I'll update it to the latest Qt :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants