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

Cannot import name 'T' from 're' Fedora 41 #12

Open
ryleu opened this issue Dec 20, 2024 · 0 comments
Open

Cannot import name 'T' from 're' Fedora 41 #12

ryleu opened this issue Dec 20, 2024 · 0 comments

Comments

@ryleu
Copy link

ryleu commented Dec 20, 2024

got this output when trying to run on fedora 41:

$ python3 main.py 
Traceback (most recent call last):
  File "/var/home/ryleu/Documents/ios/SideServer-for-Linux/main.py", line 4, in <module>
    from re import T
ImportError: cannot import name 'T' from 're' (/usr/lib64/python3.13/re/__init__.py)

my guess is python 3.13 is not supported. you should state which python version the software targets, or perhaps set up a pyproject.toml that specifies it. poetry is a good tool for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant