You are not logged in.
Hi,
I recently upgrade numpy package using pip, from 1.17.1 to 1.17.2
pip freeze | grep numpy
numpy==1.17.2But I still have the numpy package in 1.17.1 installed from pacman.
pacman -Qs numpy
local/python-numpy 1.17.1-1
Scientific tools for Python
local/python2-numpy 1.16.4-2
Scientific tools for Python 2If the pacman package of numpy 1.17.2 passed testing and released in official repository, will anything conflict?
Do I need to uninstall 1.17.2 from pip and install it through pacman?
Last edited by Tofu_Bone (2019-09-13 03:22:03)
Offline
Read this section, carefully: https://wiki.archlinux.org/index.php/Py … management
Offline
guess this is solved
Sorry for not reading carefully
Offline