progrium / localtunnel

Expose localhost servers to the Internet
MIT License
3.2k stars 241 forks source link

localtunnel-beta errors #86

Closed pebcakerror closed 9 years ago

pebcakerror commented 11 years ago

Mac 10.6.8 Python 2.6.6 Installed via 'pip install localtunnel'

$ localtunnel-beta 80
 Traceback (most recent call last):
   File "/usr/local/bin/localtunnel-beta", line 5, in <module>
     from pkg_resources import load_entry_point
   File "/Library/Python/2.6/site-packages/distribute-0.6.25-py2.6.egg/pkg_resources.py", line 2711, in <module>
     working_set.require(__requires__)
   File "/Library/Python/2.6/site-packages/distribute-0.6.25-py2.6.egg/pkg_resources.py", line 690, in require
     needed = self.resolve(parse_requirements(requirements))
   File "/Library/Python/2.6/site-packages/distribute-0.6.25-py2.6.egg/pkg_resources.py", line 588, in resolve
     raise DistributionNotFound(req)
 pkg_resources.DistributionNotFound: greenlet>=0.3
dearjohnlee commented 11 years ago

Same problem, appreciate if someone could take a look :smile:

OSX 10.6.8

https://gist.github.com/dearjohnlee/418c1a25fbcab9b569a7

progrium commented 11 years ago

Can you guys try "easy_install --upgrade pip"

On Sat, Apr 13, 2013 at 12:38 PM, John Lee notifications@github.com wrote:

Same problem, appreciate if someone could take a look [image: :smile:]

https://gist.github.com/dearjohnlee/418c1a25fbcab9b569a7

— Reply to this email directly or view it on GitHubhttps://github.com/progrium/localtunnel/issues/86#issuecomment-16337362 .

Jeff Lindsay http://progrium.com

jaymiejones86 commented 11 years ago

This solved the issue for me but then I receive the issue as per #69