nvbn / thefuck

Magnificent app which corrects your previous console command.
MIT License
84.71k stars 3.43k forks source link

No support for python 3.12 #1456

Open Coding4Hours opened 1 month ago

Coding4Hours commented 1 month ago

the fuck does not work with python 3.12 because it uses imp can you give it support for python 3.12?

syntaxboybe commented 1 month ago

if 3.12 has no imp then the only solution is to downgrade from 3.12 ---> 3.11

Coding4Hours commented 1 month ago

bruh cant they use importlib or something

syntaxboybe commented 1 month ago

i think we will do it manaually

syntaxboybe commented 1 month ago

see here 0420442

gpchn commented 1 month ago

this repo is dead, i think...

gpchn commented 1 month ago

last commit is 7 month ago, to fix README.md.

syntaxboybe commented 1 month ago

last commit is 7 month ago, to fix README.md.

yeah i think so

MZachary commented 2 weeks ago

i ran into an issue with python3.12 not having distutils, not smart enough to know if imp also solves that issue. otherwise 3.11.9 worked

pulsedemon commented 1 week ago

working for me on my mac with python 3.12.4