ipdb
ipdb copied to clipboard
ipdb installs wrong version of ipython for python 3.8
There's a new version of ipthon, 8.13, which doesn't work with python 3.8, but ipdb installs it with python 3.8. The extra_requires should be updated to say <= 8.12 for python 3.8.
How did you install ipdb ? Which tool ?