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

GUI not launching #77

Open
RustanaBladon opened this issue Jul 3, 2017 · 1 comment
Open

GUI not launching #77

RustanaBladon opened this issue Jul 3, 2017 · 1 comment
Labels
Stale No activity has happened in a significant length of time and the item will be closed.

Comments

@RustanaBladon
Copy link

When I attempt to run soapy in GUI mode (as per the docs), I get the following error:

D:\Anaconda2\lib\site-packages\IPython\qt.py:13: ShimWarning: The IPython.qt package has been deprecated. You should import from qtconsole instead.
"You should import from qtconsole instead.", ShimWarning)
Traceback (most recent call last):
File "soapy", line 12, in
from soapy import gui
File "D:\Anaconda2\lib\site-packages\soapy-0.13.1-py2.7.egg\soapy\gui.py", line 40, in
from IPython.qt.console.rich_ipython_widget import RichIPythonWidget
ImportError: No module named rich_ipython_widget

Any ideas on a work around?
Thanks

@andrewpaulreeves
Copy link
Collaborator

Hi @RustanaBladon !

It seems to be something to do with the ipython qtconsole, which is now spun off into its own package, "qtconsole" under the Jupyter umbrella. Soapy tries to use the new Jupyter conventions and falls back to the old IPython packages if it can't use them, it seems that it can't find either in your installation! This is odd, as usually Anaconda python comes packaged with jupyter included.

I've had a go at reproducing the error using the latest version (4.4.0) of Anaconda2 on Windows, everything seems to work fine without installing any extra packages. Perhaps you could try updating your Anaconda python distribution?

Andrew

(note - for performance purposes you're best to also install pyfftw, this will be a requirement for the next Soapy version)

@matthewtownson matthewtownson added the Stale No activity has happened in a significant length of time and the item will be closed. label Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stale No activity has happened in a significant length of time and the item will be closed.
Projects
None yet
Development

No branches or pull requests

3 participants