Labels

Sunday, June 7, 2020

Install scipy 1.4.1

Here is the method to install Scipy 1.4.1.

python3 -m pip install --upgrade pip
pip3 install pybind11
pip3 install --no-cache --upgrade scipy  or pip3 install --upgrade scipy==1.4.1

Reference:

No comments:

Post a Comment