Im trying to install torch on ubuntu 22.04 environment. I had the problem with python-software-properties that I solved by changing in script with software-properties-common. I had another trouble with libQT4-dev package, which I think I fixed following this thread : "E: Unable to locate package libqt4-dev" while trying to install torch (Ubuntu 22.04)
But now I got this error due to ipython package. I followed everything I founded on the subject nothing works. In my conda env, i got ipython install
I tried to install ipython using pip, using apt, and conda. Nothing seems to work
Any suggestion ?
EDIT :
I can also run the ipython command and it is working. Which means that environmenet variable are all set, there is no problem from this side
I saw on the forum another thread about this error but the answers were only to install ipython which is not my problem.
proof of ipython working but not with the install debs command