dnsvalidator
dnsvalidator copied to clipboard
set up problem
It is possible a package already installed in your system
contains an version that is invalid according to PEP 440.
You can try `pip install --use-pep517` as a workaround for this problem,
or rely on a new virtual environment.
If the problem refers to a package that is not installed yet,
please contact that package's maintainers or distributors.
Traceback (most recent call last):
File "setup.py", line 13, in
uname -a Linux vmi1101989.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
facing the same issue while installation.
Same here, dnsvalidator was running ok and suddenly this error started happening.
Also when trying to run dnsvalidtor
Traceback (most recent call last):
File "/usr/local/bin/dnsvalidator", line 33, in <module>
sys.exit(load_entry_point('DNSValidator==0.1', 'console_scripts', 'dnsvalidator')())
File "/usr/local/bin/dnsvalidator", line 22, in importlib_load_entry_point
for entry_point in distribution(dist_name).entry_points
File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 957, in distribution
return Distribution.from_name(distribution_name)
File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 548, in from_name
raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: No package metadata was found for DNSValidator
try pip3 install setuptools==58.2.0
Try my fork
try pip install pytest-runner
Try the installation command using sudo python3 setup.py install
and when you receive any error in cant write packages and cant read packages just add sudo in front of command