installation of another version of Numpy

stefanodv  picture stefanodv · Mar 5, 2019 · Viewed 13.2k times · Source

I have the numpy version 1.16.1 but I need to install 1.15.4 because pyinstaller does not work. do I have to uninstall the current version or can I install version 1.15.4 directly?

Answer

def_init_ picture def_init_ · Mar 5, 2019

Try this:

pip install numpy==1.15.4