Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Traceback (most recent call last):
- File "E:\Visual Code Docker\Projects\eleen beta new\Eleen Alpha Version 1.0\web\voicechat.py", line 1, in <module>
- from telegram.ext import Updater, MessageHandler, filters
- File "M:\Python3.9\lib\site-packages\telegram\__init__.py", line 50, in <module>
- from .files.file import File
- File "M:\Python3.9\lib\site-packages\telegram\files\file.py", line 27, in <module>
- from telegram.passport.credentials import decrypt
- File "M:\Python3.9\lib\site-packages\telegram\passport\credentials.py", line 26, in <module>
- from cryptography.hazmat.primitives.asymmetric.padding import OAEP, MGF1
- File "M:\Python3.9\lib\site-packages\cryptography\hazmat\primitives\asymmetric\padding.py", line 9, in <module>
- from cryptography.hazmat.primitives import hashes
- File "M:\Python3.9\lib\site-packages\cryptography\hazmat\primitives\hashes.py", line 9, in <module>
- from cryptography.hazmat.bindings._rust import openssl as rust_openssl
- ImportError: DLL load failed while importing _rust: The specified procedure could not be found.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement