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

Compatibility Issue with Python 3.12: thefuck Package Uses Deprecated imp Module #1464

Open
teja-pola opened this issue Sep 7, 2024 · 1 comment · May be fixed by #1475
Open

Compatibility Issue with Python 3.12: thefuck Package Uses Deprecated imp Module #1464

teja-pola opened this issue Sep 7, 2024 · 1 comment · May be fixed by #1475

Comments

@teja-pola
Copy link

When running the project with Python 3.12, the following error is encountered:

ModuleNotFoundError: No module named 'imp'
The error indicates that the thefuck package is attempting to use the imp module, which has been deprecated and removed in Python 3.12.

Observations:
Error Message: ModuleNotFoundError: No module named 'imp'
Cause: The thefuck package is using the deprecated imp module that is no longer available in Python 3.12.
Affected Environment: Python 3.12
Expected Behavior: The application should run without errors in Python 3.12.

@ts4f
Copy link

ts4f commented Sep 10, 2024

#1449 (comment)

@DJStompZone DJStompZone linked a pull request Oct 2, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants