问题 I've just downloaded the new python 3.8 and I'm trying to install the scipy package using the following: pip3.8 install scipy However the build fails with the following error: **Failed to build scipy** **ERROR: Could not build wheels for scipy which use PEP 517 and cannot be installed directly** How can I install this using pip ? I tried using the --no-binary version: pip3.8 install --no-binary :all: scipy but ended up with an even scarier error: **ERROR: Command errored out with exit status