-
Notifications
You must be signed in to change notification settings - Fork 130
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
remove external (non-core-python) library argparse
as a dependency
#28
Comments
thanks @sugatoray ! We are aware of this and suggest keeping it. Our next few releases will roll out some more usages by CLI, and argparse is needed in that scenario. |
@yzhao062 So, this library What is the difference between this and core-python argparse? Thank you. |
I see the problem. We will remove the |
The following is from the README file of the source of PyPI version of Lines 1 to 5 in d037b67
|
Describe the bug
The current dependencies include installing an external library:
argparse
.It must be noted that
argparse
is a part of the core python libraries. There is no need for installing it alike other external libraries.argparse
: https://docs.python.org/3/library/argparse.html🔥 EDIT: The library (
argparse
) that you are installing from PyPI is no longer maintained as it is now a part of standard python3. See my comment here.See further details:
pygod/requirements.txt
Lines 1 to 5 in d037b67
The text was updated successfully, but these errors were encountered: