Hello,
I have a philosophical question. I need to use python 3.5 and some packages as matplotlib, numpy, scipy, jupyter. If know the problem from debian, if I install some packages with apt-get (pacman) and some with pip3 then i can have problems with actualizations. I think, the best way is to install only python and python-pip with pacman and all others packages with pip. Is this idea correct? What is the best to do with this kind of problem?
Thanks
Rafael