我正在尝试在 Ubuntu 20.04.1 LTS 上安装 Torch http://torch.ch/docs/getting-started.html
当我运行时
cd ~/torch; bash install-deps;
它会产生此错误:
Package ipython is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'ipython' has no installation candidate
如何安装 ipython?
如果你的机器上已经
pip
安装了,ipython
可以这样安装:如果
pip
未安装,您需要先执行此操作:那应该给你你需要的东西。
第一个解决方案(通过apt):最新的ipython deb版本下载:
http://archive.ubuntu.com/ubuntu/pool/universe/i/ipython/ipython_5.8.0-1_all.deb
然后通过apt安装它:
笔记:
我认为这不是最好的解决方案,但值得一试。
通过 apt(easy) 的第二种解决方案:
跑:
并添加这些行。
按 Ctrl+O 保存文件。按 Ctrl+X 退出 nano。