【发布时间】:2019-08-21 18:42:47
【问题描述】:
我正在尝试从这里安装 ipywidgets [https://pypi.org/project/ipywidgets/] 但输出:
Cannot uninstall 'ipython'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
我在这里得到了一些解决方案 [PIP: "Cannot uninstall 'ipython'. It is a distutils installed project and thus we cannot accurately determine..." 我用过:
sudo pip install ipywidgets --ignore-installed -U ipython
不幸的是,我遇到了另一个问题:
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-J1GUY8/tornado/
我试图从这里修复它 [Import Error - Tornado requires an updated SSL module on ubuntu 14.04,但我不能
请帮助我或任何建议
提前谢谢你
【问题讨论】:
标签: python-2.7 ubuntu-14.04 ipywidgets