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.

Not working on OS X Mavericks

See original GitHub issue

When I tried to run a command on OS X Mavericks, I get the following error:

batuhanicoz at batuhanicoz-mbp2 in ~
○ http GET https://api.testapps.local.bt.hn/sdfdssad/dasa
Traceback (most recent call last):
  File "/usr/local/bin/http", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2603, in <module>
    working_set.require(__requires__)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 666, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 565, in resolve
    raise DistributionNotFound(req)  # XXX put more info here
pkg_resources.DistributionNotFound: httpie==0.6.0

Issue Analytics

  • State:closed
  • Created 10 years ago
  • Comments:19 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
leonardofariacommented, Sep 16, 2014

I resolved the issue adding in my path:

export PATH="/usr/local/share/python:$PATH"

0reactions
florentxcommented, Apr 28, 2014

For the record, the initial issue is fixed better if you upgrade setuptools

pip install --upgrade setuptools

Confirmed here: https://github.com/hhatto/autopep8/commit/0acd5dcaba5f41f9a51d40d20d008b4e0d2417b8

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to Reinstall Mac OS X Mavericks - Apple Community
Trying to answer several problems in one discussion gets confusing for everyone. A new post would be much more visible. What happens if...
Read more >
How to Fix Common Mac OS X Mavericks Problems
To do this, open the App Store, click Store in the menu bar at the top of the screen, and click Check for...
Read more >
An essential OS X Mavericks problem-solving guide
Still having problems? Restart your Mac holding down the Command-R keys to enter Disk Recovery mode. Launch Disk Utility in this mode and...
Read more >
7 Known Issues With OS X Mavericks and How to Fix Them
New operating systems always bring new problems, and Mavericks is no exception. Here are some of the biggest annoyances users are dealing with ......
Read more >
How to manage a failed OS X Mavericks installation - CNET
In some cases, people attempting to install the OS are running into a problem where the Mavericks installer claims the hard disk is...
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