Код: Выделить всё
>>> import streamlit_authenticator as stauth
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\Lambda\AppData\Roaming\Python\Python310\site-packages\streamlit_authenticator\__init__.py", line 1, in
import jwt
File "C:\Users\Lambda\AppData\Roaming\Python\Python310\site-packages\jwt\__init__.py", line 17, in
from .jwa import std_hash_by_alg
File "C:\Users\Lambda\AppData\Roaming\Python\Python310\site-packages\jwt\jwa.py", line 26, in
from cryptography.hazmat.primitives.asymmetric import padding
File "C:\Users\Lambda\AppData\Roaming\Python\Python310\site-packages\cryptography\hazmat\primitives\asymmetric\padding.py", line 10, in
from cryptography.hazmat.primitives import hashes
File "C:\Users\Lambda\AppData\Roaming\Python\Python310\site-packages\cryptography\hazmat\primitives\hashes.py", line 10, in
from cryptography.hazmat.bindings._rust import openssl as rust_openssl
ImportError: DLL load failed while importing _rust: The specified module could not be found.
Спецификации : < /p>
Python: 3.10.9< /code>
streamlit: 1.37.0< /code>
Windows 10
I appreciate your help and suggestions.
Подробнее здесь: https://stackoverflow.com/questions/788 ... rting-rust