You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arparse has been built in to python since 3.2. When I try and install shtab in my environment (using python 3.6), the build system goes and fetches the argparse library from pypi which overrides the existing argparse library, breaking a lot of functionality. argparse should be conditional dependency for python versions < 2.7 or < 3.2.