-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tool not running traceback issue #392
Comments
I had the same problem, but I was able to resolve it by doing this:
2)Replace "re import sre_parse, U" on line 25 with:
|
Try pip3 install --upgrade --force-reinstall exrex {OR } Simply pip3 uninstall exrex |
thanks. it worked |
Thanks it worked for M3 |
python3 oneforall.py --help
Traceback (most recent call last):
File "/root/tools/OneForAll/oneforall.py", line 16, in
from brute import Brute
File "/root/tools/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)
when running the above command getting this.
The text was updated successfully, but these errors were encountered: