KnockMail icon indicating copy to clipboard operation
KnockMail copied to clipboard

Issue installing requirements

Open abundov opened this issue 4 years ago • 6 comments

└─$ sudo pip install -r requeriments.txt 1 ⨯ Collecting validate_email Downloading validate_email-1.3.tar.gz (4.7 kB) Collecting pyDNS Downloading pydns-2.3.6.tar.gz (28 kB) ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-efytzi12/pyDNS/setup.py'"'"'; file='"'"'/tmp/pip-install-efytzi12/pyDNS/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-7j8z6e4m
cwd: /tmp/pip-install-efytzi12/pyDNS/
Complete output (7 lines):
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-install-efytzi12/pyDNS/setup.py", line 12, in
import DNS
File "/tmp/pip-install-efytzi12/pyDNS/DNS/init.py", line 14, in
import Type,Opcode,Status,Class
ModuleNotFoundError: No module named 'Type'
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

abundov avatar Jan 29 '21 18:01 abundov

Same problem as me

kaliblackking avatar Feb 08 '21 17:02 kaliblackking

same here

archidote avatar Apr 08 '21 06:04 archidote

For the requirements, try to change pyDNS in requirements.txt by py3DNS, pyDNS doesn't work on Python3

novitae avatar Jul 05 '21 00:07 novitae

Installation problem

Tanveer-boat avatar Jul 21 '21 05:07 Tanveer-boat

How to install the software sir?

Allinfoplug avatar Jan 05 '23 13:01 Allinfoplug

I also encountered this issue, In my case I just manually installed the packages inside the requirement.txt. I don't know if it's the right thing to do since I'm not familiar with python, but it works in my case.

pip install validate_email pip install pyDNS

token-hub avatar Nov 24 '23 16:11 token-hub