【Fix】ImportError: DLL load failed while importing _rust: 找不到指定的程序。
在用streamlit,Streamlit-Authenticator做注册登录的时候出现报错:ImportError: DLL load failed while importing _rust: 找不到指定的程序。本人Python 3.9,原cryptography版本为42.0.7。后续把cryptography包降级为41.0.7即可。
·
仅作为个人记录…
在用streamlit,Streamlit-Authenticator做注册登录的时候出现报错:ImportError: DLL load failed while importing _rust: 找不到指定的程序。
本人Python 3.9,原cryptography版本为42.0.7。后续把cryptography包降级为41.0.7即可。
pip install cryptography==41.0.7
更多推荐




所有评论(0)