-
-
Notifications
You must be signed in to change notification settings - Fork 367
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
ImportError: No module named 'IPython.utils.colorable' #151
Comments
In another environment, you've overwritten the Simplest workaround: |
@takluyver - ok, thanks - I think I must indeed have installed the ipython 5.0.0b1 release to try it out in another environment. |
For future users who have this problem: |
The tip from @talkaminker got me going for my Mac at home. I experienced the same problem with my work Mac. Instead of removing and reinstalling
since
and
errors). |
Thanks @pglezen. This helps. The other suggestion didn't work for me on my mac. |
I don't know how I broke this differently from others, but I was unable to get ipython to work at all with conda after I had to remove all traces of ipython then pip installing both |
@pglezen |
If I create a clean conda environment with:
I get the following import error:
Is there a missing dependency?
The text was updated successfully, but these errors were encountered: