Advertisement
crypt404

Untitled

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