nvbn / thefuck

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

Python 3.11 and 3.12 complains about `imp` which cannot be installed in those environments. #1453

Open krstp opened 4 days ago

krstp commented 4 days ago

FYI: Python 3.11 and 3.12 on latest Ubuntu, thefuck screams imp is missing... there seem to be not viable workaround except custom imp build. Ehhh...

krstp commented 4 days ago

Related: https://github.com/nvbn/thefuck/issues/1449