I cant fine tune my model

Im triying to fien tune my model starting with this:
openai api fine_tunes.create -t <TRAIN_FILE_ID_OR_PATH> -m <BASE_MODEL>

I Have my jsonl but I have this problem on windows triying to use with anaconda:

openai api fine_tunes.create -t “data_prepared.jsonl” -m davinci

I also seted up my enviroment variable on windows system

It would be easier to understand what problem you’re having if you pasted the error message you got into your question.