Skip to content

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