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
I'm sorry for this beginner's question but I installed checkdmarc on Linux Mint 21 as follows:
pip3 install -U checkdmarc
if I now call checkdmarc like this:
checkdmarc --skip-tls proton.me
I get the following error message..
File "/usr/local/bin/checkdmarc", line 5, in <module>
from checkdmarc._cli import _main
File "/usr/local/lib/python3.10/dist-packages/checkdmarc/__init__.py", line 23, in <module>
from checkdmarc.bimi import check_bimi
File "/usr/local/lib/python3.10/dist-packages/checkdmarc/bimi.py", line 25, in <module>
import pem
File "/usr/local/lib/python3.10/dist-packages/pem/__init__.py", line 29, in <module>
from . import twisted
File "/usr/local/lib/python3.10/dist-packages/pem/twisted.py", line 13, in <module>
from OpenSSL.crypto import FILETYPE_PEM
File "/usr/local/lib/python3.10/dist-packages/OpenSSL/__init__.py", line 8, in <module>
from OpenSSL import SSL, crypto
File "/usr/local/lib/python3.10/dist-packages/OpenSSL/SSL.py", line 35, in <module>
from OpenSSL.crypto import (
File "/usr/local/lib/python3.10/dist-packages/OpenSSL/crypto.py", line 963, in <module>
utils.deprecated(
TypeError: deprecated() got an unexpected keyword argument 'name'
What am I doing wrong?
thank you very much for your help
The text was updated successfully, but these errors were encountered:
Hello,
I'm sorry for this beginner's question but I installed checkdmarc on Linux Mint 21 as follows:
pip3 install -U checkdmarc
if I now call checkdmarc like this:
checkdmarc --skip-tls proton.me
I get the following error message..
What am I doing wrong?
thank you very much for your help
The text was updated successfully, but these errors were encountered: