Having trouble using Bart for conditional generation

Yes I removed it and reinstalled from source as well. I am using v3.0.2

I am now getting this error instead:

ImportError: cannot import name ‘BartTokenizer’ from ‘transformers.modeling_bart’

Let me know if you need other information. Thanks

UPDATE: Nevermind I changed the import statement to

from transformers import BartTokenizer, BartForConditionalGeneration, BartConfig

after reinstalling this somehow worked