ModuleNotFoundError: No module named 'transformers.utils'

hi @LFEsDungeon
Can you please run these and share the output:

pip freeze
python -c "import transformers.utils.versions"

To reinstall the transformers, you can run the following:
pip install --force-reinstall "transformers"