-
Notifications
You must be signed in to change notification settings - Fork 147
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
Make a new release on PyPi #167
Comments
Since i saw it come up some times by now, there are two temporary workarounds (after running
|
@s-weigand doesn't work on fresh ubuntu 18.04
|
My bad, I forgot the Can you please, tell ous which commands you did run, what the output was and what exactly didn't work? Also the result of Thanks for telling us 😃 |
(blink1073) |
Should be done (from my phone so I sure).
Many thanks !
…On Tue, Oct 2, 2018, 12:18 Steven Silvester ***@***.***> wrote:
(blink1073)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#167 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAUez8_6VAqGwXXdQNSUXEIaOMpmxVN0ks5ug7v1gaJpZM4W-SGv>
.
|
I followed the advice here: jupyter/jupyter_console#167 (comment) in order to patch the getting started tutorial to work until upstream changes are made to Jupyter to fix its dependency issues.
Yep, I got the email from PyPI |
6.0 is available on PyPI and working nicely with |
Conda release in flight: conda-forge/jupyter_console-feedstock#10 |
Thanks all! Can this be closed? |
Yep! I made #174 to track my errant release. |
The current version of
jupyter-console
on PyPi (5.2.0, Aug 21, 2017 ) is breaking thejupyter
installation (see #166 ), because of the dependency conflict inprompt-toolkit
withipython>=7.0
.Thus a new version should be released on PyPi, to prevent users from having touble.
Also a check of the
ipython
version on installation would be good, to inform user of legacy ipythonipython<7.0
that they need to installjupyter-console<=5.2
. Or at least set min python version to 3.5 so it compatible withipython>=7.0
. I don't know what the best tactics is for this.The text was updated successfully, but these errors were encountered: