Not working on OS X Mavericks
See original GitHub issueWhen 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:
- Created 10 years ago
- Comments:19 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I resolved the issue adding in my path:
export PATH="/usr/local/share/python:$PATH"
For the record, the initial issue is fixed better if you upgrade setuptools
Confirmed here: https://github.com/hhatto/autopep8/commit/0acd5dcaba5f41f9a51d40d20d008b4e0d2417b8