# 修正 python pandas 模組的runtimeError: package fails to pass a sanity check錯誤 ###### tags: `Python` 參考這篇:[How do you fix “runtimeError: package fails to pass a sanity check” for numpy and pandas? ](https://stackoverflow.com/questions/64654805/how-do-you-fix-runtimeerror-package-fails-to-pass-a-sanity-check-for-numpy-an) ## 解除安裝 numpy 1.19.4  上面這個是 numpy 1.19.4 目前在所有 python 版本都有的 Bug ,所以要先解除安裝 numpy 1.19.4 ,指令如下: ``` pip3 uninstall numpy ``` ## 安裝 numpy 1.19.3 指令如下: ``` pip3 install numpy==1.19.3 ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up