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

Undeclared Dependency: pubsub #5

Closed
AstraLuma opened this issue Jan 19, 2015 · 3 comments
Closed

Undeclared Dependency: pubsub #5

AstraLuma opened this issue Jan 19, 2015 · 3 comments

Comments

@AstraLuma
Copy link

$ sudo pip3 install i3ipc
$ python
>>> import i3ipc
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.4/dist-packages/i3ipc.py", line 6, in <module>
    from pubsub import pub
ImportError: No module named 'pubsub'

I can only assume it's referring to the PyPI package.

@AstraLuma
Copy link
Author

For reference, the output of pip3:

Downloading/unpacking i3ipc
  Downloading i3ipc-1.0.1.tar.gz
  Running setup.py (path:/tmp/pip-build-rq_v7anr/i3ipc/setup.py) egg_info for package i3ipc

Downloading/unpacking python3-xlib (from i3ipc)
  Downloading python3-xlib-0.15.tar.gz (132kB): 132kB downloaded
  Running setup.py (path:/tmp/pip-build-rq_v7anr/python3-xlib/setup.py) egg_info for package python3-xlib

Installing collected packages: i3ipc, python3-xlib
  Running setup.py install for i3ipc

  Running setup.py install for python3-xlib

Successfully installed i3ipc python3-xlib
Cleaning up...

@AstraLuma
Copy link
Author

Also, notably, the pubsub repo is now private, so I can't file a bug with them.

@acrisci
Copy link
Member

acrisci commented Jan 24, 2015

pubsub is imported and not used. That is easy to fix 👍.

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