Open Pellarin opened 2 years ago
If you can provide me with the input files (doesn't have to be in the issue, you can send them to me directly) I can see if I can reproduce this.
sorry i have some issue with this error i cant fix it for like a day and it takes so many time pls help me .
No module named 'imp'
File "C:\Users\admin\Desktop\Telegrambotصفر تا صد\python\bot.py", line 1, in
What should i do with this imp i cant install it . should i install it or not ?
No module named 'imp'
@NAKHDOAJALAL Please don't hijack unrelated issues.
If you are really trying to find Python's built-in imp module, you are in the wrong place. This is IMP
. The imp
package was removed from Python in Python 3.12: https://docs.python.org/3/whatsnew/3.12.html. Either contact the authors of your package and have them update it, or use an older version of Python.
Thank you