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
The output of thefuck --version (something like The Fuck 3.1 using Python 3.5.0 and Bash 4.4.12(1)-release):
FILL THIS IN
Your system (Debian 7, ArchLinux, Windows, etc.):
FILL THIS IN
How to reproduce the bug:
FILL THIS IN
The output of The Fuck with THEFUCK_DEBUG=true exported (typically execute export THEFUCK_DEBUG=true in your shell before The Fuck):
FILL THIS IN
If the bug only appears with a specific application, the output of that application and its version:
FILL THIS IN
Anything else you think is relevant:
command not found: fuck
Traceback (most recent call last):
File "/Users/mariacam/.pyenv/versions/3.12.5/bin/thefuck", line 5, in
from thefuck.entrypoints.main import main
File "/Users/mariacam/.pyenv/versions/3.12.5/lib/python3.12/site-packages/thefuck/entrypoints/main.py", line 8, in
from .. import logs # noqa: E402
^^^^^^^^^^^^^^^^^^^
File "/Users/mariacam/.pyenv/versions/3.12.5/lib/python3.12/site-packages/thefuck/logs.py", line 8, in
from .conf import settings
File "/Users/mariacam/.pyenv/versions/3.12.5/lib/python3.12/site-packages/thefuck/conf.py", line 1, in
from imp import load_source
ModuleNotFoundError: No module named 'imp'
✘ mariacam@Marias-MBP ~ fuck
Traceback (most recent call last):
File "/Users/mariacam/.pyenv/versions/3.12.5/bin/fuck", line 5, in
from thefuck.entrypoints.not_configured import main
File "/Users/mariacam/.pyenv/versions/3.12.5/lib/python3.12/site-packages/thefuck/entrypoints/not_configured.py", line 13, in
from .. import logs, const # noqa: E402
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/mariacam/.pyenv/versions/3.12.5/lib/python3.12/site-packages/thefuck/logs.py", line 8, in
from .conf import settings
File "/Users/mariacam/.pyenv/versions/3.12.5/lib/python3.12/site-packages/thefuck/conf.py", line 1, in
from imp import load_source
ModuleNotFoundError: No module named 'imp'
I really wanted to be able to use this tool, but I guess I have to wait until if and when it works with Python 3.12.5 and above.
The text was updated successfully, but these errors were encountered:
The output of
thefuck --version
(something likeThe Fuck 3.1 using Python 3.5.0 and Bash 4.4.12(1)-release
):Your system (Debian 7, ArchLinux, Windows, etc.):
How to reproduce the bug:
The output of The Fuck with
THEFUCK_DEBUG=true
exported (typically executeexport THEFUCK_DEBUG=true
in your shell before The Fuck):If the bug only appears with a specific application, the output of that application and its version:
Anything else you think is relevant:
command not found: fuck
Traceback (most recent call last):
File "/Users/mariacam/.pyenv/versions/3.12.5/bin/thefuck", line 5, in
from thefuck.entrypoints.main import main
File "/Users/mariacam/.pyenv/versions/3.12.5/lib/python3.12/site-packages/thefuck/entrypoints/main.py", line 8, in
from .. import logs # noqa: E402
^^^^^^^^^^^^^^^^^^^
File "/Users/mariacam/.pyenv/versions/3.12.5/lib/python3.12/site-packages/thefuck/logs.py", line 8, in
from .conf import settings
File "/Users/mariacam/.pyenv/versions/3.12.5/lib/python3.12/site-packages/thefuck/conf.py", line 1, in
from imp import load_source
ModuleNotFoundError: No module named 'imp'
✘ mariacam@Marias-MBP ~ fuck
Traceback (most recent call last):
File "/Users/mariacam/.pyenv/versions/3.12.5/bin/fuck", line 5, in
from thefuck.entrypoints.not_configured import main
File "/Users/mariacam/.pyenv/versions/3.12.5/lib/python3.12/site-packages/thefuck/entrypoints/not_configured.py", line 13, in
from .. import logs, const # noqa: E402
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/mariacam/.pyenv/versions/3.12.5/lib/python3.12/site-packages/thefuck/logs.py", line 8, in
from .conf import settings
File "/Users/mariacam/.pyenv/versions/3.12.5/lib/python3.12/site-packages/thefuck/conf.py", line 1, in
from imp import load_source
ModuleNotFoundError: No module named 'imp'
I really wanted to be able to use this tool, but I guess I have to wait until if and when it works with Python 3.12.5 and above.
The text was updated successfully, but these errors were encountered: