Answer the question
In order to leave comments, you need to log in
ipython is not installed on mac os, what should i do?
When installing ipython on macos, everything goes smoothly, but in one place it gives an error:
ERROR: prompt-toolkit 1.0.18 has requirement six>=1.9.0, but you'll have six 1.4.1 which is incompatible.
Please tell me how to fix this issue
Answer the question
In order to leave comments, you need to log in
Writes that you have an old version of the six library. Try updating it:
pip install -U six
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question