Skip to content
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

安装了库还是报错 #371

Open
websecer opened this issue Apr 21, 2024 · 1 comment
Open

安装了库还是报错 #371

websecer opened this issue Apr 21, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@websecer
Copy link

Traceback (most recent call last):
  File "/home/roman/OneForAll/oneforall.py", line 16, in <module>
    from brute import Brute
  File "/home/roman/OneForAll/brute.py", line 14, in <module>
    import exrex
  File "/home/roman/OneForAll/oneforall/lib/python3.11/site-packages/exrex.py", line 25, in <module>
    from re import sre_parse, U
ImportError: cannot import name 'sre_parse' from 're' (/usr/lib/python3.11/re/__init__.py)

@websecer websecer added the bug Something isn't working label Apr 21, 2024
@41an
Copy link

41an commented Apr 30, 2024

Traceback (most recent call last):
  File "/home/roman/OneForAll/oneforall.py", line 16, in <module>
    from brute import Brute
  File "/home/roman/OneForAll/brute.py", line 14, in <module>
    import exrex
  File "/home/roman/OneForAll/oneforall/lib/python3.11/site-packages/exrex.py", line 25, in <module>
    from re import sre_parse, U
ImportError: cannot import name 'sre_parse' from 're' (/usr/lib/python3.11/re/__init__.py)

pip uninstall exrex
pip install exrex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants