You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm using python 3.13.1, and i have encountered a compatibility issue, i think.
when I run 'thefuck', it reports an error:
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "D:\softwares\Python313\Scripts\thefuck.exe\__main__.py", line 4, in <module>
from thefuck.entrypoints.main import main
File "D:\softwares\Python313\Lib\site-packages\thefuck\entrypoints\main.py", line 8, in <module>
from .. import logs # noqa: E402
^^^^^^^^^^^^^^^^^^^
File "D:\softwares\Python313\Lib\site-packages\thefuck\logs.py", line 8, in <module>
from .conf import settings
File "D:\softwares\Python313\Lib\site-packages\thefuck\conf.py", line 1, in <module>
from imp import load_source
ModuleNotFoundError: No module named 'imp'
The text was updated successfully, but these errors were encountered:
i'm using python 3.13.1, and i have encountered a compatibility issue, i think.
when I run 'thefuck', it reports an error:
The text was updated successfully, but these errors were encountered: