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
This makes 'python setup.py install' fail because the 'argparse' package is not satisfied. This package is useless for Python >= 3.2, so it should be only conditionally required.
emacs-jedi/setup.py
Line 20 in 81c5a42
This makes 'python setup.py install' fail because the 'argparse' package is not satisfied. This package is useless for Python >= 3.2, so it should be only conditionally required.