Closed pandeydeep9 closed 9 months ago
When trying chefboost with python 3.12, it gives the issue of no imp module.
..../lib/python3.12/site-packages/chefboost/Chefboost.py", line 5, in <module> import imp ModuleNotFoundError: No module named 'imp'
Downgrading python to version 3.11 works
When trying chefboost with python 3.12, it gives the issue of no imp module.