Oh man , pissed me so much , was working with chatgpt to resolve my endless errors i was recieving when running :
$ python3 setup.py install
At end i found solution to use latest installtion method to fix all the installation errors :
cd ~/
git clone https://github.com/vortexau/dnsvalidator.git
pip install --use-pep517 ~/dnsvalidator
Update the installation instruction as per above , for everyone .
Regards,
Oh man , pissed me so much , was working with chatgpt to resolve my endless errors i was recieving when running :
$ python3 setup.py install
At end i found solution to use latest installtion method to fix all the installation errors :
cd ~/
git clone https://github.com/vortexau/dnsvalidator.git
pip install --use-pep517 ~/dnsvalidator
Update the installation instruction as per above , for everyone .
Regards,