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

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

    The workaround is provided in the link mentioned in question.

    The developer mattip mentions below in the workaround suggested by him:

    1. Uninstall numpy.( Most probably it's 1.19.4)
    2. pip install numpy==1.19.3

    This worked for me.

    My configuration:OS-Win10,Anaconda Distribution,python=3.7

提交回复
热议问题