You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@my-vps:/Downloads/COREXITAL-MULTITOOL# python3 main.py
Traceback (most recent call last):
File "/root/Downloads/COREXITAL-MULTITOOL/main.py", line 12, in
import dns.resolver
ModuleNotFoundError: No module named 'dns'
root@my-vps:/Downloads/COREXITAL-MULTITOOL# pip3 install dns --break-system-packages
ERROR: Could not find a version that satisfies the requirement dns (from versions: none)
ERROR: No matching distribution found for dns
root@my-vps:~/Downloads/COREXITAL-MULTITOOL#
The text was updated successfully, but these errors were encountered:
root@my-vps:
/Downloads/COREXITAL-MULTITOOL# python3 main.py/Downloads/COREXITAL-MULTITOOL# pip3 install dns --break-system-packagesTraceback (most recent call last):
File "/root/Downloads/COREXITAL-MULTITOOL/main.py", line 12, in
import dns.resolver
ModuleNotFoundError: No module named 'dns'
root@my-vps:
ERROR: Could not find a version that satisfies the requirement dns (from versions: none)
ERROR: No matching distribution found for dns
root@my-vps:~/Downloads/COREXITAL-MULTITOOL#
The text was updated successfully, but these errors were encountered: