numpy problem (follow up)
Malcolm
blakemalc66 at gmail.com
Sat Nov 28 20:28:49 EST 2020
HI
Just had the same problem.
The solution that worked for me was (
pip uninstall numpy
then
pip install numpy==1.19.3
The latest update to windows has an error in the BLAS libray causing the
error. its a known problem.
hope this helps
Malcolm
On 29/11/2020 10:28 am, Larry Burford wrote:
> I have completed reloading
>
> Still getting the error msg for numpy
>
>
>
> Gentlemen/Ladies,
>
>
>
> new to visual studio
>
> new-ish to python (I hope this is more to do with python ...)
>
> ~5 yr old HP with 16 GB, 1 TB, W10 pro, python 3.9.0, VSCode
> 1.51.1, 3 monitor desktop
>
>
> 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
>
> reloading everything now
>
>
> Any ideas?
>
>
> Thanks, LB
More information about the Python-list
mailing list