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

后端 未结 8 1016
[愿得一人]
[愿得一人] 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

    This error occurs when using python3.9 and numpy1.19.4 So uninstalling numpy1.19.4 and installing 1.19.3 will work.

提交回复
热议问题