These are binary wheel installs though, no? Which means 3.8 version and
3.10 version were compiled at different times, even for the same NumPy
version. Also for different platforms, I don't know which you are on.

I haven't checked what's on PyPI for each version. I think PyFFT is largely
using NumPy.

You can find details with something like

>>> import numpy.distutils
>>> numpy.distutils.unixccompiler.sysconfig.get_config_vars()

I suspect that will indicate interesting compiler differences even for the
"same version."

As Chris Barker mentions, this will probably find people more familiar with
the issue on the NumPy mailing list.

On Sun, Dec 19, 2021, 2:11 PM Tigran Aivazian <aivazian.tig...@gmail.com>
wrote:

> In both cases I installed numpy using "sudo -H pip install numpy". And
> just now I upgraded numpy in 3.8 using "sudo -H pip3.8 install --upgrade
> numpy".
>
> I will try to simplify the program by removing all the higher level
> complexity and see what I find.
> _______________________________________________
> Python-Dev mailing list -- python-dev@python.org
> To unsubscribe send an email to python-dev-le...@python.org
> https://mail.python.org/mailman3/lists/python-dev.python.org/
> Message archived at
> https://mail.python.org/archives/list/python-dev@python.org/message/SPI6K4LNO5BFLIUGYBHCMYCXX7FO7YV5/
> Code of Conduct: http://python.org/psf/codeofconduct/
>
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/ZDLL5GSFY4CTCDBLJEB62EOWBRX775NQ/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to