3
Ubuntu'da en son numpy ve scipy'ye güncelleme 14.04LTS
Ubuntu 14.04LTS'de python3 için, >>> import numpy >>> import scipy >>> numpy.__version__ '1.8.2' >>> scipy.__version__ '0.13.3' Güncellemek istiyorum numpyve scipyen son sürüm 1.9.2 ve 0.16.0'a , aşağıdaki komutlarla denedim sudo pip3 install --upgrade numpy sudo pip3 install --upgrade scipy her iki komut da başarılı bir şekilde çalıştı, ancak sürüm numaraları …