Warning: could not locate requested Python version 3.8, reverting to version 3.7
SuccessfulKoala55 alright, it turns out my local python version is mismatched with the python version in the docker image i defined. Question - why is this the expected behavior?
you can simply change the required pandas version in the requirements section and try again
ok let me pin pandas version to 1.3.5 and see if it works, thanks
Question - why is this the expected behavior?
It is š I mean the original python version is stored, but pip does not support replacing python version. It is doable with conda, but than you have to use conda for everything...
What is the exact python version you're trying to run on?
Usually pands has different versions for different python versions, so most likely the pandas version specified in the requirements can't be located for python 3.7
I'm not sure I understand the question š