numpy problem (follow up)

Malcolm blakemalc66 at gmail.com
Sun Nov 29 15:30:23 EST 2020


Hi

https://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy also has a numpy wheel

1.19.4+vanilla‑cp39‑cp39‑win_amd64.whl

"Vanilla is a minimal distribution, which does not include any optimized 
BLAS libray or C runtime DLLs."

Have not tried this.

cheers

Malcolm

On 30/11/2020 7:19 am, MRAB wrote:
> On 2020-11-29 18:33, Dennis Lee Bieber wrote:
>> On Sat, 28 Nov 2020 17:28:50 -0600, Larry Burford <a0019548 at airmail.net>
>> declaimed the following:
>>
>>>
>>> when trying to run the tutorial program standardplot.py I get a msg 
>>> that says my numpy won't pass a sanity check due to a problem in the 
>>> Win runtime
>>>
>>
>>     Wait for M$ to fix their runtime... Or try to install a non-official
>> numpy release (I haven't figured out where to get 1.19.3; PIP can't 
>> locate
>> it)
>>
>> https://github.com/int-brain-lab/iblenv/issues/111
>> https://developercommunity.visualstudio.com/content/problem/1207405/fmod-after-an-update-to-windows-2004-is-causing-a.html 
>>
>>
> Really?
>
> I just did what Malcolm did (though with py):
>
> py -m pip uninstall numpy
> py -m pip install numpy==1.19.3
>
> It worked for me!


More information about the Python-list mailing list