[SciPy-Dev] Scipy Windows wheels

Pauli Virtanen pav at iki.fi
Thu Aug 24 20:00:37 EDT 2017


to, 2017-08-24 kello 19:49 -0400, josef.pktd at gmail.com kirjoitti:
[clip]
> What's the numpy requirement?
> I assume the scipy version should not be used with a currently
> installed
> numpy unless it is Fortran compatible.
> For example, Winpython distributes Gohlke's binaries build with MKL.
> Is there an automatic check when not installing into an empty virtual
> environment?

Any official Numpy wheel available on Pypi should be fine. You get ABI
version errors at import time as usual if you get it wrong.

If winpython installs a python that uses different CRT than the
python.org ones, you may get extra problems.

	Pauli



More information about the SciPy-Dev mailing list