-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set up problem #42
Comments
facing the same issue while installation. |
Same here, dnsvalidator was running ok and suddenly this error started happening. Also when trying to run dnsvalidtor
|
try |
Try my fork |
try |
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 |
Traceback (most recent call last):
File "setup.py", line 13, in
setup(
File "/usr/local/lib/python3.8/dist-packages/setuptools/init.py", line 107, in setup
_install_setup_requires(attrs)
File "/usr/local/lib/python3.8/dist-packages/setuptools/init.py", line 80, in _install_setup_requires
_fetch_build_eggs(dist)
File "/usr/local/lib/python3.8/dist-packages/setuptools/init.py", line 85, in _fetch_build_eggs
dist.fetch_build_eggs(dist.setup_requires)
File "/usr/local/lib/python3.8/dist-packages/setuptools/dist.py", line 879, in fetch_build_eggs
resolved_dists = pkg_resources.working_set.resolve(
File "/usr/local/lib/python3.8/dist-packages/pkg_resources/init.py", line 815, in resolve
dist = self._resolve_dist(
File "/usr/local/lib/python3.8/dist-packages/pkg_resources/init.py", line 844, in _resolve_dist
env = Environment(self.entries)
File "/usr/local/lib/python3.8/dist-packages/pkg_resources/init.py", line 1044, in init
self.scan(search_path)
File "/usr/local/lib/python3.8/dist-packages/pkg_resources/init.py", line 1077, in scan
self.add(dist)
File "/usr/local/lib/python3.8/dist-packages/pkg_resources/init.py", line 1096, in add
dists.sort(key=operator.attrgetter('hashcmp'), reverse=True)
File "/usr/local/lib/python3.8/dist-packages/pkg_resources/init.py", line 2631, in hashcmp
self.parsed_version,
File "/usr/local/lib/python3.8/dist-packages/pkg_resources/init.py", line 2685, in parsed_version
raise packaging.version.InvalidVersion(f"{str(ex)} {info}") from None
pkg_resources.extern.packaging.version.InvalidVersion: Invalid version: '0.23ubuntu1' (package: distro-info)
root@vmi1101989:~/tools/dnsvalidator# pip install --use-pep517
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
The text was updated successfully, but these errors were encountered: