WARNING: You are using pip version 20.1.1; however, version 23.1.2 is available

I am getting this message when I deploy on Render.com:

WARNING: You are using pip version 20.1.1; however, version 23.1.2 is available.

Hey,

This is just a warning from pip, not an error that would kill your deploy. Are you seeing any other error messages on the deploy logs?

Regards.
Jérémy, Render Support

Hi Jeremy

I just got this error.

ERROR: Could not find a version that satisfies the requirement tiktoken (from llama-index==0.6.1->-r requirements.txt (line 8)) (from versions: none)

No matching distribution found for tiktoken (from llama-index==0.6.1->-r requirements.txt (line 8))

You are using pip version 20.1.1; however, version 23.1.2 is available.

How to fix this?

Thanks Regards.
Yevhen

That most likely means that the Python version your service use is too old. To resolve this, you can update the Python version by adjusting the “PYTHON_VERSION” environment variable. Please refer to the documentation at https://render.com/docs/python-version, which explains how to update the Python version to match either your local version or a known working version.

Regards.
Jérémy, Render Support

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.