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

Is argparse really required? #146

Open
cristianocca opened this issue Dec 6, 2018 · 0 comments
Open

Is argparse really required? #146

cristianocca opened this issue Dec 6, 2018 · 0 comments

Comments

@cristianocca
Copy link

I'm having a funny issue with the argparse dependency and Python 3.

When the argparse library gets installed automatically in a python3.6.5 environment under linux (AWS non-ubuntu image, I believe it's fedora based) it replaces the stdlib one, causing problems (incompatibilities with code that relies on argparse).

I have no idea why this is happening under this environment, since it doesn't happen with ubuntu nor Mac OS, but right now my only option is to uninstall argparse right after it gets installed.

The library seems to work fine without it. Any ideas? Can we remove it?

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