Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

glue not working for argparse 1.3 + #189

Open
yurfuwa-chan opened this issue Mar 9, 2015 · 0 comments
Open

glue not working for argparse 1.3 + #189

yurfuwa-chan opened this issue Mar 9, 2015 · 0 comments

Comments

@yurfuwa-chan
Copy link

Dear glue group.
First . Sorry , I can english a little.
I try install glue in linux centos . but not working it.

$:~> sudo glue
Traceback (most recent call last):
  File "/usr/bin/glue", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 2655, in <module>
    working_set.require(__requires__)
  File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 648, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 546, in resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: argparse>=1.1

I know , I using argparse version is 1.3.
So , I try next step.

sudo pip install argparse==1.2.1

I could work glue.
thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant