Skip to content

Instantly share code, notes, and snippets.

@kylemanna
Created December 22, 2014 19:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kylemanna/a22e7c37e5ff1f9286c2 to your computer and use it in GitHub Desktop.
Save kylemanna/a22e7c37e5ff1f9286c2 to your computer and use it in GitHub Desktop.
$ /usr/bin/tahoe --version-and-path ⏎
Traceback (most recent call last):
File "/usr/bin/tahoe", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2951, in <module>
working_set = WorkingSet._build_master()
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 563, in _build_master
return cls._build_from_requirements(__requires__)
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 576, in _build_from_requirements
dists = ws.resolve(reqs, Environment())
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 755, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: pycrypto==2.1.0,==2.3,>=2.4.1
$ /usr/bin/tahoe run ⏎
Traceback (most recent call last):
File "/usr/bin/tahoe", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2951, in <module>
working_set = WorkingSet._build_master()
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 563, in _build_master
return cls._build_from_requirements(__requires__)
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 576, in _build_from_requirements
dists = ws.resolve(reqs, Environment())
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 755, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: pycrypto==2.1.0,==2.3,>=2.4.1
$ pacman -Qi tahoe-lafs ⏎
Name : tahoe-lafs
Version : 1.10.0-1
Description : a secure, decentralized, fault-tolerant filesystem
Architecture : any
URL : http://tahoe-lafs.org/
Licenses : GPL
Groups : None
Provides : None
Depends On : net-tools python2 python2-zope-interface>=3.6.5 twisted python2-pyasn1 python2-crypto pycryptopp nevow
python2-foolscap python2-simplejson zfec python2-pyopenssl pyutil python2-argparse zbase32 python2-mock>=0.8.0
Optional Deps : None
Required By : None
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 8166.00 KiB
Packager : Unknown Packager
Build Date : Mon 22 Dec 2014 11:45:59 AM PST
Install Date : Mon 22 Dec 2014 11:46:20 AM PST
Install Reason : Explicitly installed
Install Script : No
Validated By : None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment