-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I installed under Python 2.6:
Traceback (most recent call last):
File "/usr/local/bin/http", line 9, in
load_entry_point('httpie==0.1.4', 'console_scripts', 'http')()
File "/Library/Python/2.6/site-packages/pkg_resources.py", line 337, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/Library/Python/2.6/site-packages/pkg_resources.py", line 2279, in load_entry_point
return ep.load()
File "/Library/Python/2.6/site-packages/pkg_resources.py", line 1989, in load
entry = import(self.module_name, globals(),globals(), ['name'])
File "/Library/Python/2.6/site-packages/httpie/httpie.py", line 5, in
import argparse
ImportError: No module named argparse
I manually installed argparse and all was well.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working