Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

argparse is required to run the scripts #9

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

Merged
merged 1 commit into from
Oct 27, 2016
Merged

Conversation

gtrevg
Copy link
Contributor

@gtrevg gtrevg commented Sep 29, 2015

If you download the project, run python setup.py install, and then try to run the mon-get-instance-stats.py script, you'll end up getting a ImportError: No module named argparse. Adding argparse to the install_requires will ensure that the required module is installed.

If you download the project, run `python setup.py install`, and then try to run the `mon-get-instance-stats.py` script, you'll end up getting a `ImportError: No module named argparse`.  Adding `argparse` to the `install_requires` will ensure that the module is properly installed.
@osiegmar osiegmar merged commit 6ba7f21 into osiegmar:master Oct 27, 2016
@osiegmar
Copy link
Owner

Thanks! Sorry for the late merge - I were not notified by email about this PR.

@avengerpenguin
Copy link
Contributor

avengerpenguin commented Apr 3, 2018

I think this was only necessary for Python 2.6 as this is actually broken for me in Python 2.7 on CentOS 7 now as it's hit issues other packages have hit: Gallopsled/pwntools#598

More info: https://pypi.python.org/pypi/argparse/1.4.0 and https://docs.python.org/2.7/library/argparse.html

@osiegmar
Copy link
Owner

osiegmar commented Apr 3, 2018

The question is -- do we still need Python 2.6 support in 2018 ?

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

Successfully merging this pull request may close these issues.

3 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.