[Solved] Meeting Error when I install scipy


You can install pip from the pypl database directly with just:

pip install scipy

or if you want a particular version

pip install "scipy==1.00"

you shouldnt ever need to install from a local drive

1

solved Meeting Error when I install scipy