I'm trying to install torch on Ubuntu 20.04.
When I run:
cd ~/torch; bash install-deps;
it generates this error:
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
How do I install ipython?