sands$ pip install pypubsub
Downloading/unpacking pypubsub
You are installing an externally hosted file. Future versions of pip will default to disallowing externally hosted files.
You are installing a potentially insecure and unverifiable file. Future versions of pip will default to disallowing insecure files.
Downloading PyPubSub-3.2.0.zip (78kB): 78kB downloaded
Running setup.py egg_info for package pypubsub
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/private/var/folders/2w/57br9vys6fjd_cm6cyrjlg8w0000gn/T/pip_build_sands/pypubsub/setup.py", line 8, in <module>
longDesc = file('cheese.txt', 'r').read()
IOError: [Errno 2] No such file or directory: 'cheese.txt'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/private/var/folders/2w/57br9vys6fjd_cm6cyrjlg8w0000gn/T/pip_build_sands/pypubsub/setup.py", line 8, in <module>
longDesc = file('cheese.txt', 'r').read()
IOError: [Errno 2] No such file or directory: 'cheese.txt'
----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /private/var/folders/2w/57br9vys6fjd_cm6cyrjlg8w0000gn/T/pip_build_sands/pypubsub
Storing complete log in /Users/sands/.pip/pip.log
Any ideas here? Looks like just an error in the distribution, but I'm not familiar with the codebase.
Any help would be Huge. Thanks!