Skip to content

Missing dependency argparse #7

@r1chardj0n3s

Description

@r1chardj0n3s

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions