numpy problem (follow up)

MRAB python at mrabarnett.plus.com
Sun Nov 29 15:19:45 EST 2020


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