Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: deprecated() got an unexpected keyword argument 'name' #152

Open
zerocool303a opened this issue Nov 6, 2024 · 0 comments
Open

Comments

@zerocool303a
Copy link

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..

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant