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

bipython won't start #24

Open
aftnix opened this issue Nov 10, 2015 · 0 comments
Open

bipython won't start #24

aftnix opened this issue Nov 10, 2015 · 0 comments

Comments

@aftnix
Copy link

aftnix commented Nov 10, 2015

after doing a

      pip install bipython

on startup it spits out the following error :

/home/aftnix/.local/lib/python2.7/site-packages/IPython/config.py:13: ShimWarning: The `IPython.config` package has been deprecated. You should import from traitlets.config instead.
  "You should import from traitlets.config instead.", ShimWarning)
/home/aftnix/.local/lib/python2.7/site-packages/IPython/kernel/__init__.py:13: ShimWarning: The `IPython.kernel` package has been deprecated. You should import from ipykernel or jupyter_client instead.
  "You should import from ipykernel or jupyter_client instead.", ShimWarning)
Traceback (most recent call last):
  File "/usr/local/bin/bipython", line 9, in <module>
    load_entry_point('bipython==0.1.2', 'console_scripts', 'bipython')()
  File "/usr/local/lib/python2.7/dist-packages/bipython/__init__.py", line 1769, in main
    myrepl = URWIDRepl(event_loop, palette, interpreter, config)
  File "/usr/local/lib/python2.7/dist-packages/bipython/__init__.py", line 651, in __init__
    self.ipython = self.connect_ipython_kernel()
  File "/usr/local/lib/python2.7/dist-packages/bipython/__init__.py", line 681, in connect_ipython_kernel
    from IPython.zmq.blockingkernelmanager import BlockingKernelManager as KernelManager
ImportError: No module named zmq.blockingkernelmanager
@aftnix aftnix changed the title bpython won't start bipython won't start Nov 10, 2015
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

1 participant