shmilylty / OneForAll

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

Please fill in the BUG module errors after sucessful installtitle #363

Open cybermatrixza opened 6 months ago

cybermatrixza commented 6 months ago

iam geting the following erroors after installing in vps

└─$ python3 oneforall.py --help Traceback (most recent call last): File "/home/bugspiderlee/OneForAll/oneforall.py", line 16, in from brute import Brute File "/home/bugspiderlee/OneForAll/brute.py", line 14, in import exrex File "/home/bugspiderlee/.local/lib/python3.11/site-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)

ZhangXueZe commented 6 months ago

i have the same bug

Indian-vikram commented 5 months ago

I have the same bug

badhacker0x1 commented 5 months ago

facing the same issue with python version 3.11

mdashik123456 commented 5 months ago

same issue with python 3.11

Garte153sa commented 4 months ago

same

dharmesh1898 commented 4 months ago

Anyone Found solution to this? i'm facing the same error....

apmcspatidar commented 4 months ago

i have a same bug

supercyber1 commented 4 months ago

Getting same bug any help would be appreciated.

Garte153sa commented 4 months ago

I think this woul help you out this helped me . "pip install --upgrade exrex"

Garte153sa commented 4 months ago

And a new error came module treelib pip3 install treelib would do all rest

whatsdd commented 3 months ago

pip install --upgrade exrex

This works, many thanks @shmilylty

loststars6517 commented 2 months ago

I think this woul help you out this helped me . "pip install --upgrade exrex"

work!

kurogai commented 2 months ago

I think this woul help you out this helped me . "pip install --upgrade exrex"

Works!!! Thank you