Import error from transformers:

I searched everywhere I could think of but I cannot solve this error.

OS: Ubuntu 22.10
Python 3.11.3

Instruction: >>> from simpletransformers.conv_ai import ConvAIModel
Error: Traceback (most recent call last):
ImportError: cannot import name ‘cached_path’ from ‘transformers’ (/home/nick/Music/anaconda3 /envs/transformers/lib/python3.11/site-packages/transformers/init.py)

pip list includes: transformers 4.24.0, simpletransformers 0.63.11, torch 1.13.1

conda 23.3.1

Help appreciated!
Thanks.