Hi,

On Mon, Oct 18, 2021 at 2:28 PM Andrew Nelson <[email protected]> wrote:
>
>
>
> On Mon, 18 Oct 2021, 23:44 Charles R Harris, <[email protected]> wrote
>>>
>>> ```
>>
>>
>> Thanks for testing. Are you on Intel or Arm?
>
>
> Intel

Running the equivalent commands in a fresh macOS 11.6 Intel virtualenv
gives no errors or test failures:

mkvirtualenv --python=`which python3.10` py310  # Python.org Python
pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
pip install pytest hypothesis
python -c 'import numpy as np; np.test()'

Cheers,

Matthew
_______________________________________________
NumPy-Discussion mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
Member address: [email protected]

Reply via email to