-
Notifications
You must be signed in to change notification settings - Fork 331
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' #149
Comments
Cannot reproduce. Please provide more details. Use |
I just tried installing a newer version of PyOpenSSL and got an error: |
Well, updating
|
Also, here is the output of
Python version is |
The reason the error message has changed is that pyOpenSSL is still of version 22.0.0, but some other library has been updated (can't tell which one, probably |
If I update |
While the issue seems to be resolved, I would still suggest you to change the requirements and set |
Actually, |
When installing with
pip3 install certipy-ad
, the latest pyOpenSSL is installed (the only limitation ispyopenssl>=22.0.0
). So, a problem arises with pyOpenSSL-23.2.0 (probably with earlier versions too - needs to be tested):Command:
Output:
Temporary solution:
pip3 install pyOpenSSL==22.0.0
Possible long-term solutions:
The text was updated successfully, but these errors were encountered: