Mac installation ipython error

the environmental background of the problems and what methods you have tried

Google search failed

related codes

/ / (venv) / myproject ipython
[TerminalIPythonApp] ERROR | couldn"t create path / Users/libai/.ipython/extensions: [Errno 2] No such file or directory:"/ Users/libai/.ipython/extensions"
[TerminalIPythonApp] ERROR | couldn"t create path / Users/libai/.ipython/nbextensions: [Errno 2] No such file or directory:"/ Users/libai/.ipython/nbextensions"
[TerminalIPythonApp] CRITICAL | Could not create profile: "default"

what result do you expect? What is the error message actually seen?

Oct.11,2021

before using the virtual environment to install ipython is also reported to be wrong, you can try to install in the main environment, and then call ipython in the virtual environment.
installation should be pip install ipython
if you have the same fashion on your computer python2 and python3 , if you want to install ipython under python3 , you can use the command pip3 install ipython

.
Menu