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

README.md - update to highlight "DO **NOT** USE WITH IPYTHON 7" - it WILL corrupt your installation. #22

Open
WaterSibilantFalling opened this issue Mar 27, 2019 · 3 comments

Comments

@WaterSibilantFalling
Copy link

A single sentence at the top of the README.md, should be a quick fix

@Carreau
Copy link
Member

Carreau commented Mar 27, 2019 via email

@WaterSibilantFalling
Copy link
Author

WaterSibilantFalling commented May 20, 2019

I think corrupting is a strong word. If you disable and remove rlipython
IPython has no reasons to be broken.

Well, fyi, after trying to remove rlipython, I can't run run ipython

prompt > ipython
=========
 IPython
=========

Tools for Interactive Computing in Python
=========================================
      :
      :    
      :

--cache-size=<Int> (InteractiveShell.cache_size)
    Default: 1000
    Set the size of the output cache.  The default is 1000, you can change it
    permanently in your config file.  Setting it to 0 completely disables the
    caching system, and the minimum value accepted is 3 (if you provide a value
    less than 3, it is reset to 0 and a warning is issued).  This limit is
    defined because otherwise you'll spend more time re-flushing a too small
    cache than working**[TerminalIPythonApp] CRITICAL | Bad config encountered during initialization:
[TerminalIPythonApp] CRITICAL | The 'interactive_shell_class' trait of <IPython.terminal.ipapp.TerminalIPythonApp object at 0x000001E7AB770048> instance must be a type, but 'rlipython.TerminalInteractiveShell' could not be imported**


To see all available configurables, use `--help-all`

Note:

*[TerminalIPythonApp] CRITICAL | Bad config encountered during initialization:
[TerminalIPythonApp] CRITICAL | The 'interactive_shell_class' trait of <IPython.terminal.ipapp.TerminalIPythonApp object at 0x000001E7AB770048> instance must be a type, but 'rlipython.TerminalInteractiveShell' could not be imported
*

You're right, I should edit setup.py and make a PR.

@baogorek
Copy link

baogorek commented Nov 25, 2019

Yeah I'm having the same problem. Can't get into ipython to uninstall, not even with --simple-prompt. Pip uninstall and reinstall of ipython doesn't fix the issue.

Update: Back on track here. I ended up creating a new ipython profile and logging into that to uninstall rlipython. You can also replace contents of .ipython\profile_default\ipython_config.json with {}.

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

3 participants