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

dockerfiles: pin jedi to allow ipython tab completion #50754

Merged
merged 1 commit into from Sep 3, 2021

Conversation

@japm48
Copy link

@japm48 japm48 commented Jul 13, 2021

Tab completion doesn't work on Jupyter because of an incompatibility
issue. Using the web notebook, only an obscure error is printed to console
but in the case of ipython console, the whole REPL crashes.

This works around the issue by pinning the jedi library to the last
compatible version.

See: ipython/ipython#12740

Tab completion doesn't work on Jupyter because of an incompatibility
issue. Using the web notebook, only an obscure error is printed to console
but in the case of ipython console, the whole REPL crashes.

This works around the issue by pinning the jedi library to the last
compatible version.

See: ipython/ipython#12740

Signed-off-by: japm48 <japm48gh@gmail.com>
@google-cla google-cla bot added the cla: yes label Jul 13, 2021
@gbaned gbaned self-assigned this Jul 14, 2021
@gbaned gbaned added this to Assigned Reviewer in PR Queue via automation Jul 14, 2021
@gbaned gbaned requested a review from angerson Jul 14, 2021
@gbaned
Copy link
Contributor

@gbaned gbaned commented Sep 1, 2021

@angerson Can you please review this PR ? Thanks!

PR Queue automation moved this from Assigned Reviewer to Approved by Reviewer Sep 1, 2021
@copybara-service copybara-service bot merged commit 022db15 into tensorflow:master Sep 3, 2021
12 of 15 checks passed
12 of 15 checks passed
@tensorflow-jenkins
AMD ROCm -- Community CI Build rocm CI build failed
Details
@tensorflow-jenkins
Intel® oneDNN -- Community CI Build oneDNN CI build failed
Details
@kokoro-team
MacOS CPU Python3 Internal CI build failed
Details
@kokoro-team
Android Demo App Internal CI build successful
Details
@kokoro-team
Linux GPU Internal CI build successful
Details
@kokoro-team
TFLite Android Demo App Internal CI build successful
Details
@kokoro-team
TFLite CMake Internal CI build successful
Details
@kokoro-team
TFLite iOS Tests Internal CI build successful
Details
@kokoro-team
Ubuntu CPU Internal CI build successful
Details
@kokoro-team
Ubuntu Sanity Internal CI build successful
Details
@kokoro-team
Windows Bazel Internal CI build successful
Details
@kokoro-team
Windows Bazel GPU Internal CI build successful
Details
@google-cla
cla/google All necessary CLAs are signed
@copybara-service
feedback/copybara Google internal checks PASS for runs with create time 2021-09-03T12:44:10.705517627Z.
Details
@copybara-service
import/copybara Change imported to the internal review system
Details
PR Queue automation moved this from Approved by Reviewer to Merged Sep 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
PR Queue
  
Merged
Linked issues

Successfully merging this pull request may close these issues.

None yet

4 participants