Re: ipython does not work with latest version of prompt-toolkit

2018-12-18 Thread banerjee . rohan98
On Sunday, 3 June 2018 13:58:14 UTC+5:30, Cecil Westerhof wrote: > When executing: > pip3 list --no-cache-dir --outdated > > I got: > prompt-toolkit 1.0.152.0.1wheel > PyGObject 3.28.23.28.3 sdist > youtube-dl 2018.5.30 2018.6.2 wheel > > So I executed: >

Re: ipython does not work with latest version of prompt-toolkit

2018-06-03 Thread Cecil Westerhof
Chris Warrick writes: > On Sun, 3 Jun 2018 at 10:32, Cecil Westerhof wrote: >> >> When executing: >> pip3 list --no-cache-dir --outdated >> >> I got: >> prompt-toolkit 1.0.152.0.1wheel >> PyGObject 3.28.23.28.3 sdist >> youtube-dl 2018.5.30 2018.6.2 wheel >

Re: ipython does not work with latest version of prompt-toolkit

2018-06-03 Thread Chris Warrick
On Sun, 3 Jun 2018 at 10:32, Cecil Westerhof wrote: > > When executing: > pip3 list --no-cache-dir --outdated > > I got: > prompt-toolkit 1.0.152.0.1wheel > PyGObject 3.28.23.28.3 sdist > youtube-dl 2018.5.30 2018.6.2 wheel > > So I executed: > pip3 insta

ipython does not work with latest version of prompt-toolkit

2018-06-03 Thread Cecil Westerhof
When executing: pip3 list --no-cache-dir --outdated I got: prompt-toolkit 1.0.152.0.1wheel PyGObject 3.28.23.28.3 sdist youtube-dl 2018.5.30 2018.6.2 wheel So I executed: pip3 install --upgrade prompt-toolkit PyGObject youtube-dl This gave: Successf