gpt4free icon indicating copy to clipboard operation
gpt4free copied to clipboard

Incorrect Python version

Open adamruehle opened this issue 1 year ago • 1 comments

After cloning the gpt4free repository (into a OneDrive folder on Windows), I am able to set up the virtual environment. However, running pip3 install -r requirements.txt gives this error streamlit-chat requires Python '>=3.8' but the running Python is 3.6.8. It appears that Python 3.6.8 is installed under the venv/bin directory. I'm not sure how I can fix this problem. image

adamruehle avatar May 15 '23 15:05 adamruehle

You should install Python 3.8 or higher to use this API.

https://www.python.org/downloads/

Wudext avatar May 16 '23 15:05 Wudext