Hello Everyone,
Hope you are all well and safe. I wrote a small script in python script (1=>1) with importing the whois library, but when I am running the script it keeps telling me ModuleNotFoundError. this is the whole error i get while I am running the script:
ERROR Python Script (1⇒1) 3:341 Execute failed: No module named ‘whois’
Traceback (most recent call last):
File “”, line 2, in
ModuleNotFoundError: No module named 'whois
Do you have any idea how can I fix this problem?
Thanks in advance
Safa