MPCodeWriter21 / whois21

whois21 is a simple and easy to use python package that lets you easily query whois information of a domain/IP.
Apache License 2.0
28 stars 1 forks source link

TypeError: __init__() got an unexpected keyword argument 'underscore_numbers' #1

Closed Violating closed 1 year ago

Violating commented 1 year ago

image

Any help? followed your examples step-by step- and installed without issue, giving me this error.

MPCodeWriter21 commented 1 year ago

Hi! Thank you for your report. This is a problem in log21.pformat function that raises this error in Python versions lower than 3.10. I will fix it in a few days then you can update the package and use it as expected or if you are in a hurry you can upgrade your python now.

MPCodeWriter21 commented 1 year ago

The new version is out now!

python3 -m pip install whois21 -U

Please let me know if you find any other bugs/errors.