Closed zlobniyshurik closed 2 years ago
Can you check what version of the oauthlib you have? pip show oauthlib
It should be 3.2.0.
If it's not that version, can you try running pip install oauthlib==3.2.0
?
My oauthlib version was 3.1.1, after upgrading to 3.2.0 parsedmarc at least started without errors. Hooray! :)
I am tried to setup parsedmarc on Alma Linux 9 Beta (minimal install) and got error after starting parsedmarc.service:
How I can fix it?
Alma Linux 9 Beta Python 3.9.10 parsedmarc 8.0.3
UPD. I checked
/usr/lib/python3.9/site-packages/oauthlib/oauth1/__init__.py
Indeed, there no 'SIGNATURE_RSA', but 'SIGNATURE_RSA_SHA256' and 'SIGNATURE_RSA_SHA512' instead.