-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install on Ubuntu20.04 #12
Comments
I guess ipython is a package that only needs iTorch(IPython/Jupyter Notebooks kernel for Torch7). Also, iTorch is not installed by default, so ipython package might not be necessary. |
@nagadomi However, if I do not install the above two packages, then I cannot run |
I added
I think it's better to compile |
@nagadomi Thank you very much, your branch worked for me. But another thing needs attention. Thank you again for your efforts. |
I didn't notice the gcc version problem because I wrote the following line in zshrc:
But the problem has been around since before. #5 |
Dear,
Thank you for your efforts.
I am trying to install this Torch on Ubuntu 20.04. But I have problems when I run 'bash install-deps'.
The problems are that 'Package 'libqt4-dev' has no installation candidate' and 'Package 'ipython' has no installation candidate'
It seems that Ubuntu 20.04 removed libqt4-dev and ipython,
I install 'libqt4-dev' with another ppa, however, I cannot find a suitable ppa for ipython on Ubuntu20.04.
Do you have any ideas?
Thank you.
The text was updated successfully, but these errors were encountered: