installing pydns
I try to install pydns with python3 -m pip install pydns but get an error saying
Downloading/
Downloading pydns-2.3.6.tar.gz
Running setup.py (path:/
Traceback (most recent call last):
File "<string>", line 17, in <module>
File "/tmp/pip_
import DNS
File "/tmp/pip_
import Type,Opcode,
ImportError: No module named 'Type'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 17, in <module>
File "/tmp/pip_
import DNS
File "/tmp/pip_
import Type,Opcode,
ImportError: No module named 'Type'
Then I tried
python3 -m pip install pytype
Downloading/
Downloading pytype-
Running setup.py (path:/
error in pytype setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers
Complete output from command python setup.py egg_info:
error in pytype setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers
What can I do to get policyd-spf running?
# /usr/bin/
Traceback (most recent call last):
File "/usr/bin/
import spf
File "/usr/lib/
import DNS # http://
ImportError: No module named 'DNS'
Thank you!
Kind regards
Andreas
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Scott Kitterman
- Solved:
- Last query:
- Last reply: