Issue running wharfee on OL6
See original GitHub issueAwesome idea! Just wish I could use it… I’m having some issues running wharfee on OracleLinux6. Is this a supported operating system?
Steps to reproduce:
- Install
sudo yum install -y python python-pip
sudo pip install wharfee
- Run
wharfee
The error message is
Traceback (most recent call last): File "/usr/bin/wharfee", line 5, in <module> from pkg_resources import load_entry_point File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 2655, in <module> working_set.require(__requires__) File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 648, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 546, in resolve raise DistributionNotFound(req) pkg_resources.DistributionNotFound: fuzzyfinder>=1.0.0
$ uname -a
Linux localhost.localdomain 3.8.13-68.3.4.el6uek.x86_64 #2 SMP Tue Jul 14 15:03:36 PDT 2015 x86_64 x86_64 x86_64 GNU/Linux
$ docker info
Containers: 21 Images: 419 Storage Driver: devicemapper Pool Name: docker-8:3-2622386-pool Pool Blocksize: 65.54 kB Backing Filesystem: extfs Data file: /dev/loop0 Metadata file: /dev/loop1 Data Space Used: 32.4 GB Data Space Total: 107.4 GB Data Space Available: 22.13 GB Metadata Space Used: 33.35 MB Metadata Space Total: 2.147 GB Metadata Space Available: 2.114 GB Udev Sync Supported: true Data loop file: /var/lib/docker/devicemapper/devicemapper/data Metadata loop file: /var/lib/docker/devicemapper/devicemapper/metadata Library Version: 1.02.89-RHEL6 (2014-09-01) Execution Driver: native-0.2 Kernel Version: 3.8.13-68.3.4.el6uek.x86_64 Operating System: <unknown> CPUs: 1 Total Memory: 11.49 GiB Name: localhost.localdomain ID: 5TLA:2UHL:QXA5:5NZN:WVIZ:NASL:EI77:OLYD:QODZ:K4NI:HTXS:267B
Issue Analytics
- State:
- Created 8 years ago
- Comments:8 (5 by maintainers)
+1 same issue on Mac OSX, using
easy_install http://github.com/j-bennet/wharfee/tarball/master
fixed this issue for meNotes to self.
I’ve been digging into this issue further. It seems like pip and / or setuptools have problems installing certain packages under 2.6, even though these packages are 2.6-compliant. I’m not exactly sure what is different about those packages. But the following works:
So wharfee itself can be pip-installed in 2.6 just fine. But some of the packages it depends on - can’t.
List of those packages:
TODO: is there something in common in setup.py of those packages that won’t let them be installed with 2.6’s pip?