shmilylty/OneForAll

getting error when running with latest python 3.11

AnupamAS02 opened this issue · 1 comments

Traceback (most recent call last):
File "/home/codesity/Desktop/OneForAll/./oneforall.py", line 16, in
from brute import Brute
File "/home/codesity/Desktop/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)

this works for me : pip3 install --upgrade exrex