Normalerweise mache ich einen Quell-Build, wenn ich scipy mit pip und [Link mit Intel-MKL] installiere (https://qiita.com/osanshouo/items/7a729aabf65a70ad6762), aber es scheint, dass der Build von scipy 1.4 fehlschlägt Ich habe mich gefragt, warum, von scipy 1.4 bis [pybind11](https: /), wie in [dieser Ausgabe] angegeben (https://github.com/scipy/scipy/issues/11241). /github.com/pybind/pybind11) wurde benötigt, installieren Sie es also vor dem Upgrade.
$ pip3 install pybind11
$ pip3 install --upgrade --no-binary :all: scipy
Es ist fertig.
$ pip3 freeze | grep scipy
scipy==1.4.1
Weitere Anforderungen finden Sie in der offiziellen Dokumentation (https://docs.scipy.org/doc/scipy-1.4.1/reference/building/index.html).