On 2020-11-29 18:33, Dennis Lee Bieber wrote:
On Sat, 28 Nov 2020 17:28:50 -0600, Larry Burford <a0019...@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!
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to