How do you fix “runtimeError: package fails to pass a sanity check” for numpy and pandas?

后端 未结 8 912
[愿得一人]
[愿得一人] 2020-11-22 05:40

This is the error I am getting and, as far as I can tell, there is nothing useful on the error link to fix this.

RuntimeError: The current Numpy installa

8条回答
  •  逝去的感伤
    2020-11-22 06:05

    I am using Python 3.7, anyway the same solution suggested here helped me.

    pip install numpy==1.19.3
    

    Actually the link informed https://developercommunity.visualstudio.com/content/problem/1207405/fmod-after-an-update-to-windows-2004-is-causing-a.html shows the given solution. It seems to be a bug in Visual Studio, which remains unsolved up to this date.

提交回复
热议问题