question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issue running wharfee on OL6

See original GitHub issue

Awesome 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:open
  • Created 8 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
wallnerryancommented, Aug 12, 2015

+1 same issue on Mac OSX, using easy_install http://github.com/j-bennet/wharfee/tarball/master fixed this issue for me

0reactions
j-bennetcommented, Aug 13, 2015

Notes 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:

easy_install pip
easy_install fuzzyfinder argparse requests click prompt_toolkit
pip install wharfee

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:

argparse
click
fuzzyfinder
prompt_toolkit
requests

TODO: is there something in common in setup.py of those packages that won’t let them be installed with 2.6’s pip?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issues · j-bennet/wharfee - GitHub
Issue running wharfee on OL6 in progress. #97 opened on Aug 10, 2015 by m0un10 · 8. Add support for docker-compose commands.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found