Skip to content
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

Jupyter Notebook Not Working with prompt-toolkit==1.0.16 #4

Open
jbrache opened this issue Aug 8, 2019 · 0 comments
Open

Jupyter Notebook Not Working with prompt-toolkit==1.0.16 #4

jbrache opened this issue Aug 8, 2019 · 0 comments

Comments

@jbrache
Copy link

jbrache commented Aug 8, 2019

Running Mac OS 10.14.6
Using Conda 4.7.11

Having an issue where jupyter notebook keeps crashing on the console with errors, compatibility issue seems to be prompt-toolkit==1.0.16.

Repro Steps:

  1. Create a virtual environment with conda, these packages included (alternatively pip install later):
    conda create -n demoenv python=3.6 jupyter==1.0.0 gitpython==2.1.11 matplotlib==3.0.2 urllib3==1.24.3 retry==0.9.2 numpy==1.16.1

  2. Activate the demo environment:
    conda activate demoenv

  3. Pip install the following packages - could not add above due to not getting the repo's from common channels:

pip install tensorflow==1.12.2
pip install algorithmia==1.1.4
pip install prompt-toolkit==1.0.16

If you see the console output on pip install prompt-toolkit==1.0.16 it will show some compatibility issues with jupyter notebook.

  1. Launch Jupyter Notebook
    jupyter notebook

Jupyter notebook seems to crash on the compatibility with prompt-toolkit==1.0.16. If you follow the repro steps above, and do NOT pip install prompt-toolkit==1.0.16 you can run jupyter notebook fine and deploy the code with the sample notebook.

Console output attached:
snippet.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant