$ . python/bin/activate
$ pip install pypubsub
Downloading/unpacking pypubsub
Could not find any downloads that satisfy the requirement pypubsub
Some externally hosted files were ignored (use --allow-external pypubsub to allow).
Cleaning up...
No distributions at all found for pypubsub
Storing debug log for failure in /home/lucky/.pip/pip.log
I added the --allow-all-external argument:
$ pip install --allow-all-external pypubsub
Downloading/unpacking pypubsub
pypubsub an externally hosted file and may be unreliable
Downloading PyPubSub-3.2.0.zip (78kB): 78kB downloaded
Running setup.py (path:/tmp/q/python/build/pypubsub/setup.py) egg_info for package pypubsub
Traceback (most recent call last):
File "<string>", line 17, in <module>
File "/tmp/q/python/build/pypubsub/setup.py", line 2, in <module>
import ez_setup
ImportError: No module named ez_setup
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 17, in <module>
File "/tmp/q/python/build/pypubsub/setup.py", line 2, in <module>
import ez_setup
ImportError: No module named ez_setup
----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /tmp/q/python/build/pypubsub
Storing debug log for failure in /home/lucky/.pip/pip.log
1. Version is 3.2.0 is outdated. Current version is 3.3.0
2. Installation is broken