shmilylty / OneForAll

OneForAll是一款功能强大的子域收集工具
GNU General Public License v3.0
8.22k stars 1.3k forks source link

fire module problem #382

Open lakshayji123 opened 3 months ago

lakshayji123 commented 3 months ago

Traceback (most recent call last): File "/root/OneForAll/oneforall.py", line 11, in import fire ModuleNotFoundError: No module named 'fire'

anjan123427 commented 3 months ago

same problem Traceback (most recent call last): File "/home/kali/OneForAll/./oneforall.py", line 16, in from brute import Brute File "/home/kali/OneForAll/brute.py", line 14, in import exrex File "/usr/local/lib/python3.11/dist-packages/exrex.py", line 25, in from re import sre_parse, U ImportError: cannot import name 'sre_parse' from 're' (/usr/lib/python3.11/re/init.py)

CrazyBhai8 commented 3 months ago

Try this:- pip install fire command

and install all the packets which needs to oneforall.

Techy297 commented 3 months ago

it,s Helpful , Thanks

SUBRAMANYAMRAJU06 commented 2 months ago

Collecting fire==0.4.0 Downloading fire-0.4.0.tar.gz (87 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully. │ exit code: 1

how can i solve this can anyone help me