This message was deleted.
# aws
s
This message was deleted.
b
@stale-king-21470 what verison of python are you using?
s
@billowy-army-68599 do you mean locally? I'm not sure which one is being picked up, my system uses
2.7.18
but I also have
3.10.1
installed. In the Dockerfile I have these commands so I guess it should install the latest version?
Copy code
RUN apt-get update && \
    apt-get install python-dev python-pip -y && \
    apt-get clean && pip install --upgrade pip