dnsgen icon indicating copy to clipboard operation
dnsgen copied to clipboard

Could you update on pip3 version

Open blackcodersec opened this issue 10 months ago • 4 comments

When I used pip3 install dnsgen command for install, I saw Successfully installed dnsgen-1.0.4.

Image

blackcodersec avatar Mar 13 '25 04:03 blackcodersec

Sir any update?

blackcodersec avatar Mar 18 '25 19:03 blackcodersec

+1

3th1cyuk1 avatar May 10 '25 07:05 3th1cyuk1

Any idea on how do we install to the latest version manually

I'm encountering with the following error

dnsgen
Traceback (most recent call last):
  File "/home/yukesh-17903/playground/bugbounty/dnsgen/venv/bin/dnsgen", line 5, in <module>
    from dnsgen.cli import main
ModuleNotFoundError: No module named 'dnsgen.cli'; 'dnsgen' is not a package

3th1cyuk1 avatar May 10 '25 07:05 3th1cyuk1

I'm facing the same issue. Installation via pip provides a legacy version.

Setup via:

git clone https://github.com/AlephNullSK/dnsgen
cd dnsgen/
python -m pip install uv
uv sync

Results in the error as described by @3th1cyuk1

./dnsgen/.venv/bin/dnsgen --help                                                                                                                        
Traceback (most recent call last):
  File "/home/kali/PROJECT/./dnsgen/.venv/bin/dnsgen", line 4, in <module>
    from dnsgen.cli import main
ModuleNotFoundError: No module named 'dnsgen.cli'; 'dnsgen' is not a package

BreakfastSerial avatar Oct 21 '25 07:10 BreakfastSerial