\Anaconda3\lib\site-packages\IPython\core\history.py:226: UserWarning: IPython History requires SQLi

安装Anaconda3后,使用ipython报错

\Anaconda3\lib\site-packages\IPython\core\history.py:226: UserWarning: IPython History requires SQLite, your history will not be saved
  warn("IPython History requires SQLite, your history will not be saved")

原因环境变量少配置一个。网上有些教程只配了一个,有的只配了两个,实际上必须配三个环境变量,例如:

D:\Anaconda3

D:\Anaconda3\Scripts

D:\Anaconda3\Library\bin

配置完成后问题解决

你可能感兴趣的:(疑难杂症)