You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DependencyError: PyCryptodome is required for AES algorithm
(8 additional frame(s) were not displayed)
...
File "PyPDF2/_reader.py", line 1146, in get_object
retval = self._encryption.decrypt_object(
File "PyPDF2/_encryption.py", line 741, in decrypt_object
return cf.decrypt_object(obj)
File "PyPDF2/_encryption.py", line 182, in decrypt_object
obj[dictkey] = self.decrypt_object(value)
File "PyPDF2/_encryption.py", line 176, in decrypt_object
data = self.strCrypt.decrypt(obj.original_bytes)
File "PyPDF2/_encryption.py", line 141, in decrypt
raise DependencyError("PyCryptodome is required for AES algorithm")
The text was updated successfully, but these errors were encountered:
Sentry Issue: DOCTOR-D
The text was updated successfully, but these errors were encountered: